coingecko

CoinGecko crypto price data, charts, market discovery, and global stats

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "coingecko" with this command: npx skills add starchild-ai-agent/official-skills/starchild-ai-agent-official-skills-coingecko

CoinGecko Skill

🚫 CRITICAL: STOP — READ THIS BEFORE CALLING ANY TOOL

The #1 error is calling Coinglass tools instead of CoinGecko tools. They have similar names but are COMPLETELY DIFFERENT systems.

WRONG → RIGHT Tool Substitution Table

❌ NEVER call this✅ Call this insteadHow to tell them apart
cg_coins_market_datacg_coins_marketsmarket_data=Coinglass derivatives. markets=CoinGecko spot.
cg_ohlc_historycoin_ohlcohlc_history=Coinglass futures candles. coin_ohlc=CoinGecko spot candles.
cg_pair_market_datacg_coin_tickerspair_market_data=Coinglass futures pair. coin_tickers=CoinGecko spot pairs.
cg_supported_exchangescg_exchangessupported_exchanges=Coinglass futures. exchanges=CoinGecko spot.
cg_taker_exchangescg_exchangetaker=Coinglass volume. exchange=CoinGecko exchange info.
cg_aggregated_taker_volumecg_coin_tickerstaker_volume=Coinglass. coin_tickers=CoinGecko volume across exchanges.
defillama_chainscg_global_defiFor DeFi stats from CoinGecko, use cg_global_defi().

Also FORBIDDEN:

  • web_search / web_fetch — ALL data is available via native CoinGecko tools above. NEVER use web_search 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.

⚠️ MANDATORY TOOL CALLS — You MUST call a tool before answering these

Request typeYou MUST callWhy
K线 / OHLC / candlestick / open high low closecoin_ohlc(coin_id, days)Price data is real-time; training data is stale
走势图 / price chart / 价格趋势coin_chart(coin_id, days)Same reason
当前价格 / price right nowcoin_price(coin_ids)Training data has no live prices

DO NOT return any numeric market data (prices, OHLC values, percentages) without calling a tool first.

⚡ Question → Tool Map (match first keyword, call immediately)

Question keywordTool to callExample
价格 / price / 多少钱 (single coin)coin_price(coin_id)coin_price(coin_ids="bitcoin")
K线 / OHLC / candlestick / 蜡烛图coin_ohlc(coin_id, days)coin_ohlc(coin_id="ethereum", days=7)
走势 / trend / price chart / 价格历史coin_chart(coin_id, days)coin_chart(coin_id="solana", days=30)
热门 / trending / 趋势币cg_trending()cg_trending()
涨幅最大 / 跌幅最大 / gainers / loserscg_top_gainers_losers()cg_top_gainers_losers()
新币 / 新上线 / new coins / recently addedcg_new_coins()cg_new_coins()
总市值 / BTC市占率 / global / 晨报 / 市场概况cg_global()cg_global()
DeFi总市值 / DeFi TVL / DeFi dominancecg_global_defi()cg_global_defi()
板块 / sector / category / L1 / L2 / Meme / AI coinscg_categories()cg_categories()
板块内个币 / Meme前10 / AI币排名 / DeFi币排名cg_coins_markets(category=X)cg_coins_markets(category="meme-token", per_page=10)
市值排名 / top 10 / ranking / 前10币cg_coins_markets(per_page=N)cg_coins_markets(per_page=10)
ATH / 历史最高 / 社区 / dev / 研究 / fundamentalscg_coin_data(coin_id)cg_coin_data(coin_id="solana", community_data=True)
对比两个币 / compare / XX vs YYcg_coin_data() × 2call once per coin
NFT排名 / NFT市场 / floor price / top NFTscg_nfts_list()cg_nfts_list()
某个NFT (BAYC/Punks/Azuki)cg_nft(nft_id)cg_nft(nft_id="bored-ape-yacht-club")
交易所详情 / Binance详情 / exchange datacg_exchange(exchange_id)cg_exchange(exchange_id="binance")
交易所列表 / exchange rankingcg_exchanges()cg_exchanges()
交易对 / trading pairs / 流动性分布cg_coin_tickers(coin_id)cg_coin_tickers(coin_id="bitcoin")
交易所交易量趋势 / volume chartcg_exchange_volume_chart(exchange_id)cg_exchange_volume_chart(exchange_id="binance", days=30)
合约地址价格 / token price on-chaincg_token_price(platform, contract)cg_token_price(platform="ethereum", contract_addresses="0xa0b...")
搜索币 / 找币 / coin lookup / searchcg_search(query)cg_search(query="pepe")
永续合约交易所 / derivatives exchange / OI排名cg_derivatives_exchanges()cg_derivatives_exchanges()
合约ticker / perpetual / funding / basiscg_derivatives()cg_derivatives()
交易所对比 + 永续交易所cg_exchanges() + cg_derivatives_exchanges()both calls

🌳 Decision Tree

How many coins?
├─ ONE coin
│   ├─ Just price? → coin_price()
│   ├─ ATH/community/dev/deep? → cg_coin_data()
│   ├─ OHLC candles? → coin_ohlc()
│   ├─ Price trend? → coin_chart()
│   └─ Unknown ID? → cg_search() first
├─ MULTIPLE coins / ranking
│   ├─ Sector aggregate (板块总市值)? → cg_categories()
│   ├─ Sector individual (Meme前10)? → cg_coins_markets(category=X)
│   └─ General ranking? → cg_coins_markets(per_page=N)
├─ NFTs → cg_nfts_list() or cg_nft(nft_id)
├─ Exchange → cg_exchange(id) or cg_exchanges()
├─ Global → cg_global() or cg_global_defi()
└─ Token by contract → cg_token_price()

Common Category IDs

meme-token, artificial-intelligence, layer-1, layer-2, decentralized-finance-defi, gaming, real-world-assets-rwa

Output Formatting

  • Prices: always use $ sign → $66,697
  • Percentages: always use %+4.2%
  • NFT floor in ETH: show USD too → 5.17 ETH ($10,534)

Important Notes

  • CoinGecko uses slug IDs: "bitcoin", "ethereum", "solana". Symbols (BTC, ETH, SOL) auto-resolve.
  • If unsure about a coin ID → cg_search(query="coin name") first.
  • Most questions need only 1-2 tool calls. Do NOT chain 3+ calls.

Common Issues

coin_price failed with invalid ID

Solution: Use cg_search(query="coin name") to find the correct CoinGecko ID first, or use the symbol directly (e.g., 'COMP').


Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

wallet

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

wallet-policy

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

coinglass

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

hyperliquid

No summary provided by upstream source.

Repository SourceNeeds Review