coingecko by starchild-ai-agent/official-skills
npx skills add https://github.com/starchild-ai-agent/official-skills --skill coingeckoCoinGecko 提供全面的加密货币市场数据,包括现货价格、OHLC 蜡烛图、市值、热门币种、板块表现和全球统计数据。
在以下场景中使用 CoinGecko:
coin_price(coin_id="bitcoin") # 支持 BTC、ETH、SOL 等符号
coin_price(coin_id="ethereum", vs_currencies="usd,eur")
coin_ohlc(coin_id="bitcoin", vs_currency="usd", days=7) # OHLC 蜡烛图
coin_chart(coin_id="ethereum", vs_currency="usd", days=30) # 价格图表数据
cg_trending() # 过去 24 小时的热门币种
cg_top_gainers_losers() # 涨跌幅最大的币种
cg_new_coins() # 近期上线的币种
cg_coins_markets(vs_currency="usd", order="market_cap_desc", per_page=100)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
cg_coin_data(id="bitcoin") # 详细的币种数据
cg_coin_tickers(id="ethereum") # 所有交易对
cg_search(query="solana") # 搜索币种
cg_exchanges() # 所有交易所
cg_exchange(id="binance") # 特定交易所
cg_exchange_tickers(id="binance") # 交易所交易对
cg_exchange_volume_chart(id="binance", days=7)
cg_global() # 总市场统计数据
cg_global_defi() # DeFi 特定统计数据
cg_categories() # 板块表现
cg_token_price(contract_addresses=["0x..."], vs_currencies="usd")
cg_coin_by_contract(contract_address="0x...", platform="ethereum")
cg_vs_currencies() 查看所有支持的货币。常见符号会自动解析:
重要提示: 如果不确定币种 ID,在调用价格工具之前,请务必先使用 cg_search(query="币种名称") 来查找确切的 CoinGecko ID。
每周安装量
3.6K
代码仓库
GitHub 星标数
1
首次出现
13 天前
安全审计
安装于
openclaw3.5K
opencode42
github-copilot42
codex42
amp42
cline42
CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats.
Use CoinGecko for:
coin_price(coin_id="bitcoin") # Supports symbols like BTC, ETH, SOL
coin_price(coin_id="ethereum", vs_currencies="usd,eur")
coin_ohlc(coin_id="bitcoin", vs_currency="usd", days=7) # OHLC candles
coin_chart(coin_id="ethereum", vs_currency="usd", days=30) # Price chart data
cg_trending() # Trending coins in the last 24h
cg_top_gainers_losers() # Top movers
cg_new_coins() # Recently listed coins
cg_coins_markets(vs_currency="usd", order="market_cap_desc", per_page=100)
cg_coin_data(id="bitcoin") # Detailed coin data
cg_coin_tickers(id="ethereum") # All trading pairs
cg_search(query="solana") # Search for coins
cg_exchanges() # All exchanges
cg_exchange(id="binance") # Specific exchange
cg_exchange_tickers(id="binance") # Exchange trading pairs
cg_exchange_volume_chart(id="binance", days=7)
cg_global() # Total market stats
cg_global_defi() # DeFi specific stats
cg_categories() # Sector performance
cg_token_price(contract_addresses=["0x..."], vs_currencies="usd")
cg_coin_by_contract(contract_address="0x...", platform="ethereum")
cg_vs_currencies() to see all supported currencies.Common symbols are automatically resolved:
Important: If unsure about a coin ID, always use cg_search(query="coin name") first to find the exact CoinGecko ID before calling price tools.
Weekly Installs
3.6K
Repository
GitHub Stars
1
First Seen
13 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
openclaw3.5K
opencode42
github-copilot42
codex42
amp42
cline42
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装