From cryptoquant
On-chain analytics for Bitcoin, Ethereum, and cryptocurrency markets using CryptoQuant data. Use when user asks about "bitcoin outlook", "price analysis", "market valuation", "is BTC overvalued", "whale activity", "exchange flows", "market cycle", "bull or bear market", "on-chain analysis", "비트코인 전망", "가격 분석", "고평가", "저평가", "시장 사이클", or wants data-driven crypto market insights. Provides MVRV, SOPR, NVT, funding rates, and 200+ on-chain metrics.
npx claudepluginhub cryptoquantofficial/cryptoquant-skills --plugin cryptoquantThis skill is limited to using the following tools:
Access CryptoQuant's on-chain data for cryptocurrency market analysis.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Access CryptoQuant's on-chain data for cryptocurrency market analysis.
Always respond in the same language as the user's prompt. If the user asks in Korean, respond in Korean. If in English, respond in English.
/crypto # Initialize session (run first!)
/crypto-market # Quick market summary
/crypto-signal btc # Get buy/sell/hold signal
/crypto-whale # Track whale activity
MUST run /crypto before any data request.
/crypto
↓
┌─────────────────────────────────────┐
│ Check for API key: │
│ 1. Environment variable │
│ 2. Stored credentials │
│ (~/.cryptoquant/credentials) │
└─────────────────────────────────────┘
↓
┌─────────────────────────────────────┐
│ No key found? │
│ → Browser opens automatically │
│ → User enters API key │
│ → Key saved locally │
└─────────────────────────────────────┘
↓
Authenticated → Shows plan/permissions
| Command | Description |
|---|---|
/crypto | Initialize session, show status |
/crypto-market [asset] | Quick 30-second market summary |
/crypto-signal [asset] | Buy/Sell/Hold trading signal |
/crypto-whale [asset] | Whale activity tracker |
| Agent | Trigger | Description |
|---|---|---|
market-analyst | "full analysis", "market report" | Comprehensive multi-metric analysis |
whale-tracker | "whale tracking", "smart money" | Deep whale movement monitoring |
| User Question | Intent | Primary Metric | Plan |
|---|---|---|---|
| "Is BTC overvalued?" | VALUATION | mvrv | Professional+ |
| "Network utility vs price?" | NETWORK_VALUATION | nvt | Professional+ |
| "Profit taking happening?" | PROFIT_BEHAVIOR | sopr | Professional+ |
| "Exchange accumulation?" | EXCHANGE_FLOWS | netflow | Professional+ |
| "Coins on exchanges?" | EXCHANGE_RESERVE | reserve | Professional+ |
| "Whale activity?" | WHALE_ACTIVITY | whale-ratio | Professional+ |
| "Funding rate?" | LEVERAGE_SENTIMENT | funding-rates | Professional+ |
| "Open positions?" | OPEN_INTEREST | open-interest | Professional+ |
| "Old coins moving?" | COIN_AGE | cdd | Professional+ |
| "HODL behavior?" | HODL_BEHAVIOR | mca | Professional+ |
| "Stablecoin buying power?" | STABLECOIN_LIQUIDITY | ssr | Professional+ |
| "Miners selling?" | MINER_ACTIVITY | mpi | Professional+ |
| "Miner profitability?" | MINER_PROFITABILITY | puell-multiple | Professional+ |
| "US institutional buying?" | COINBASE_PREMIUM | coinbase-premium | Professional+ |
| "Korean retail FOMO?" | KIMCHI_PREMIUM | korea-premium | Professional+ |
| "ETF inflows?" | ETF_FLOWS | etf-netflow | Professional+ |
| "Bull or bear market?" | MARKET_CYCLE | mvrv + sopr | Professional+ |
Note: Basic/Advanced plans only have access to price-ohlcv. All on-chain metrics require Professional or Premium plan.
See INTENT_MAP.md for full routing details.
| Metric | 🟢 Bullish | 🟡 Neutral | 🔴 Bearish |
|---|---|---|---|
| MVRV | < 1.5 | 1.5 - 2.5 | > 3.5 |
| NVT | < 50 | 50 - 90 | > 120 |
| Puell | < 0.5 | 0.5 - 1.0 | > 2.0 |
| Metric | 🟢 Bullish | 🟡 Neutral | 🔴 Bearish |
|---|---|---|---|
| SOPR | < 0.95 (capitulation) | 0.95 - 1.05 | > 1.10 |
| CDD | Baseline | Normal | Major spike |
| MCA | Rising | Stable | Declining |
| Metric | 🟢 Bullish | 🟡 Neutral | 🔴 Bearish |
|---|---|---|---|
| Netflow | < -1,000 BTC | ±1,000 | > +5,000 BTC |
| Reserve | Decreasing | Stable | Increasing |
| Whale Ratio | < 0.3 | 0.3 - 0.5 | > 0.7 |
| Metric | 🟢 Bullish | 🟡 Neutral | 🔴 Bearish |
|---|---|---|---|
| Funding | < -0.01% | ±0.01% | > 0.05% |
| OI + Price | Both rising | Mixed | OI up, Price down |
| Metric | 🟢 Bullish | 🟡 Neutral | 🔴 Bearish |
|---|---|---|---|
| MPI | < 0.5 | 0.5 - 1.0 | > 2.0 |
| SSR | < 10 | 10 - 20 | > 20 |
| Metric | 🟢 Bullish | 🟡 Neutral | 🔴 Bearish |
|---|---|---|---|
| Coinbase Premium | > +$20 | ±$20 | < -$100 |
| Kimchi Premium | < -2% | ±2% | > +10% (FOMO) |
| ETF Netflow | > +$100M/day | ±$100M | < -$500M/day |
See INTERPRETATION.md for detailed thresholds and definitions.
| Tool | Description |
|---|---|
initialize() | MUST CALL FIRST - Initialize session |
reset_session(clear_stored?) | Clear session/credentials |
| Tool | Description |
|---|---|
list_assets() | List supported assets (btc, eth) |
discover_endpoints(asset?, category?) | Find available endpoints |
query_data(endpoint, params) | Query raw data |
describe_metric(metric_id) | Get metric description |
1. initialize() # Authenticate
2. INTENT_MAP.md 참조 # Get EXACT endpoint path & required params
3. query_data() # Query with correct path and params
4. Interpret using INTERPRETATION.md
CRITICAL: Do NOT guess endpoint paths. Always check INTENT_MAP.md for:
/v1/btc/market-indicator/sopr, NOT network-indicator)exchange for netflow)| Plan | Accessible Endpoints | Data Range | Rate Limit |
|---|---|---|---|
| Premium | All (245+) | Unlimited | 800/min |
| Professional | All (245+) | 1 year | 20/min |
| Advanced | price-ohlcv only | 7 days | 50/day |
| Basic | price-ohlcv only | 7 days | 50/day |
Basic / Advanced Plans:
price-ohlcv endpoint accessibleProfessional Plan (all metrics, 1 year history):
Premium Plan (all metrics, unlimited history):
Run /crypto first to connect.
Get API key at: https://cryptoquant.com/settings/api
[Metric] requires [Plan] plan.
Your plan: [Current]
Alternative: price-ohlcv (7-day price data)
Free analysis: https://cryptoquant.com/quicktake