crypto-price

Query cryptocurrency prices and market data via CoinGecko API. Use when: (1) checking current crypto prices, (2) viewing market cap rankings, (3) monitoring 24h price changes, (4) searching for specific cryptocurrencies, or (5) any crypto price-related queries. Supports BTC, ETH, and 10,000+ coins.

23 stars

Best use case

crypto-price is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Query cryptocurrency prices and market data via CoinGecko API. Use when: (1) checking current crypto prices, (2) viewing market cap rankings, (3) monitoring 24h price changes, (4) searching for specific cryptocurrencies, or (5) any crypto price-related queries. Supports BTC, ETH, and 10,000+ coins.

Teams using crypto-price should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/coingecko-price/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/analytics/coingecko-price/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/coingecko-price/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How crypto-price Compares

Feature / Agentcrypto-priceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Query cryptocurrency prices and market data via CoinGecko API. Use when: (1) checking current crypto prices, (2) viewing market cap rankings, (3) monitoring 24h price changes, (4) searching for specific cryptocurrencies, or (5) any crypto price-related queries. Supports BTC, ETH, and 10,000+ coins.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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.)

## Quick Start

### Get Bitcoin Price in USD
```bash
python3 scripts/crypto-price.py get bitcoin
```

### Get Ethereum Price in CNY
```bash
python3 scripts/crypto-price.py get ethereum cny
```

### View Top 10 Cryptocurrencies
```bash
python3 scripts/crypto-price.py top 10
```

### Search for a Coin
```bash
python3 scripts/crypto-price.py search solana
```

## Commands

### `search <keyword>`
Search for cryptocurrencies by name or symbol.

Example:
```bash
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:
```bash
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:
```bash
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`:

```bash
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

Related Skills

Kraken Crypto Skill

23
from jiayaoqijia/cryptoskill

Use the kraken_cli.py wrapper to query your Kraken account.

recipe-price-level-alerts

23
from jiayaoqijia/cryptoskill

Set up price level alerts that notify when key levels are crossed.

crypto-com-mcp-skill

23
from jiayaoqijia/cryptoskill

Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.

crypto-cex

23
from jiayaoqijia/cryptoskill

Get centralized exchange market data, order books, trading pairs, ticker prices, and 24h volume across Binance, Coinbase, Kraken, Bybit, Gate.io, and Bitget. Use when asked about CEX prices, exchange order book, trading pairs, CEX volume, Binance price, Kraken ticker, exchange comparison, or funding rates on centralized exchanges.

binance-price-alerts

23
from jiayaoqijia/cryptoskill

设置价格提醒和自动触发交易。每次调用自动扣费 0.001 USDT

crypto-market-rank

23
from jiayaoqijia/cryptoskill

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.

apify-crypto-skill

23
from jiayaoqijia/cryptoskill

Crypto data skills for AI agents — wraps Apify actors for KuCoin OHLCV and CoinGecko market data

github-crypto-search

23
from jiayaoqijia/cryptoskill

Search and analyze crypto/blockchain repositories with developer profiles and activity metrics.

cryptoskill

23
from jiayaoqijia/cryptoskill

Search, browse, and install crypto AI agent skills and MCP servers from cryptoskill.org — the largest curated registry of crypto skills with 450+ skills and 40+ MCP servers across 13 categories.

crypto-intel-security-scanner

23
from jiayaoqijia/cryptoskill

Analyze Solidity code for vulnerabilities, get safety scores, and audit checklists.

crypto-intel-security-analyzer

23
from jiayaoqijia/cryptoskill

Analyze Solidity code for common vulnerabilities and security issues with smart contract auditing checklist.

crypto-intel-docs-search

23
from jiayaoqijia/cryptoskill

Semantic search across crypto project documentation, whitepapers, and codebases.