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-brief

BTCvision 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