← スキル一覧に戻る

tool-coingecko-price
by captaindpt
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: tool-coingecko-price description: Use the coingecko_price tool to fetch spot crypto prices (free) for one or more symbols/ids with 24h change and last-updated timestamps.
coingecko_price (CoinGecko spot)
When to use
- Quick crypto spot check (BTC/ETH/SOL/etc).
- Cheap price context before going deeper (derivatives/order books/etc).
Parameters
query(string, required): Space/comma-separated symbols or CoinGecko ids (max 25 unique).- Built-in symbol mapping includes: BTC/ETH/SOL/DOGE/ADA/BNB/XRP.
- Otherwise, tokens are treated as CoinGecko ids (lowercased).
vsCurrency(string, optional): Quote currency, defaultusd.
Examples
{ "name": "coingecko_price", "params": { "query": "BTC ETH solana", "vsCurrency": "usd" } }
Output
- Returns:
{ ids: string[], vsCurrency: string, data: object }(raw CoinGecko response) - Rendered:
- Table
CoinGecko (usd)with columns: id/price/24h_change_%/updatedAt
- Table
Notes
- This tool does not currently expose CoinGecko market cap/volume endpoints; it’s
simple/priceonly.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です