Install
openclaw skills install cryptowatch₿ CryptoWatch - 实时监控加密货币价格,价格突破自动预警
openclaw skills install cryptowatchNever Miss a Pump - 实时追踪币价,猎杀每个波动!
CryptoWatch 实时监控主流加密货币价格(BTC、ETH、SOL 等),支持价格预警、涨跌幅追踪、市值排行等功能。数据来自 CoinGecko API(免费、无需 API Key)。
npx @gztanht/cryptowatch
# 查询单个币种
node scripts/watch.mjs btc
# 查询多个币种
node scripts/watch.mjs btc,eth,sol
# 查看所有主流币
node scripts/watch.mjs --top 20
# BTC 突破 $100,000 提醒
node scripts/alert.mjs btc --above 100000
# ETH 跌破 $3,000 提醒
node scripts/alert.mjs eth --below 3000
# 查看已设置的预警
node scripts/alert.mjs --list
# 24 小时涨幅榜
node scripts/rank.mjs --period 24h
# 7 日跌幅榜
node scripts/rank.mjs --period 7d --order asc
编辑 config/coins.json 添加自定义币种:
{
"watchlist": [
{"id": "bitcoin", "symbol": "BTC", "name": "Bitcoin"},
{"id": "ethereum", "symbol": "ETH", "name": "Ethereum"},
{"id": "solana", "symbol": "SOL", "name": "Solana"}
]
}
0x33f943e71c7b7c4e88802a68e62cca91dab65ad9MIT © 2026 gztanht