skills/coingecko-cli/SKILL.md
Use for CoinGecko/cg CLI crypto market data: prices, market cap, trending coins, top gainers/losers, coin search, or historical/OHLC data.
npx skillsauth add paulrberg/agent-skills coingecko-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the installed CLI's machine-readable command catalog as the source of truth for supported market-data operations.
Verify cg exists and inspect non-interactive auth/tier state:
command -v cg
cg status -o json
cg commands -o json
Do not run interactive cg auth or write config without the user's approval.
Select the command, flags, enum values, output formats, endpoint, auth requirement, and paid_only status from
cg commands -o json. Use cg <command> --help only when the catalog lacks a needed detail.
Resolve CoinGecko IDs with cg search <term> -o json when the user supplied a name or ambiguous symbol. Do not
silently treat symbols as unique.
Preview unfamiliar or quota-sensitive requests with --dry-run. Execute parseable queries with -o json; use
--export only when the user requested a CSV artifact.
Present the requested result in the user's format. For ordinary human-readable output, use a compact table and preserve enough precision for the asset's magnitude.
cg does not cover every CoinGecko endpoint. For unsupported contract-address prices, global stats, NFT detail,
GeckoTerminal, or logo metadata, fetch the relevant current API documentation from
https://docs.coingecko.com/llms.txt and state that the CLI route is unavailable.Completion requires the resolved coin/command, successful JSON or requested export evidence, and explicit handling of tier, ambiguity, or rate-limit constraints.
development
Use when creating or substantially redesigning web interfaces, landing pages, dashboards, components, or other frontend UI where visual direction and implementation quality matter. Produces subject-specific art direction, accessible responsive code, and rendered visual verification.
development
Orchestrate one to five Sonnet subagents to implement an approved Claude Code plan.
tools
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
tools
Orchestrate one to five Codex CLI agents to implement an approved Claude Code plan.