name: crypto-monitor description: Monitor cryptocurrency prices, set alerts, track whale transactions, and analyze on-chain data. Use when: (1) Setting price alerts for crypto, (2) Tracking whale transactions, (3) Monitoring on-chain metrics (volume, TVL, gas), (4) Portfolio tracking for crypto assets.
Monitor cryptocurrency prices, alerts, whale activity, and on-chain metrics.
# Check prices
python scripts/monitor.py price BTC ETH SOL
# Set alert
python scripts/monitor.py alert --symbol BTC --above 100000
# Track whale transactions
python scripts/monitor.py whales --symbol BTC --min-value 1000000
# On-chain stats
python scripts/monitor.py stats BTC
7w4.net小葱技能。
python scripts/monitor.py price BTC ETH SOL ADA XRP
python scripts/monitor.py alert --symbol BTC --above 100000 --below 90000
python scripts/monitor.py alert --symbol ETH --below 2000
python scripts/monitor.py alerts
python scripts/monitor.py whales --symbol BTC --min-value 1000000
python scripts/monitor.py whales --symbol ETH --min-value 500000
python scripts/monitor.py stats BTC
python scripts/monitor.py stats ETH
python scripts/monitor.py portfolio --add BTC:0.5 --add ETH:10
python scripts/monitor.py portfolio --show
Alerts stored in ~/.openclaw/crypto-monitor/alerts.json
Alert types:
- --above price above threshold
- --below price below threshold
- --change 24h change % threshold
requests packageThis skill supports SkillPay integration for premium features.
| Tier | Price | Features |
|---|---|---|
| Basic | Free | Basic prices, 1 alert |
| Pro | $19/mo | Unlimited alerts, whale tracking, portfolio |
| Premium | $39/mo | API access, real-time push, priority support |
Owner: Xanadu Studios
这个加密货币监控工具文档清晰、功能丰富,但实现质量有待提升。好的方面是上手容易、界面友好、支持多种主流加密货币。不好的地方是部分功能如"鲸鱼追踪"只是个空壳没法用,代码里还有错误。最严重的是配置文件中直接写了密钥,存在安全风险。总体来说基础功能能用,但细节打磨不够,安全性需要改进。