Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
生成加密货币早报PDF,包含行业动态、FDV排名、热点赛道和风险提示。数据来源于CoinGecko API。
生成加密货币早报PDF,包含行业动态、FDV排名、热点赛道和风险提示。数据来源于CoinGecko API。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
生成一份专业的加密货币早报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模板,然后保存为PDF。
从知识库读取当日行业重要新闻。如果没有新闻,可以写: SEC监管动态 ETF相关消息 市场整体走势
表格列: 排名(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)
表格列: 赛道 币种 价格 24h涨跌 FDV 简评 必须包含的赛道: 赛道币种简评AI/代理FETAI代理龙头AI/计算RENDERGPU渲染AI/数据OCEAN数据市场DeFiUNIDEX龙头DeFiAAVE借贷龙头L1NEARAI+TON协同L1APT高性能L1Layer2OPLayer2龙头RWAONDORWA叙事
表格列: 项目名 价格(或"TGE待定") 24h涨跌 FDV 关注理由 必须包含: 项目价格理由KITE$0.24AI支付首个应用WLFI$0.11Trump家族背书BackpackTGE待定20%股权给持币者,潜在IPO
必须包含4项: 宏观风险:美联储政策不确定性 监管风险:SEC执法行动持续 解锁风险:多项目面临代币解锁 技术风险:L1/L2竞争加剧
本报告仅供参考,不构成投资建议。加密资产风险极高,投资前请自行研究。
<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>
用浏览器打开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)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.