coingecko
Comprehensive crypto market data including prices, charts, trending coins, exchange info, and global statistics.
- 28+ tools covering spot prices, OHLC candles, historical charts, trending/top movers, and new coin discovery
- Market overview capabilities: global stats, DeFi metrics, sector performance by category, and exchange listings with volumes
- Coin and exchange detail queries: tickers, trading pairs, contract address lookups, and NFT collection data
- Automatic symbol resolution for common tickers (BTC, ETH, SOL, etc.) with fallback to
cg_search()for exact CoinGecko IDs - Requires COINGECKO_API_KEY environment variable for Pro API access
Script Usage
Script-mode skill — read this file, then invoke from a bash block:
python3 - <<'EOF'
import sys, json
sys.path.insert(0, "/data/workspace/skills/coingecko")
from exports import coin_price, cg_trending, cg_global
print(coin_price(coin_ids="bitcoin,ethereum"))
print(cg_trending())
EOF
Read exports.py for the full list of available functions. Common ones:
coin_price, coin_ohlc, coin_chart, cg_trending,
cg_top_gainers_losers, cg_new_coins, cg_global, cg_global_defi,
cg_categories, cg_derivatives, cg_coins_markets, cg_coin_data,
More from starchild-ai-agent/official-skills
coinglass
Comprehensive crypto derivatives data - funding rates, open interest,
9.3Kwallet
Multi-chain wallet — balances, transfers, signing, policy (EVM multi-chain + Solana)
6.0Khyperliquid
Trade perpetual futures and spot on Hyperliquid DEX
6.0Ktwitter
Twitter/X (x.com) data lookup — fetch tweets by URL or ID, search tweets, user profiles, followers, replies. Use for ANY x.com or twitter.com URL.
5.7Kskill-creator
Create and scaffold new skills with proper frontmatter, directory structure,
5.6Ktwelvedata
Stocks, forex, and commodities price data — real-time quotes, historical time series, and reference data
5.4K