ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Coingecko

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-coingecko
Or

Coingecko

CoinGecko MCP — wraps CoinGecko free API (no auth required)

get_coin

Get detailed information about a cryptocurrency including price, market cap, volume, and description

search_coins

Search for cryptocurrencies by name or symbol. Returns matching coins with their IDs. Example: searc

get_market_data

Get top cryptocurrencies ranked by market cap with current prices, 24h changes, and volume. Example:

get_trending

Get currently trending cryptocurrencies on CoinGecko based on user search activity. No parameters ne

{
  "mcpServers": {
    "coingecko": {
      "url": "https://gateway.pipeworx.io/coingecko/mcp"
    }
  }
}

Metadata

Author@b-gutman
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-b-gutman-pipeworx-coingecko": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.