安全扫描
OpenClaw
安全
high confidenceThe 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