Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch real-time crypto prices, market caps, 24h changes, trending coins, and token details from CoinGecko's free API for thousands of cryptocurrencies.
Fetch real-time crypto prices, market caps, 24h changes, trending coins, and token details from CoinGecko's free API for thousands of cryptocurrencies.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fetches crypto market data from the CoinGecko free API (no key required, ~30 req/min rate limit).
python3 scripts/price.py bitcoin ethereum solana Returns: price, 24h change, market cap, volume for each coin.
python3 scripts/search.py "pepe" Returns: matching coin IDs, symbols, and market cap ranks.
python3 scripts/token.py solana <contract_address> Returns: token name, price, 24h change, market cap, liquidity info.
python3 scripts/trending.py Returns: top trending coins on CoinGecko.
CoinGecko uses slug IDs (e.g., bitcoin, ethereum, solana, dogecoin). Use search.py to find the correct ID if unsure.
Free API: ~30 calls/min. Cache results when doing bulk lookups. Avoid calling in tight loops.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.