tool-coingecko-price
Installation
SKILL.md
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" } }
Related skills
More from captaindpt/truth-terminal
tool-polymarket-book
Use the polymarket_book tool to fetch Polymarket CLOB order book depth (YES/NO) via Gamma + CLOB and expose best bid/ask/mid.
29tool-nasdaq-candles
Use the nasdaq_candles tool to fetch OHLCV candles (free) with caching and latency metadata; good for quick charting.
24tool-nasdaq-quote
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.
22tool-grok-search
Use the grok_search tool to search X/web/news via xAI Grok Live Search (paid) and return an answer plus citations.
21tool-polymarket-trades
Use the polymarket_trades tool to fetch and filter recent Polymarket trades (free Data API), optionally by market or wallet.
16tool-gdelt-news
Use the gdelt_news tool to fetch recent headlines via GDELT (free) with shared caching, rate limiting, and basic query normalization.
15