← 返回
未分类

自动生成每日报告

This skill generates a daily cryptocurrency market summary report with real-time data. It covers BTC/ETH 24h price action, top gainers/losers, Fear & Greed Index, funding rates, trending coins, and on-chain metrics. Trigger when the user says: 市场总结、每日报告、今日行情回顾、加密市场摘要、 今日市场、行情报告、日报、今日加密市场、看看今天行情、市场怎么样、今天币圈、 市场回顾、每日摘要、BTC今日、ETH今日。
>自动生成加密货币每日市场摘要报告,包含: • BTC/ETH 实时行情与24h涨跌幅 • 涨跌榜 TOP3(按成交额过滤) • 恐惧贪婪指数与市场情绪 • BTC/ETH 资金费率 • 热门趋势币种追踪 • BTC 链上手续费数据 数据源:OKX API / Alternative.me / mempool.space 输出:精美 HTML 可视化报告
币大哥
未分类 community v1.0.0 1 版本 98750 Key: 无需
★ 0
Stars
📥 79
下载
💾 0
安装
1
版本
#latest

概述

Daily Market Summary

Generate a daily cryptocurrency market summary report with real-time data from public APIs.

Workflow

Step 1: Fetch Real-Time Data

Run the data collection script:

python scripts/fetch_data.py

This fetches from multiple public APIs (no authentication required):

  • Binance: BTC/ETH tickers, all USDT pairs for ranking, funding rates
  • Alternative.me: Fear & Greed Index
  • CoinGecko: Trending coins
  • mempool.space: BTC network fees

Output: market_data.json in the current working directory.

Step 2: Generate HTML Report

python scripts/generate_report.py market_data.json market_summary.html

Reads market_data.json and produces a styled HTML report.

Step 3: Present to User

  • Use preview_url to show the HTML report in the browser.
  • Use deliver_attachments to send the file to the user.
  • Provide a concise text summary of key data points below the report.

Report Requirements

The report MUST include these sections:

  1. BTC & ETH 24h 行情 — Price, 24h change %, high/low, volume, trades
  2. 涨跌榜 — Top 3 gainers and top 3 losers (filtered by >$1M volume)
  3. 市场情绪 — Fear & Greed Index with visual gauge + BTC/ETH funding rates
  4. 热门趋势 & 链上动态 — CoinGecko trending + BTC mempool fees as network activity proxy

Data Presentation Rules

  • ALL data must be queried in real-time — never use cached or hardcoded data
  • Present data in table format with clear headers
  • Always annotate the query timestamp (e.g., "查询时间:2026-04-18 17:30 UTC+8")
  • Use Chinese stock market convention: RED = up (涨), GREEN = down (跌)
  • NEVER include any trading advice, buy/sell recommendations, or price predictions
  • If an API fails, note which data source is unavailable and continue with the rest

Script Notes

  • scripts/fetch_data.py: Data collection from public APIs. No proxy needed — Binance public API is globally accessible. If Binance fails, try setting HTTPS_PROXY if a proxy is available.
  • scripts/generate_report.py: HTML report generator. Takes JSON input and produces a dark-themed responsive HTML file.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-12 23:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

三重共振扫描加自动交易机器人

user_3601a2f8
OKX全自动加密货币合约交易机器人。支持信号扫描、风控管理、自动下单(模拟盘/实盘)。当用户说"启动交易机器人"、"开启自动交易"、"查看机器人状态"、"关闭所有仓位"、"执行一次扫描"时触发。
★ 1 📥 98

Connors战车策略+自动交易机器人高胜率达70%

user_3601a2f8
OKX全自动永续合约交易机器人,内置双策略。策略A — 三周期共振(1H/4H/1D)趋势跟踪+回调入场;策略B — Connors RSI(2)均值回归(RSI<10做多/>90做空,ADX趋势过滤)。7重风控过滤(账户状态/回撤/日亏/
★ 0 📥 102

三重共振扫描

user_3601a2f8
>数据源 OKX 公开 API,无需 API Key 代理支持 默认 127.0.0.1:10808 扫描范围 默认 Top-20 主流永续合约 时间框架 1H + 4H + 1D 三重验证 指标体系 MA排列 / MACD金叉 / RSI
★ 0 📥 71