📦 Crypto Market Analyzer — 加密市场分析

v1.0.0

实时抓取 Binance API 的 BTC/ETH 4h 与 1d 行情,计算 RSI、SMA、支撑/阻力等技术指标,并给出多空情绪判断与理由,一键生成专业加密市场报告。

2· 1.4k·3 当前·5 累计
下载技能包
最后更新
2026/2/25
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent: it fetches public Binance market data, computes indicators locally, and requires no credentials or unusual installs.
评估建议
This skill appears to do what it claims: query Binance public market data and compute technical indicators locally without needing credentials. Before installing or scheduling it: (1) review the full script yourself (or run it in a sandbox) to confirm there are no hidden network endpoints or logging of data you don't expect; (2) be cautious about enabling automated cron jobs — only schedule it if you want regular reports; (3) consider how reports will be delivered (the SKILL.md is vague about me...
详细分析 ▾
用途与能力
Name/description match the included code and SKILL.md. The Python script fetches public Binance klines and computes RSI, SMAs, EMA/MACD, Bollinger Bands, support/resistance and volume metrics — all expected for a crypto market analyzer.
指令范围
Runtime instructions are limited to running the included script, parsing the JSON, formatting a report, and scheduling daily execution. The SKILL.md's instruction to "send the report to the user via messaging channel" is vague about which channel/mechanism or credentials to use; scheduling instructions assume the ability to create cron jobs (platform-specific) but do not instruct reading unrelated files or secrets.
安装机制
No install spec is provided (instruction-only + included script). No downloads or external install steps — lowest-risk install model.
凭证需求
The skill declares no required environment variables, no credentials, and the code only uses public Binance endpoints. No secret or unrelated credential access is requested.
持久化与权限
always:false (normal). SKILL.md suggests creating a daily cron job which would give persistent scheduled runs if the operator configures it; this is a benign capability but requires user action/consent — the skill does not request platform-level always-on privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/11

Initial release: Daily cryptocurrency market analysis for Bitcoin and Ethereum with technical indicators (RSI, SMA, EMA, MACD, Bollinger Bands, volume) and beginner-friendly Chinese reports. Automated daily execution at 10:00 AM UTC+8.

无害

安装命令

点击复制
官方npx clawhub@latest install crypto-market-analyzer
镜像加速npx clawhub@latest install crypto-market-analyzer --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库