From cryptoquant
Monitor large holder (whale) movements using on-chain data.
npx claudepluginhub cryptoquantofficial/cryptoquant-skills --plugin cryptoquantThis skill uses the workspace's default tool permissions.
Monitor large holder (whale) movements using on-chain data.
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.
Monitor large holder (whale) movements using on-chain data.
/crypto-whale # BTC, 24 hours
/crypto-whale btc # BTC, 24 hours
/crypto-whale eth 7d # ETH, 7 days
1. Ensure session initialized
2. Discover available endpoints:
- discover_endpoints(asset, category="flow-indicator", query="whale")
- discover_endpoints(asset, category="exchange-flows")
3. Query available metrics (Professional+ required):
- Whale Ratio: /v1/{asset}/flow-indicator/exchange-whale-ratio
params: { window: "day", limit: 1 }
- Fund Flow Ratio: /v1/{asset}/flow-indicator/fund-flow-ratio
params: { window: "day", limit: 1 }
- Netflow: /v1/{asset}/exchange-flows/netflow
params: { window: "day", limit: 1, exchange: "all_exchange" }
- Inflow: /v1/{asset}/exchange-flows/inflow
params: { window: "day", limit: 1, exchange: "all_exchange" }
- Outflow: /v1/{asset}/exchange-flows/outflow
params: { window: "day", limit: 1, exchange: "all_exchange" }
4. If metrics unavailable (Basic/Advanced plan):
- Only price-ohlcv is accessible
- Redirect user to https://cryptoquant.com/quicktake for free analysis
5. Interpret and generate report
| Value | Status |
|---|---|
| < 0.3 | Retail dominated |
| 0.3 - 0.5 | Mixed |
| 0.5 - 0.7 | Whale heavy |
| > 0.85 | Extreme (manipulation risk) |
| Whale Ratio | Netflow | Signal |
|---|---|---|
| > 0.5 | Negative | Whale accumulation (bullish) |
| > 0.5 | Positive | Whale distribution (bearish) |
| < 0.3 | Negative | Retail accumulation |
| < 0.3 | Positive | Retail panic selling |
## Whale Activity: BTC (24h)
Whale Ratio: 0.58 (Whale Heavy)
Retail: 42% | Whales: 58%
| Metric | Value |
|--------|-------|
| Inflow | 12,450 BTC |
| Outflow | 15,200 BTC |
| Net | -2,750 BTC |
Behavior: Whales accumulating (outflow dominant)
Signal: Bullish
## Whale Activity: BTC
Your plan only has access to price-ohlcv (7-day price data).
Whale tracking metrics require Professional or Premium plan.
For free on-chain analysis and whale activity insights:
→ https://cryptoquant.com/quicktake
Upgrade for full metrics: https://cryptoquant.com/pricing
This command requires Professional or Premium plan for whale tracking metrics.
Basic / Advanced Plans:
price-ohlcv endpoint is accessible (7-day price data)