🦀 ClawHub
Crypto Alert
by @jimmyclanker
Monitor cryptocurrency prices and send alerts when thresholds are crossed. No API key required — uses Binance public API. Supports BTC, ETH, SOL, and 10+ tok...
TERMINAL
clawhub install jimmy-crypto-alert📖 About This Skill
name: crypto-alert version: 1.0.0 description: Monitor cryptocurrency prices and send alerts when thresholds are crossed. No API key required — uses Binance public API. Supports BTC, ETH, SOL, and 10+ tokens.
Crypto Alert Monitor
Monitor cryptocurrency prices and send alerts when thresholds are crossed. No API key required — uses Binance public API.
Usage
# Check a single token
bash scripts/check-price.sh btcCheck multiple tokens
bash scripts/check-price.sh btc eth solSet an alert
bash scripts/set-alert.sh btc 100000 "BTC above 100K"Check alerts
bash scripts/check-alerts.sh
Configuration
Edit scripts/config.sh to set your Telegram bot token and chat ID for alerts.
How It Works
~/.crypto-alert-state.jsonabove:X or below:X💡 Examples
# Check a single token
bash scripts/check-price.sh btcCheck multiple tokens
bash scripts/check-price.sh btc eth solSet an alert
bash scripts/set-alert.sh btc 100000 "BTC above 100K"Check alerts
bash scripts/check-alerts.sh
⚙️ Configuration
Edit scripts/config.sh to set your Telegram bot token and chat ID for alerts.