Monitor cryptocurrency prices, set customizable price alerts, track large whale transactions, analyze on-chain metrics, and manage crypto portfolios.
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
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 % thresholdrequests 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
ZIP package — ready to use