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
python scripts/monitor.py price BTC ETH SOL ADA XRP小蔥技能有更好的技能skills外掛。
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
這個加密貨幣監控工具文件清晰、功能豐富,但實現質量有待提升。好的方面是上手容易、介面友好、支援多種主流加密貨幣。不好的地方是部分功能如"鯨魚追蹤"只是個空殼沒法用,程式碼裡還有錯誤。最嚴重的是配置檔案中直接寫了金鑰,存在安全風險。總體來說基礎功能能用,但細節打磨不夠,安全性需要改進。