A secure, read-only crypto market data skill that fetches live prices from CoinGecko with automatic Kraken fallback.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coingecko-2
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-2 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 Price Skill gives Hermes agents live Bitcoin, Ethereum, and multi-asset cryptocurrency market data through a simple, standalone integration. It supports CoinGecko Demo and Pro API keys, 24-hour price changes, formatted quotes, and market data for thousands of assets.
Designed for Openclaw Skills workflows, the skill isolates credentials in environment variables and never exposes API keys in prompts, agent memory, or logs. When CoinGecko is unavailable, rate-limited, or unconfigured, it can automatically use the public Kraken API for supported major trading pairs.
CG_API_KEY environment variable.fetch_price.py or fetch_multi_asset.py sends a read-only request to CoinGecko for current asset data.CG_FALLBACK_KRAKEN=true.health_check.py verifies connectivity, key validity, API type, and available rate-limit information.python3 -m venv [config]/.hermes/coingecko-env
[config]/.hermes/coingecko-env/bin/pip install requests urllib3 python-dotenv
Obtain a free CoinGecko Demo key from the CoinGecko API documentation, or configure a Pro key for higher-volume workloads.
Store the credential in the skill's protected .env file. Do not paste the key into prompts or commit the file to source control.
cd [config]/.hermes/skills/coingecko
printf 'CG_API_KEY=your_coingecko_key\nCG_FALLBACK_KRAKEN=true\n' > .env
chmod 600 .env
.env to .gitignore and ensure the runtime can read the isolated environment variables.echo '.env' >> .gitignore
python3 [config]/.hermes/skills/coingecko/scripts/health_check.py
python3 [config]/.hermes/skills/coingecko/scripts/fetch_price.py
python3 [config]/.hermes/skills/coingecko/scripts/fetch_multi_asset.py bitcoin ethereum
CG_FALLBACK_KRAKEN=true enabled for supported Kraken pairs such as BTC/USD and ETH/USD. Use curl -s https://api.coingecko.com/api/v3/ping to diagnose network or DNS problems.| Path or file | Purpose |
|---|---|
[config]/.hermes/skills/coingecko/ |
Skill installation directory |
scripts/fetch_price.py |
Retrieves a live single-asset quote, primarily BTC/USD |
scripts/fetch_multi_asset.py |
Retrieves quotes for multiple asset IDs |
scripts/health_check.py |
Tests API access, credentials, and rate-limit state |
.env |
Private runtime configuration containing CG_API_KEY and fallback settings |
[config]/.hermes/coingecko-env |
Python virtual environment |
CG_API_KEY: Optional CoinGecko Demo or Pro credential; required for full CoinGecko access and broad altcoin coverage.CG_FALLBACK_KRAKEN: Optional boolean switch controlling unauthenticated Kraken fallback; defaults to true.Typical structured responses include:
price: Numeric current price.price_str: Human-readable formatted price such as $81,291.00.change_24h: Percentage movement over 24 hours when available.market_cap and volume: Additional CoinGecko market fields where supported.source: The provider used, such as CoinGecko or Kraken.api_status, key_type, and rate_limit_remaining: Health-check metadata.All returned data is public, read-only market information. Credentials are not included in response objects, logs, prompts, or agent memory.
.env and environment-variable-only accessCG_FALLBACK_KRAKENLoading
Convert seller-approved Douyin comment objections and still images into separate, reviewable 2–15 second talking demo clips.

Turn an approved fund quarterly report highlight sheet and authorized stills into 2 to 8 separate, fact-bound talking clips.

Game UI Voice Pack converts approved game interface copy into 8 to 20 individually labeled, reviewable voiceover clips.

Generate one short, schedule-accurate insurance renewal reminder talking clip per authorized still without stitching or inventing policy facts.

An end-to-end enterprise GEO operating system for diagnosing, improving, distributing, measuring, and iterating brand visibility in generative search.

An end-to-end merchant onboarding skill that connects Google Business Profiles and configures AI-powered Google review auto-replies.








































