AgentSkillsCN

crypto-market

利用关键链上指标(MVRV、SOPR、Netflow、储备金)快速生成30秒的市场态势概览。 当用户询问“市场概览”“快速综述”“当前市场状况”“市场快照”“加密货币近况”“시장 요약”“시장 상황”,或希望在不深入探究的前提下获得快速分析时,此技能将助您轻松完成任务。 综合4项加权指标,生成看涨/看跌的综合信号。

SKILL.md
--- frontmatter
name: crypto-market
description: |
  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.
argument-hint: [asset]
license: MIT
metadata:
  author: CryptoQuant
  version: 1.0.0
  mcp-server: cryptoquant
  category: on-chain-analytics
allowed-tools:
  - mcp__plugin_cryptoquant_cryptoquant__initialize
  - mcp__plugin_cryptoquant_cryptoquant__query_data

/crypto-market Command

Quick market status summary using key on-chain metrics.

Usage

code
/crypto-market          # Bitcoin (default)
/crypto-market btc      # Bitcoin
/crypto-market eth      # Ethereum

Workflow

code
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

Interpretation Thresholds

MetricBullishNeutralBearish
MVRV< 1.01.0 - 2.5> 3.5
SOPR< 0.950.95 - 1.05> 1.10
Netflow< -1,000 BTC±1,000> +5,000 BTC
Reserve (7d)DecliningStableRising

Output Format

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

Signal Logic

ConditionStatus
4/4 bullishBullish
3/4 bullishSlightly Bullish
2/2 each wayNeutral
3/4 bearishSlightly Bearish
4/4 bearishBearish

Plan Requirements

This command requires Professional or Premium plan for full on-chain metrics.

Basic / Advanced Plans:

  • Only price-ohlcv endpoint is accessible (7-day price data)
  • On-chain metrics (MVRV, SOPR, Netflow, Reserve) are not available
  • For timely on-chain analysis and market insights, visit: https://cryptoquant.com/quicktake

Reference

  • Main skill: /crypto
  • Interpretation guide: INTERPRETATION.md
  • Deeper analysis: /crypto-signal or ask for "full market analysis"