name: openclaw-cmc-cli description: Use when preparing OpenClaw prompts or workflows that should leverage the CMC CLI skill. version: 0.1.0 metadata: requires: bins: - cmc env: - CMC_API_KEY install: | go install github.com/openCMC/CoinMarketCap-CLI@latest mv "$(go env GOPATH)/bin/coinmarketcap-cli" "$(go env GOPATH)/bin/cmc"
OpenClaw + CMC CLI
Use this as a thin entrypoint for OpenClaw. Keep it aligned with the core cmc-cli skill rather than duplicating command guidance.
Prerequisites
This skill requires:
cmcCLI installed and available on PATH — see CoinMarketCap CLI for installation optionsCMC_API_KEYenvironment variable set with a valid CoinMarketCap API key- Authentication completed via
cmc auth
If either dependency is missing, the skill will not function.
Guidance
- Frame requests in terms of the user intent, not the endpoint.
- Prefer shipped
cmccommands over ad hoc API calls. - Use compact JSON for automation and
-o tablefor human review. - Read cmc-cli for the authoritative command map.