π¦ ClawHub
market-report-using-cmc-cli
by @coinmarketcap-official
Use for OpenClaw-only crypto market report requests such as market report, market snapshot, crypto morning brief, how's crypto today, or today's crypto marke...
TERMINAL
clawhub install market-report-cmc-cliπ About This Skill
name: cmc-crypto-market-report
description: >- Daily coin market report and crypto snapshot via CoinMarketCap (CMC) CLI. Covers BTC and ETH prices, top coin gainers and losers, trending crypto tokens, and latest crypto news. Use for coin market report, crypto morning brief, crypto market summary, or when asking how's crypto today. version: 0.1.0 metadata: {"openclaw":{"requires":{"bins":["cmc"],"env":["CMC_API_KEY"]},"primaryEnv":"CMC_API_KEY","homepage":"https://github.com/openCMC/CoinMarketCap-CLI"}}OpenClaw CMC Market Report
Use this skill only for OpenClaw-driven market report workflows. Keep it aligned with cmc-cli and openclaw-cmc-cli; do not restate the command encyclopedia here.
Prerequisites
This skill requires:
cmc CLI installed and available on PATH β see CoinMarketCap CLI for installation optionsCMC_API_KEY available to OpenClaw via skill config or session environmentIf either dependency is missing, the skill will not function.
Trigger
Apply when the request matches or clearly implies:
Scope
cmc commands for this report.metrics
- price --id 1,1027
- trending
- top-gainers-losers --time-period 24h
- news --limit 5
pairs --category derivatives only when the user explicitly asks for derivatives or an asset-specific derivatives extension.resolve and history as higher-caution, non-default dependencies for this report. Use them only if the request truly needs identity disambiguation or historical context.Report Format
Always output these sections in this order:
1. Market Snapshot 2. BTC & ETH 3. Momentum 4. News Flow 5. Risks / Caveats
Section Rules
metrics, trending, and top-gainers-losers.price --id 1,1027; keep it tight and comparative.pairs was used.Failure Handling
Style
βοΈ Configuration
This skill requires:
cmc CLI installed and available on PATH β see CoinMarketCap CLI for installation optionsCMC_API_KEY available to OpenClaw via skill config or session environmentIf either dependency is missing, the skill will not function.