← Back to list
💰

coingecko-api Checked

Broad crypto market data from CoinGecko covering 13,000+ tokens. Global market stats, historical …
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
9.1Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "coingecko-api" skill by following the instructions at https://skill123.me/install/coingecko-api.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/coingecko-api.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 18 KB

About this skill

Overview

Broad crypto market data from CoinGecko covering 13,000+ tokens. Global market stats, historical price data going back years, exchange volumes, trending tokens, and category filters. Best for macro analysis and long-term historical data.

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/coingecko-api

Score breakdown

Trigger
8.0
Description covers What, When (best for macro/long-term historical), and When-Not (use Birdeye/DexScreener for real-time Solana DEX data); rich endpoint keywords; no enumerated user-phrase variants or Chinese keywords.
Structure
9.3
211-line SKILL.md; three focused references (endpoints, id_mapping, data_quality) plus two scripts; Files table; section-level pointers to references.
Workflow
8.4
Tool wrapper pattern executed well: runnable quick-start examples per use case, auth branching free/pro, provided cg_get backoff helper, documented limitations (granularity, coverage, throttling), --demo modes; no explicit result-verification step.
Content
10.0
Concise imperative style, copy-runnable code with concrete params, uniform formatting.
Engineering
10.0
Frontmatter includes name/description/dependencies/tags; shebangs, graceful ImportError messages; all referenced paths exist.
Security
10.0
Manifest: GET-only to api.coingecko.com and pro-api.coingecko.com (official, declared in SKILL.md), env read COINGECKO_API_KEY (declared, sent only as auth header to CoinGecko itself), no local file/credential reads, no writes, no persistence; capabilities match declared scope. No injection, no secrets.
Exemplary tool-wrapper skill: clear When-to-Use and explicit When-Not (defers to Birdeye/DexScreener for real-time Solana data), quick-start snippets, free/pro auth handling, rate-limit backoff code, honest limitations section, demo-mode scripts. Only minor gap: no trigger-phrase variants in description.