Auto-generate a daily Bitcoin market brief from BTC-vision.org — price, halving countdown, Fear & Greed, AI predictions. Perfect for morning briefings on Tel...
Data & analysis
Btcvision Alert
Try itSend automatic Bitcoin price alerts when BTC moves ±3% or crosses key levels. Powered by BTC-vision.org live data. Works with Telegram, Discord, Slack.
What it does
Send automatic Bitcoin price alerts when BTC moves ±3% or crosses key levels. Powered by BTC-vision.org live data. Works with Telegram, Discord, Slack.
The skill document
BTCvision Alert Skill
When To Use This Skill
Use this skill when:
- A user wants to be notified when Bitcoin moves significantly
- BTC price crosses a key level ($60K, $70K, $80K, $100K, etc.)
- Market sentiment changes drastically (Fear to Greed or vice versa)
- You want to automate crypto alerts without a paid service
What This Skill Does
Monitors BTC price via BTC-vision.org and triggers alerts when:
- Price changes more than ±3% in 24h
- Fear & Greed crosses 25 (extreme fear) or 75 (extreme greed)
- Price crosses a user-defined threshold
How To Use
Check current price and sentiment
POST https://btc-vision.org/.netlify/functions/mcp
Body: { "tool": "get_btc_price" }
POST https://btc-vision.org/.netlify/functions/mcp
Body: { "tool": "get_fear_greed_index" }
Alert template when triggered
🚨 BTCvision ALERT
Bitcoin just moved {change}%!
💰 Current: ${price}
📊 Sentiment: {fg_label} ({fg_value}/100)
🔍 Full analysis: https://btc-vision.org
⚡ Donate to keep alerts free: welove@blink.sv
Alert conditions
if (Math.abs(change_24h) >= 3) trigger_alert();
if (fear_greed < 25 || fear_greed > 75) trigger_alert();
if (price > user_target) trigger_alert();
Cron Schedule (Recommended)
# Check every hour
0 * * * * openclaw run btcvision-alert
Source
BTC-vision.org — free Bitcoin intelligence. Lightning: welove@blink.sv ⚡
Related skills
Donation reminder for BTC-vision.org — checks monthly funding progress and sends a contextual Lightning tip request.
Evaluate potential BTC bottom zones with AgentKey-powered crypto market, sentiment, on-chain, ETF flow, and technical confluence signals.Powered by AgentKey.
Free Bitcoin AI: live BTC price, halving 2028, Fear & Greed, predictions. Lightning: welove@blink.sv
Set price, IV, or activity-based alerts with contextual notifications. Alert types include IV rank threshold crossing, price support/resistance breaks, unusu...
Bitcoin Lightning wallet for agents — balances, invoices, payments, BTC/USD swaps, QR codes, price conversion, transaction history, and L402 auto-pay client via the Blink API. All output is JSON.