/install coingecko
CoinGecko Crypto Price Skill
Fetches crypto market data from the CoinGecko free API (no key required, ~30 req/min rate limit).
Commands
Price check (one or more coins)
python3 scripts/price.py bitcoin ethereum solana
Returns: price, 24h change, market cap, volume for each coin.
Search for a coin by name/ticker
python3 scripts/search.py "pepe"
Returns: matching coin IDs, symbols, and market cap ranks.
Token lookup by contract address (Solana, Ethereum, etc.)
python3 scripts/token.py solana \x3Ccontract_address>
Returns: token name, price, 24h change, market cap, liquidity info.
Trending coins
python3 scripts/trending.py
Returns: top trending coins on CoinGecko.
Coin IDs
CoinGecko uses slug IDs (e.g., bitcoin, ethereum, solana, dogecoin). Use search.py to find the correct ID if unsure.
Rate Limits
Free API: ~30 calls/min. Cache results when doing bulk lookups. Avoid calling in tight loops.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install coingecko - After installation, invoke the skill by name or use
/coingecko - Provide required inputs per the skill's parameter spec and get structured output
What is CoinGecko?
Fetch real-time crypto prices, market caps, 24h changes, trending coins, and token details from CoinGecko's free API for thousands of cryptocurrencies. It is an AI Agent Skill for Claude Code / OpenClaw, with 1444 downloads so far.
How do I install CoinGecko?
Run "/install coingecko" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CoinGecko free?
Yes, CoinGecko is completely free (open-source). You can download, install and use it at no cost.
Which platforms does CoinGecko support?
CoinGecko is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CoinGecko?
It is built and maintained by olisim02 (@olisim02); the current version is v1.0.0.