CoinGecko Crypto Market Data for Openclaw

Access comprehensive cryptocurrency market data, including prices, trends, and token contract lookups, directly within your AI agent workflow.

olisim02
v1.0.0
Feb 14, 2026
1
3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install coingecko

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install coingecko using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is CoinGecko Crypto Market Data?

The CoinGecko Crypto Data skill is a robust integration designed for Openclaw Skills that enables AI agents to retrieve live cryptocurrency information effortlessly. By leveraging the CoinGecko public API, this skill allows users to monitor market movements, verify token contract addresses on networks like Solana and Ethereum, and track trending assets without requiring a paid subscription or complex API key management.

This integration serves as a bridge between your development environment and global cryptocurrency markets. Whether you are building financial analysis tools or research assistants, this skill provides the necessary data points to make informed decisions based on current market valuations and liquidity metrics within the ecosystem of Openclaw Skills.

CoinGecko Crypto Market Data Use Cases

  • Checking current market prices for major assets like Bitcoin, Ethereum, and Solana.
  • Researching low-cap altcoins or new tokens using contract addresses for verification.
  • Identifying market trends and top-performing assets in the last 24 hours.
  • Automating portfolio tracking or market analysis reports using Openclaw Skills triggers.

How CoinGecko Crypto Market Data Works

  1. The AI agent receives a request regarding cryptocurrency prices, market caps, or specific token details.
  2. The skill identifies the correct asset using slug IDs (e.g., bitcoin) or searches for the ID based on user input using a dedicated search script.
  3. The skill executes a Python script to call the CoinGecko API and retrieve the requested dataset.
  4. Data is parsed and returned to the agent, providing real-time insights such as price, volume, and liquidity in a human-readable format.

CoinGecko Crypto Market Data Setup

This skill uses the CoinGecko free API tier, which does not require an API key but is subject to a rate limit of approximately 30 requests per minute. To use this within Openclaw Skills, ensure you have Python 3 installed and the required scripts available in your environment.

# Verify price for a specific coin
python3 scripts/price.py bitcoin

# Search for a token symbol or name
python3 scripts/search.py "pepe"

# Lookup a token by contract address on Solana
python3 scripts/token.py solana <contract_address>

CoinGecko Crypto Market Data Data Schema & Taxonomy

The skill organizes market data into structured outputs to ensure compatibility with various Openclaw Skills workflows:

Field Description
Price Current USD value of the asset
24h Change Percentage change in price over the last 24 hours
Market Cap Total market capitalization ranking and value
Liquidity Available liquidity (primarily for decentralized token lookups)
Slug ID The unique identifier used by CoinGecko (e.g., dogecoin)

CoinGecko Crypto Market Data Advanced Features

  • Support for cross-chain token lookups via contract addresses on networks like Solana and Ethereum.
  • Real-time trending list retrieval to identify the most searched assets on CoinGecko.
  • Bulk price lookups allowing multiple assets to be queried in a single command.
  • Native slug ID search to resolve ticker ambiguity during automated Openclaw Skills operations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*