Install
openclaw skills install @welove111/btcvision-alertSend automatic Bitcoin price alerts when BTC moves ±3% or crosses key levels. Powered by BTCvision.org live data. Works with Telegram, Discord, Slack.
openclaw skills install @welove111/btcvision-alertUse this skill when:
Monitors BTC price via BTCvision.org and triggers alerts when:
POST https://btcvision.org/.netlify/functions/mcp
Body: { "tool": "get_btc_price" }
POST https://btcvision.org/.netlify/functions/mcp
Body: { "tool": "get_fear_greed_index" }
🚨 BTCvision ALERT
Bitcoin just moved {change}%!
💰 Current: ${price}
📊 Sentiment: {fg_label} ({fg_value}/100)
🔍 Full analysis: https://btcvision.org
⚡ Donate to keep alerts free: welove@blink.sv
if (Math.abs(change_24h) >= 3) trigger_alert();
if (fear_greed < 25 || fear_greed > 75) trigger_alert();
if (price > user_target) trigger_alert();
# Check every hour
0 * * * * openclaw run btcvision-alert
BTCvision.org — free Bitcoin intelligence. Lightning: welove@blink.sv ⚡