← All skills
Tencent SkillHub Β· Developer Tools

CoinGecko Price

Query cryptocurrency prices and market data via CoinGecko API. Use when: (1) checking current crypto prices, (2) viewing market cap rankings, (3) monitoring...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query cryptocurrency prices and market data via CoinGecko API. Use when: (1) checking current crypto prices, (2) viewing market cap rankings, (3) monitoring...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/crypto-price.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Crypto Price Skill

Query real-time cryptocurrency prices and market data using the free CoinGecko API.

When to Use

Check current price of Bitcoin, Ethereum, or any crypto View top cryptocurrencies by market cap Monitor 24-hour price changes Search for specific coins by name or symbol Convert prices to different currencies (USD, CNY, EUR, etc.)

Get Bitcoin Price in USD

python3 scripts/crypto-price.py get bitcoin

Get Ethereum Price in CNY

python3 scripts/crypto-price.py get ethereum cny

View Top 10 Cryptocurrencies

python3 scripts/crypto-price.py top 10

Search for a Coin

python3 scripts/crypto-price.py search solana

search <keyword>

Search for cryptocurrencies by name or symbol. Example: python3 scripts/crypto-price.py search bitcoin # Output: BTC - Bitcoin, ID: bitcoin

get <coin_id> [currency]

Get price for a specific cryptocurrency. coin_id: The CoinGecko ID (e.g., bitcoin, ethereum, solana) currency: Optional, defaults to 'usd'. Supported: usd, cny, eur, jpy, gbp, krw, etc. Example: python3 scripts/crypto-price.py get bitcoin cny # Output: πŸ’° BITCOIN # δ»·ζ Ό: Β₯460,123.45 # 24h 梨跌: 🟒 +5.23%

top [limit] [currency]

View top cryptocurrencies by market cap. limit: Number of coins to show (1-100), default 10 currency: Optional, defaults to 'usd' Example: python3 scripts/crypto-price.py top 5 cny # Shows top 5 coins with prices in CNY

Finding Coin IDs

Use the search command to find the correct coin_id: python3 scripts/crypto-price.py search "binance" # Output: BNB - BNB, ID: binancecoin Popular coin IDs: bitcoin, ethereum, solana, cardano, polkadot ripple (XRP), binancecoin (BNB), dogecoin, chainlink

Notes

Uses free CoinGecko API with rate limits If you see "API θ―·ζ±‚θΏ‡δΊŽι’‘ηΉ", wait a minute and retry Prices are for reference only, not financial advice

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/crypto-price.py Scripts