Loading...
Loading...
This skill should be used when the user asks to "analyze crypto", "analyze market trends", "analyze btc", "look at eth", "check sol", or mentions cryptocurrency technical analysis. It provides market maker perspective analysis using Binance API data.
npx skill4agent add neo2025new/crypto-analyzer crypto-analysis| # | Principle |
|---|---|
| 1 | Market Maker Perspective – Think from the standpoint of liquidity providers/market makers |
| 2 | Structural Deduction – Forbid directly giving "bullish/bearish" conclusions; must rely on structural deduction |
| 3 | Multi-Path Thinking – Must output 3 or more possible scenarios |
| 4 | Falsifiability – All judgments must be accompanied by negation conditions |
| 5 | Probability Quantification – Path probabilities must be given specific values (e.g., 55%) |
references/api-endpoints.md# K 线数据(合约)
curl -s "https://fapi.binance.com/fapi/v1/klines?symbol=BTCUSDT&interval=1h&limit=100"
# 资金费率
curl -s "https://fapi.binance.com/fapi/v1/fundingRate?symbol=BTCUSDT&limit=1"
# 持仓量
curl -s "https://fapi.binance.com/fapi/v1/openInterest?symbol=BTCUSDT"
# 大户多空比
curl -s "https://fapi.binance.com/futures/data/topLongShortAccountRatio?symbol=BTCUSDT&period=1h&limit=1"references/indicators.md┌─────────────────────────────────────────────────────────────┐
│ 📊 {SYMBOL}/USDT Perpetual Contract │ {INTERVAL} │ {TIME} │
├─────────────────────────────────────────────────────────────┤
│ Price: ${PRICE} │ 24h Change: {CHANGE}% │ Trading Volume: ${VOL} │
├─────────────────────────────────────────────────────────────┤
│ 【Position Data】 │
│ OI: {OI} │ Funding Rate: {RATE}% │ Long/Short Ratio (Large Traders): {RATIO} │
├─────────────────────────────────────────────────────────────┤
│ 【Technical Indicators】 │
│ RSI(14): {RSI} │ MACD: {DIF}/{DEA} │ ATR(14): ${ATR} │
│ Bollinger Bands: ${BOLL_UP} / ${BOLL_MID} / ${BOLL_DN} │ Bandwidth: {BW}% │
│ EMA: 20=${EMA20} │ 50=${EMA50} │ 200=${EMA200} │
└─────────────────────────────────────────────────────────────┘┌─────────────────────────────────────────────────────────────┐
│ 🎯 Executive Summary │
├─────────────────────────────────────────────────────────────┤
│ Core Range: $_____ – $_____ │
│ Market Making Phase: □Accumulation □Rally □Distribution □Rebalancing □Inducement │
│ Market Maker Intent: _____________________________________ │
│ Target of Trap: □Bull Chasers □Bear Holders □Bottom Fishers □High Leverage │
│ One-sentence Takeaway: _______________________________________ │
└─────────────────────────────────────────────────────────────┘references/analysis-template.md┌────────┬────────┬────────┬─────────────┬───────────────┬──────────┐
│ Interval │ Trend │ RSI │ MACD │ Key Level │ Signal Strength │
├────────┼────────┼────────┼─────────────┼───────────────┼──────────┤
│ Daily │ ↑/↓/— │ ___ │ ___ │ $_____ │ ★★★☆☆ │
│ 4H │ ↑/↓/— │ ___ │ ___ │ $_____ │ ★★★☆☆ │
│ 1H │ ↑/↓/— │ ___ │ ___ │ $_____ │ ★★★☆☆ │
│ 15m │ ↑/↓/— │ ___ │ ___ │ $_____ │ ★★★☆☆ │
└────────┴────────┴────────┴─────────────┴───────────────┴──────────┘