/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coingecko - 安装完成后,直接呼叫该 Skill 的名称或使用
/coingecko触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CoinGecko 是什么?
Fetch real-time crypto prices, market caps, 24h changes, trending coins, and token details from CoinGecko's free API for thousands of cryptocurrencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1444 次。
如何安装 CoinGecko?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coingecko」即可一键安装,无需额外配置。
CoinGecko 是免费的吗?
是的,CoinGecko 完全免费(开源免费),可自由下载、安装和使用。
CoinGecko 支持哪些平台?
CoinGecko 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CoinGecko?
由 olisim02(@olisim02)开发并维护,当前版本 v1.0.0。