coingecko-cli

Installation
SKILL.md

CoinGecko CLI

Use the installed CLI's machine-readable command catalog as the source of truth for supported market-data operations.

Workflow

  1. 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.

  2. 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.

Installs
1
GitHub Stars
5
First Seen
Aug 4, 2026
coingecko-cli — paulrberg/dot-agents