Help us improve
Share bugs, ideas, or general feedback.
From cryptoquant
Quick 30-second market status summary using key on-chain metrics (MVRV, SOPR, Netflow, Reserve). Use when user asks for "market summary", "quick overview", "current market status", "market snapshot", "what's happening in crypto", "시장 요약", "시장 상황", or wants fast analysis without deep dive. Generates combined bullish/bearish signal from 4 weighted metrics.
npx claudepluginhub cryptoquantofficial/cryptoquant-skills --plugin cryptoquantHow this skill is triggered — by the user, by Claude, or both
Slash command
/cryptoquant:crypto-marketThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick market status summary using key on-chain metrics.
Analyzes crypto market sentiment using Fear & Greed Index, news analysis, and momentum into a 0-100 score for overall mood or specific coins like BTC.
Queries cryptocurrency prices, market caps, volumes, holder counts, technical analysis (RSI, price action), sentiment, social mentions, charts, trending tokens, gainers/losers, and comparisons via natural language prompts.
Quick single-agent market check for a cryptocurrency symbol. Fetches price, sentiment, funding rate, and news. Suggests deeper analysis on anomalies.
Share bugs, ideas, or general feedback.
Quick market status summary using key on-chain metrics.
/crypto-market # Bitcoin (default)
/crypto-market btc # Bitcoin
/crypto-market eth # Ethereum
1. Ensure session initialized (call initialize() if needed)
2. Query metrics in PARALLEL:
- MVRV: /v1/{asset}/market-indicator/mvrv (window: day, limit: 1)
- SOPR: /v1/{asset}/market-indicator/sopr (window: day, limit: 1)
- Netflow: /v1/{asset}/exchange-flows/netflow (window: day, limit: 1, exchange: all_exchange)
- Reserve: /v1/{asset}/exchange-flows/reserve (window: day, limit: 7, exchange: all_exchange)
3. Interpret using thresholds below
4. Generate combined signal
| Metric | Bullish | Neutral | Bearish |
|---|---|---|---|
| MVRV | < 1.0 | 1.0 - 2.5 | > 3.5 |
| SOPR | < 0.95 | 0.95 - 1.05 | > 1.10 |
| Netflow | < -1,000 BTC | ±1,000 | > +5,000 BTC |
| Reserve (7d) | Declining | Stable | Rising |
## BTC Market Summary
| Metric | Value | Signal |
|--------|-------|--------|
| MVRV | 2.14 | Neutral |
| SOPR | 1.02 | Neutral |
| Netflow | -2,450 BTC | Bullish |
| Reserve | -12.5K (7d) | Bullish |
**Overall**: Slightly Bullish
Key insight: Exchange outflows suggest accumulation.
| Condition | Status |
|---|---|
| 4/4 bullish | Bullish |
| 3/4 bullish | Slightly Bullish |
| 2/2 each way | Neutral |
| 3/4 bearish | Slightly Bearish |
| 4/4 bearish | Bearish |
This command requires Professional or Premium plan for full on-chain metrics.
Basic / Advanced Plans:
price-ohlcv endpoint is accessible (7-day price data)/crypto-signal or ask for "full market analysis"