kryptogo_cluster_radar
Installation
SKILL.md
KryptoGO Cluster Radar (Read-Only)
Usage
- Category: Ecosystem
- Mode: guide
- Version: 0.1.0
Input Example
{
"chainId": 56,
"tokenAddress": "0x...",
"focus": "cluster_accumulation",
"timeframes": ["15m", "1h", "4h", "1d"],
"includeSignalDashboard": true
}
Integration Scope
Allowed analysis endpoints:
GET /token-overviewGET /analyze/:token_mintGET /analyze-cluster-change/:token_mintPOST /balance-historyPOST /token-wallet-labelsGET /agent/trending-tokensGET /signal-dashboard(Pro/Alpha tier)
Not included in this adaptation:
POST /agent/swapPOST /agent/submit- Any
swap.py/ cron auto-trading flow - Any requirement for
SOLANA_PRIVATE_KEY
Analysis Flow
- Fetch token baseline:
- price, market cap, holders, liquidity, risk level.
- Run cluster scan:
- measure concentration ratio and top-entity structure.
- Run cluster-trend scan:
- check 15m/1h/4h/1d change for accumulation vs distribution.
- Verify risky labels with holdings:
- combine wallet labels with
balance-historyto detect active sell pressure.
- combine wallet labels with
- Optional market-wide discovery:
signal-dashboardfirst (if tier allows), fallback totrending-tokens.
- Output read-only conclusion:
- accumulation score, concentration risk, active sell-pressure risk, key watch addresses.
Guardrails
- Never request or store private keys.
- Keep outputs analysis-focused (insider holdings, accumulation/distribution, risk interpretation).
- BSC/Base/Monad are treated as analysis-only chains.
- If user asks to trade, provide analysis summary and separate that from execution guidance.
Source Anchors
Related skills
More from brief-onchain/skills-lab
funding_watch
Reads funding rate, annualized estimate, and mark-index basis from Binance Futures.
14bsc_rpc_fanout_check
Validates BSC RPC endpoints for health, latency, and block drift.
13top_movers
Ranks top symbols by 24h change or quote volume with optional liquidity filter.
9price_snapshot
Fetches spot last price and 24h change for one trading pair.
9open_interest_scan
Tracks futures open interest and taker flow changes for a symbol.
7kline_brief
Summarizes recent candles with trend percentage.
6