coingecko
coingecko
What it does
- ❌ websearch / webfetch — ALL data is available via native CoinGecko tools above. NEVER use websearch for crypto market data.
- ❌ bash for data processing — CoinGecko tools return clean data. No bash needed.
- ❌ NEVER answer with training data — all prices, rankings, OHLC are stale. CALL THE TOOL.
- Prices: always use $ sign → $66,697
- Percentages: always use % → +4.2%
- NFT floor in ETH: show USD too → 5.17 ETH ($10,534)
- CoinGecko uses slug IDs: "bitcoin", "ethereum", "solana". Symbols (BTC, ETH, SOL) auto-resolve.
Requirements & configuration
- | 板块内个币 / Meme前10 / AI币排名 / DeFi币排名 | cgcoinsmarkets(category=X) | cgcoinsmarkets(category="meme-token", perpage=10) |
- | 合约地址价格 / token price on-chain | cgtokenprice(platform, contract) | cgtokenprice(platform="ethereum", contractaddresses="0xa0b...") |
- └─ Token by contract → cgtokenprice()
- meme-token, artificial-intelligence, layer-1, layer-2, decentralized-finance-defi, gaming, real-world-assets-rwa
- Most questions need only 1-2 tool calls. Do NOT chain 3+ calls.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
coingecko FAQ
What does the coingecko skill do?
| Crypto spot prices, OHLC charts, market discovery, and global stats. ❌ websearch / webfetch — ALL data is available via native CoinGecko tools above. NEVER use websearch for crypto market data. ❌ bash for data processing — CoinGecko tools return clean data. No bash needed.
What does coingecko require?
| 板块内个币 / Meme前10 / AI币排名 / DeFi币排名 | cgcoinsmarkets(category=X) | cgcoinsmarkets(category="meme-token", perpage=10) | | 合约地址价格 / token price on-chain | cgtokenprice(platform, contract) | cgtokenprice(platform="ethereum", contractaddresses="0xa0b...") | └─ Token by contract → cgtokenprice() meme-token, artificial-intelligence, layer-1, layer-2, decentralized-finance-defi, gaming, real-world-assets-rwa Most questions need only 1-2 tool calls. Do NOT chain 3+ calls.
How do I install coingecko?
Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill coingecko --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.
Maintain coingecko?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/starchild-ai-agent-official-skills-coingecko?ref=badge) npx agentictools info skills/starchild-ai-agent-official-skills-coingecko The second line is the CLI lookup for this page — handy in READMEs and docs.