Overview
- Skill Key
- blockpunk2077/crypto-daily-report
- Author
- blockpunk2077
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/blockpunk2077/crypto-daily-report
- Latest Commit SHA
- ed7b0ed8c5adb059181447dbf3c6a12b8fc881ef
加密货币日报生成技能。当用户要求生成日报、出日报、发日报、加密新闻日报时激活。按固定板块结构采集数据、处理脱水、排版后分三条消息发送到 Telegram 加密新闻 Topic。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 crypto-daily-report 技能。 若已安装,则直接安装 crypto-daily-report 技能。
# 加密货币日报 Skill
## 触发词
"出日报" / "生成日报" / "加密日报" / "日报" / "发日报"
## 输出目标
Telegram 加密新闻 Topic(threadId: 182747,chatId: 680162114)
分三条消息发送(见【排版规范】)
## 静默执行原则(重要)
- 执行过程中**不向用户输出任何中间状态文字**,包括:
- "开始采集数据"、"并行启动所有数据源"
- "数据采集完成,开始组装日报"
- "三条消息字符数均在限制内,开始发送"
- "日报已发送完毕"
- 任何执行进度说明、重点提示、分析总结
- 三条消息发送完毕后,主会话回复**仅用 NO_REPLY**,不追加任何内容
---
## 执行流程
### Step 1:并行数据采集(全部同时发起)
**快讯网站(主力,用 web_fetch):**
- BlockBeats: `https://www.theblockbeats.info/newsflash`
- Odaily: `https://www.odaily.news/zh-CN/newsflash`
- PANews: `https://www.panewslab.com/zh/newsflash`
- CoinDesk: `https://www.coindesk.com/latest-crypto-news`
**价格数据:**
```bash
python3 skills/crypto-daily-report/scripts/fetch_prices.py
```
**Meme 趋势:**
```bash
python3 skills/crypto-daily-report/scripts/fetch_meme_trending.py
```
**DeFi 生息:**
```bash
python3 skills/crypto-daily-report/scripts/fetch_defi_yields.py 5
```
**RootData 热榜(内部权重,不对外展示标签):**
```bash
python3 skills/rootdata/scripts/rootdata.py hot --limit 20
python3 skills/rootdata/scripts/rootdata.py funding --limit 10
```
**OpenNews 高分补漏(score≥75):**
```bash
TOKEN=$(grep OPENNEWS_TOKEN ~/.openclaw/.env | cut -d'=' -f2)
curl -s -X POST "https://ai.6551.io/open/news_search" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"minScore": 75, "limit": 20, "page": 1}'
```
---
### Step 2:融资信息补全(重要)
RootData 融资列表拿到后,**逐个去 BlockBeats 搜索项目名**补充机构信息:
```
https://www.theblockbeats.info/search?q=<项目名>
```
- 找到对应快讯后用 web_fetch 读取原文
- 从原文提取:领投机构、参投机构(≤3个)
- ⚠️ 禁止用 Tavily 猜测机构名,必须从快讯原文获取
- ⚠️ 每个项目必须有独立链接,禁止将 A 项目的链接用在 B 项目上
- 若 BlockBeats 搜索无结果,尝试 Odaily 或 PANews,仍...
caoyumin97
Structured problem analysis and communication using system mapping and hierarchical logic. Use when a request involves messy, multi-factor problems, root-cause analysis, intervention design, feedback loops or delays, or when a clear top-line recommendation with logically grouped support is required.
cerbug45
AI Wallet Payment System Skill Guide
chaimengphp
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
bywallace
Read and manage Kubera.com portfolio data (net worth, assets, debts, allocation, holdings). Use when a user asks about their finances, net worth, portfolio, investments, holdings, asset allocation, or wants to update asset values in Kubera. Works with any AI agent or CLI that can run Python scripts.
c-goro
Expense tracking and accounting for AI agents. Log purchases, set budgets, generate spending reports, and manage multi-currency finances — all stored locally. Privacy.com card import, natural language queries, CSV/JSON export. Use when agents make purchases and need a financial audit trail.
c0rv0s
Short-form video for AI agents. Generate videos using the latest models, pay with USDC via x402.