Crypto Price Skill
SkillWeb & browsingQuery 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Crypto Price Skill skill
About this capability
Open-source 3D AI agent framework — GLB/glTF avatars with LLM brains, memory, emotions, and autonomous payments. MCP server · x402 · Solana/EVM · Three.js. Embed anywhere as a web component. Character studio, animation gallery, OAuth 2.1. Browser-native.
What this skill tells your AI
The instructions your AI receives, as published by nirholas/three.ws in public/skills/crypto-price/SKILL.md and read by ahel’s review.
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
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
Commands
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 10currency: 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
Signals
- GitHub stars
- 114
- Forks
- 29
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
crypto-price- Source
- github.com/nirholas/three.ws