← Back to Skills Marketplace
Crypto Morning Briefing
by
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
19
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-morning-briefing
Description
Generate structured crypto market morning briefing via public web search. Get latest market overview, key asset trends, macro/regulatory news, risk warnings,...
README (SKILL.md)
加密货币市场晨报 Skill
基于公开网页检索和公开加密货币数据接口,生成最新的结构化加密货币市场晨报。
适用场景 ✅
- "生成今日加密货币市场晨报"
- "最新加密货币市场情况"
- "加密货币宏观监管最新消息"
- "加密货币市场风险提示"
不适用场景 ❌
- 历史行情回测/深度量化分析 → 使用专业量化平台
- 专业投资建议 → 本skill仅做信息汇总,不构成投资建议
- 实时逐笔交易数据 → 使用交易所原生接口
- 非加密货币类金融市场简报 → 使用对应金融skill
输出字段说明
所有输出严格包含以下结构化字段:
- 市场概览:整体市值、24小时涨跌幅、全网交易活跃度、多头/空头占比
- 重点资产动态:BTC、ETH等主流资产的24小时价格表现、大额异动、链上数据
- 宏观/监管消息:全球最新宏观政策、监管动态、行业重大事件
- 风险提示:市场波动风险、监管风险、技术风险提示
- 信息来源:所有信息对应的公开来源链接/名称
调用命令
生成最新结构化晨报
/root/.openclaw/workspace/skills/crypto-morning-briefing/run.sh
仅返回JSON格式结果
/root/.openclaw/workspace/skills/crypto-morning-briefing/run.sh --json
实现逻辑
- 从CoinGecko公开API获取全局市场概览和主流资产数据
- 调用公开网页检索获取最近24小时加密货币相关新闻和监管消息
- 自动过滤低质量信息,整理为规范结构化字段
- 标注所有信息来源,确保可追溯
注意事项
- 所有数据来自公开免费接口,存在最多15分钟延迟
- 本skill输出仅为信息汇总,不构成任何投资建议
- 速率限制:每小时最多调用10次,避免触发公开接口限流
Usage Guidance
Install only if you are comfortable with a skill that installs curl and jq through apt-get and makes outbound requests to public crypto data and news services. Treat its market output as informational only, not financial advice.
Capability Tags
Capability Assessment
Purpose & Capability
The stated purpose is a crypto morning briefing, and the script uses public CoinGecko and CryptoPanic endpoints to gather market and news data for that purpose.
Instruction Scope
Runtime instructions are narrow: run the included shell script, optionally with --json, and output a structured report with sources and risk warnings.
Install Mechanism
The install metadata asks to run apt-get update and install curl and jq; this is disclosed and proportionate for the script, but it is still a system package installation.
Credentials
Network access is limited to public market/news APIs, and there is no local file indexing, credential reading, account mutation, or trading action.
Persistence & Privilege
The artifacts show no persistence mechanism, background worker, privilege escalation, destructive commands, or ongoing state storage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-morning-briefing - After installation, invoke the skill by name or use
/crypto-morning-briefing - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of crypto-morning-briefing skill.
- Generates structured crypto market morning briefings using public web search.
- Includes market overview, key asset trends (BTC, ETH, etc.), macro/regulatory news, risk warnings, and source references.
- No API key required; relies on public data from CoinGecko and recent web news.
- Requires curl and jq binaries.
- Output strictly follows defined structured fields for clarity and traceability.
Metadata
Frequently Asked Questions
What is Crypto Morning Briefing?
Generate structured crypto market morning briefing via public web search. Get latest market overview, key asset trends, macro/regulatory news, risk warnings,... It is an AI Agent Skill for Claude Code / OpenClaw, with 19 downloads so far.
How do I install Crypto Morning Briefing?
Run "/install crypto-morning-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Morning Briefing free?
Yes, Crypto Morning Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Morning Briefing support?
Crypto Morning Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Morning Briefing?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.
More Skills