claude-code-cmc-cli

star 13

Use when preparing Claude Code prompts or workflows that should leverage the CMC CLI skill.

openCMC By openCMC schedule Updated 4/9/2026

name: claude-code-cmc-cli description: Use when preparing Claude Code 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"


Claude Code + CMC CLI

Use this as a thin entrypoint for Claude Code. Do not duplicate the CMC CLI reference; route command choice, flags, and output expectations to cmc-cli.

Prerequisites

This skill requires:

  • cmc CLI installed and available on PATH — see CoinMarketCap CLI for installation options
  • CMC_API_KEY environment variable set with a valid CoinMarketCap API key
  • Authentication completed via cmc auth

If either dependency is missing, the skill will not function.

Guidance

  • Prefer short, explicit prompts that name the user intent.
  • Prefer the smallest cmc command that answers the request.
  • Prefer compact JSON for machine use and table output for human review.
  • When unsure, read the core cmc-cli skill first.
Install via CLI
npx skills add https://github.com/openCMC/CoinMarketCap-CLI --skill claude-code-cmc-cli
Repository Details
star Stars 13
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator