← All skills
Tencent SkillHub · Developer Tools

查看每日热门山寨代币

生成加密货币早报PDF,包含行业动态、FDV排名、热点赛道和风险提示。数据来源于CoinGecko API。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

生成加密货币早报PDF,包含行业动态、FDV排名、热点赛道和风险提示。数据来源于CoinGecko API。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, fetch-data.sh, generate-report.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

查看每日热门山寨代币

生成一份专业的加密货币早报PDF,发送到飞书。

第一步:获取数据

从CoinGecko API获取实时数据。必须分两次请求(API限制): 请求1 - 前10大山寨币: curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=solana,binancecoin,ripple,cardano,dogecoin,chainlink,avalanche-2,polygon,polkadot,stellar&order=market_cap_desc&sparkline=false" > /tmp/coins_part1.json 请求2 - 热点赛道币: curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=fetch-ai,render-token,ocean-protocol,uniswap,aave,near,aptos,pepe,optimism,ondo,kite-ai,world-liberty-financial&order=market_cap_desc&sparkline=false" > /tmp/coins_part2.json

第二步:处理数据

用Python合并数据,按market_cap降序排序。

第三步:生成HTML

将数据填入以下HTML模板,然后保存为PDF。

板块1:昨日行业动态(文字板块)

从知识库读取当日行业重要新闻。如果没有新闻,可以写: SEC监管动态 ETF相关消息 市场整体走势

板块2:前10大山寨币FDV排名

表格列: 排名(1-10) 币种(如SOL、BNB、XRP) 当前价格(如$88.54) 24h涨跌(如-5.23%,绿色下跌红色上涨) 24h区间(如$86.33-$90.74) FDV(如$53.0B) 币种列表(按市值): XRP BNB SOL DOGE ADA LINK XLM AVAX SOL UNI (排除BTC、ETH、USDT、USDC)

板块3:热点赛道

表格列: 赛道 币种 价格 24h涨跌 FDV 简评 必须包含的赛道: 赛道币种简评AI/代理FETAI代理龙头AI/计算RENDERGPU渲染AI/数据OCEAN数据市场DeFiUNIDEX龙头DeFiAAVE借贷龙头L1NEARAI+TON协同L1APT高性能L1Layer2OPLayer2龙头RWAONDORWA叙事

板块4:长期关注项目

表格列: 项目名 价格(或"TGE待定") 24h涨跌 FDV 关注理由 必须包含: 项目价格理由KITE$0.24AI支付首个应用WLFI$0.11Trump家族背书BackpackTGE待定20%股权给持币者,潜在IPO

板块5:风险提示

必须包含4项: 宏观风险:美联储政策不确定性 监管风险:SEC执法行动持续 解锁风险:多项目面临代币解锁 技术风险:L1/L2竞争加剧

板块6:免责声明

本报告仅供参考,不构成投资建议。加密资产风险极高,投资前请自行研究。

HTML样式

<style> body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; padding: 30px; max-width: 900px; margin: 0 auto; font-size: 11pt; line-height: 1.6; } h1 { color: #1a1a1a; border-bottom: 3px solid #0066cc; padding-bottom: 12px; } h2 { color: #333; margin-top: 25px; border-bottom: 1px solid #eee; padding-bottom: 8px; } table { border-collapse: collapse; width: 100%; margin: 15px 0; } th, td { border: 1px solid #ddd; padding: 8px; text-align: left; font-size: 9pt; } th { background: #0066cc; color: white; } .up { color: #16a34a; } .down { color: #dc2626; } .warning { background: #fff3cd; padding: 12px; border-radius: 4px; } .news-box { background: #f0fdf4; padding: 15px; border-radius: 4px; margin: 10px 0; border-left: 4px solid #16a34a; } </style>

转换PDF

用浏览器打开HTML然后导出为PDF: # 用浏览器打开 open file:///tmp/早报.html # 然后用浏览器的"导出为PDF"功能

发送到飞书

使用message工具发送PDF文件到用户。

注意事项(重要!)

只显示FDV,不显示市值 - 这是用户偏好 数据必须从CoinGecko API获取 - 不能用估算或假设 发送前复查数据准确性 - 确认数字正确 未上线项目标注"TGE待定" - 如Backpack 不显示数据来源 - 用户不需要知道数据从哪里来 格式简洁 - 避免过多* # 等符号 使用中文 - 用户用中文交流 价格格式 - 如$88.54,不要写成$88.5 涨跌颜色 - 上涨绿色,下跌红色 FDV单位 - 大于10亿用B(如$53.0B),小于10亿用M(如$240M)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • fetch-data.sh Scripts
  • generate-report.py Scripts