Install
openclaw skills install crypto-alertDownload YouTube videos and transcribe audio using local Whisper. Use when you need to extract text from YouTube videos that don't have subtitles, or when yo...
openclaw skills install crypto-alert加密貨幣價格監控與提醒技能
pip3 install requests
# 查看所有熱門幣種
python3 crypto.py
# 查詢特定幣種
python3 crypto.py 比特幣
python3 crypto.py 以太坊
python3 crypto.py btc
| 指令 | 幣種 |
|---|---|
| 比特幣 / btc | Bitcoin (BTC) |
| 以太坊 / eth | Ethereum (ETH) |
| sol | Solana (SOL) |
| bnb | Binance Coin (BNB) |
| xrp | XRP (XRP) |
| doge | Dogecoin (DOGE) |
| ada | Cardano (ADA) |
| dot | Polkadot (DOT) |
使用 Binance API 獲取即時價格數據
版本:1.0 | 建立日期:2026-03-16