Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Queries real-time cryptocurrency prices and market data using the free CoinGecko API. Supports price lookups, market cap rankings, 24-hour change monitoring, and coin search across 10,000+ coins. Multiple fiat currency outputs are available including USD, EUR, CNY, JPY, and KRW.
No API key or account is required, making it faster to set up than paid data providers or exchange APIs.
When to use it
- Check current Bitcoin or Ethereum price in local currency
- View top 10 coins ranked by market cap
- Monitor 24h price swings before making a trade
- Look up an obscure altcoin by name or ticker symbol
- Convert crypto prices to CNY or EUR for regional comparison
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What are the top 5 cryptocurrencies by market cap in USD right now?
- 1Run `crypto-price.py top 5 usd` against the CoinGecko API
- 2Receive ranked list with coin names, prices, and 24h changes
- 3Format results into a readable response
A ranked table of the top 5 coins showing name, current USD price, and 24-hour price change percentage