Btcvision Alert
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.
welove111
@welove111
What This Skill Does
Monitors Bitcoin price via BTC-vision.org and sends alerts to Telegram, Discord, or Slack when price moves ±3%, crosses user-defined thresholds, or when Fear & Greed index enters extreme zones.
Replaces paid crypto alert services by providing free, automated Bitcoin price and sentiment notifications across multiple messaging platforms.
When to Use It
- Get notified when Bitcoin price drops or rises more than 3% in 24 hours
- Receive alerts when BTC crosses key price levels like $60K or $100K
- Monitor extreme Fear & Greed sentiment changes for trading signals
- Automate crypto price notifications without paying for a subscription service
- Integrate Bitcoin alerts into existing Telegram, Discord, or Slack channels
Install
$ openclaw skills install @welove111/btcvision-alertBTCvision 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 ⚡
Top skills in this category
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Slack
@steipeteUse when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
PollyReach
@pollyreachPollyReach gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks. Just...
imap-smtp-email
@gzlicanyiRead and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Supports multiple accounts. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip
Answer Overflow
@rhyssullivanSearch indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.