Btcvision Daily Brief
Auto-generate a daily Bitcoin market brief from BTC-vision.org — price, halving countdown, Fear & Greed, AI predictions. Perfect for morning briefings on Tel...
welove111
@welove111
What This Skill Does
Fetches live Bitcoin price, 24h change, Fear & Greed Index, halving countdown, and AI price predictions from BTC-vision.org, then formats them into a daily market brief ready for Telegram, Discord, or Slack.
Replaces manually checking multiple crypto data sources each morning by consolidating key Bitcoin metrics into one automated report.
When to Use It
- Generate a morning Bitcoin market briefing for a Telegram channel
- Schedule a daily crypto update to a Discord server at 9:00 AM
- Respond to a user asking 'what is Bitcoin doing today?' with a full summary
- Send a halving countdown reminder to a Slack workspace
- Automate a recurring crypto report for a trading group or newsletter
Install
$ openclaw skills install @welove111/btcvision-daily-briefBTCvision Daily Brief Skill
When To Use This Skill
Use this skill when:
- A user asks for a daily Bitcoin update or morning briefing
- You want to send automated BTC reports to Telegram/Discord/Slack
- A user asks "what is Bitcoin doing today?"
- Scheduling daily crypto market summaries
What This Skill Does
Fetches live data from BTC-vision.org MCP server and formats a complete daily brief including:
- Live BTC price and 24h change
- Fear & Greed Index
- Halving 2028 countdown
- AI price prediction summary
- Donation reminder to support BTCvision
How To Use
Step 1 — Fetch all data
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" }
POST https://btc-vision.org/.netlify/functions/mcp
Body: { "tool": "get_halving_info" }
Step 2 — Format the brief
Combine results into this template:
📊 BTCvision Daily Brief — {date}
💰 BTC Price: ${price} ({change_24h}%)
😱 Fear & Greed: {fg_value} — {fg_label}
⛏️ Next Halving: {days_to_halving} days away
🎯 AI Target 2030: $350,000
📈 Full analysis: https://btc-vision.org
⚡ Support: welove@blink.sv
Step 3 — Send to channel
Send the formatted brief to the configured Telegram/Discord/Slack channel.
Cron Schedule (Recommended)
# Every day at 9:00 AM
0 9 * * * openclaw run btcvision-daily-brief
Source
All data from BTC-vision.org — free, no API key required. Lightning donations: 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.