← 返回
数据分析

Crypto Daily Report (中文)

Generate and send cryptocurrency daily reports with market overview, fear & greed index, liquidation data, economic calendar, and news aggregation. Use when...
生成并发送加密货币每日报告,包含市场概览、恐惧与贪婪指数、清算数据、经济日历和新闻聚合。使用时机:...
renyuke-cn
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 550
下载
💾 7
安装
1
版本
#latest

概述

Crypto Daily Report Skill

Generate comprehensive cryptocurrency daily reports and send to messaging channels.

Features

  • Market overview (BTC, ETH, SOL, BNB prices)
  • Fear & Greed Index sentiment analysis
  • 24h liquidation statistics
  • Economic calendar (token unlocks, Fed decisions, CPI/GDP releases)
  • Curated news from Cointelegraph and TokenInsight
  • Automated scheduled delivery

Quick Start

Generate Report Now

When user requests a daily report, execute:

# 1. Get prices
onchainos market prices "1:0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee,501:So11111111111111111111111111111111111111112,56:0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"

# 2. Get BTC price via search
web_search "BTC price today USD"

# 3. Get Fear & Greed Index
curl -s "https://api.alternative.me/fng/?limit=2"

# 4. Get liquidation data
web_search "crypto liquidation 24h today total amount"

# 5. Get news
web_fetch "https://cointelegraph.com/rss"
web_fetch "https://tokeninsight.com/rss/news"

# 6. Get calendar
web_fetch "https://incrypted.com/en/calendar/"

Then assemble and send using message tool.

Setup Scheduled Delivery

For automated daily delivery at 8:00 AM (UTC+8):

cron add --name "crypto-daily-report" \
  --schedule "0 0 * * *" \
  --timezone "Asia/Shanghai" \
  --target "telegram:-1002009088194" \
  --command "generate-crypto-daily-report"

Or use the setup script:

./scripts/setup-cron.sh -1002009088194

Report Format

📰 币圈日报
{Date} {Weekday}

💰 大盘速览
BTC: ${price}
ETH: ${price}
SOL: ${price}
BNB: ${price}

😨 市场情绪
恐慌贪婪指数: {value} {emoji} {classification}
昨天: {value} | 上周: {value} | 上月: {value}
💡 解读: {interpretation}

💥 爆仓数据 (24h)
数据来源: CoinGlass / Gate
总爆仓金额: ~${amount}M
1小时爆仓: ~${amount}M
主要币种: BTC、ETH、SOL、BNB
{alert_message}

📅 重要日历
{calendar_events}

🔥 热点新闻
{numbered_news_items}

⚠️ 免责声明
以上信息仅供参考,不构成投资建议。币圈有风险,投资需谨慎。

Data Sources

DataSourceMethod
----------------------
ETH, SOL, BNBonchainos CLIDirect API
BTCWeb searchBrave Search
Fear & Greedalternative.meREST API
LiquidationsSearch aggregationBrave Search
NewsCointelegraph, TokenInsightRSS feeds
CalendarIncryptedWeb scraping

Interpretation Guide

Fear & Greed Index

  • 0-24: Extreme Fear 🔴 (Potential bottom)
  • 25-49: Fear 🟠 (Cautious)
  • 50-74: Greed 🟢 (Optimistic)
  • 75-100: Extreme Greed 🔵 (Potential top)

Calendar Event Icons

  • 🔴 High impact (token unlocks, Fed decisions)
  • 🟡 Medium impact (economic data releases)
  • 📍 Events (conferences, summits)

Scripts

  • scripts/generate-report.sh - Generate single report
  • scripts/setup-cron.sh - Setup automated delivery
  • scripts/test-send.sh - Test send to channel

See references/data-sources.md for detailed API documentation.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 01:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,080
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,753

Binance Square Post

renyuke-cn
将内容发送至币安广场,支持带$代币(如$BTC)和#话题的文字帖子,自动抓取Web3/AI热点发布。需先配置API Key。
★ 0 📥 373