Access comprehensive cryptocurrency market data, including prices, trends, and token contract lookups, directly within your AI agent workflow.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coingecko
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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>
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) |
Loading
Connect WhatsApp inputs directly to local HTTP endpoints for instant processing and response mirroring.

A quick-action utility for macOS to reclaim storage space by safely purging temporary user cache files via the command line.

A comprehensive automation skill for LimeSurvey that enables full lifecycle management of surveys, participants, and data via the RemoteControl 2 API.

A complete end-to-end AI agent workflow for taking projects from initial idea to verified execution through systematic planning and research.

An AI-powered Agile Coach that helps teams facilitate ceremonies, write high-quality user stories, and optimize sprint performance through data-driven metrics.

A comprehensive meeting productivity toolkit designed to transform raw notes into structured outcomes and eliminate unnecessary meetings.








































