A comprehensive interface for accessing CoinMarketCap market-wide data, including sentiment indicators, global metrics, and historical performance indices.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cmc-api-market
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 cmc-api-market using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The CoinMarketCap Market API skill provides AI agents with deep access to aggregated cryptocurrency market data. It enables developers to integrate global metrics, such as total market capitalization and BTC dominance, directly into their workflows. By leveraging Openclaw Skills, users can programmatically query market-wide sentiment indicators like the Fear and Greed Index and performance benchmarks like the CMC100 index.
This skill is essential for any application requiring high-level market context rather than just individual asset pricing. It serves as a centralized reference for news, community trends, and technical charting data, making it a cornerstone for financial analysis and automated reporting within the Openclaw Skills ecosystem.
To get started with this skill within Openclaw Skills, obtain an API key from the CoinMarketCap Developer Portal at https://pro.coinmarketcap.com/.
# Example request to verify setup and fetch global metrics
curl -X GET "https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/latest" \
-H "X-CMC_PRO_API_KEY: your-api-key"
Ensure the environment variable for your API key is correctly configured in your agent's runtime settings to allow seamless authentication.
The skill returns data in a standardized JSON envelope including a status object and a data payload. This ensures consistency across all Openclaw Skills integrations.
| Field | Type | Description |
|---|---|---|
| status.timestamp | String | ISO 8601 timestamp of the request |
| status.error_code | Integer | 0 for success, non-zero for errors |
| status.credit_count | Integer | Number of API credits consumed by the call |
| data | Object | The primary payload containing market metrics or index results |
Loading
A comprehensive API skill for accessing CoinMarketCap exchange metadata, trading volumes, and proof-of-reserves data.

A comprehensive API reference for accessing real-time decentralized exchange data, including token prices, liquidity pools, and security analysis.

A technical reference skill for integrating CoinMarketCap cryptocurrency data, including real-time quotes, market listings, and historical OHLCV data.

A comprehensive AI development framework that automates the software lifecycle from discovery to execution with built-in project memory.

A comprehensive technical skill for accessing CoinMarketCap decentralized exchange (DEX) data, including token prices, liquidity, and rug pull risk assessment.

A professional-grade AI research skill that performs deep-dive due diligence and technical analysis on cryptocurrencies using real-time CoinMarketCap data.








































