The CoinGecko Skill provides access to a wide range of cryptocurrency market data, including token prices, market caps, and trading volumes. It's designed for users interested in retrieving real-time crypto statistics and insights into various tokens.
$ npx skills add https://github.com/coingecko/skills --skill coingeckoThe CoinGecko Skill is an installable package that equips AI agents with comprehensive knowledge of the CoinGecko API, including endpoints, parameters, and common cryptocurrency workflows. It eliminates the need to manually explain API documentation to your agent, enabling instant access to token prices, market caps, trading volumes, historical data, NFT collections, and global market statistics. The skill works with popular AI coding agents like Claude Code, Gemini CLI, and Codex CLI, with setup taking less than 3 minutes. Users can query real-time crypto data, retrieve historical price charts, look up tokens by contract address, and analyze market trends without writing boilerplate API integration code. This is ideal for developers, traders, and analysts who need to programmatically access cryptocurrency market intelligence through their AI agent.
Install the skill using the provided command.
Querying live cryptocurrency prices and market statistics
Accessing historical price data and charts
Retrieving global crypto market data and trends
Looking up tokens by contract address or metadata
$ npx skills add https://github.com/coingecko/skills --skill coingeckogit clone https://github.com/coingecko/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Fetch the latest [TOKEN_NAME] (e.g., Bitcoin, Ethereum) price, market cap, 24h trading volume, and price change percentage from CoinGecko. Format the data in a clear table with columns: Metric, Value, and Change (24h). Include a brief analysis of the current market trend for [TOKEN_NAME] and compare it to the top 3 trending cryptocurrencies on CoinGecko as of today.
**Latest Bitcoin (BTC) Market Data** | Metric | Value | Change (24h) | |----------------------|----------------|--------------------| | Current Price | $68,452.10 | +2.34% | | Market Cap | $1.34T | +1.89% | | 24h Trading Volume | $34.2B | +15.67% | | Circulating Supply | 19,652,412 BTC | N/A | **Market Trend Analysis:** Bitcoin is showing moderate bullish momentum today, with a 2.34% price increase and a significant rise in trading volume (+15.67%), indicating higher market activity. The market cap growth (+1.89%) aligns with this trend. **Top 3 Trending Cryptocurrencies:** 1. **Solana (SOL)** - +4.12% (Price: $156.78) 2. **XRP (XRP)** - +3.78% (Price: $0.56) 3. **Dogecoin (DOGE)** - +3.21% (Price: $0.14) *Data sourced from CoinGecko as of June 10, 2025.*
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan