Install
openclaw skills install gate-exchange-market-analysisGate Exchange market analysis tool. Use when the user asks for deep market metrics like liquidity, slippage, funding arbitrage, or manipulation risk. Trigger...
openclaw skills install gate-exchange-market-analysis⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read gate-runtime-rules.md
Market tape analysis covering thirteen scenarios, such as liquidity, momentum, liquidation monitoring, funding arbitrage, basis monitoring, manipulation risk, order book explanation, slippage simulation, K-line breakout/support–resistance, and liquidity with weekend vs weekday. This skill provides structured market insights by orchestrating Gate MCP tools; call order and judgment logic are defined in references/scenarios.md.
| MCP Server | Status |
|---|---|
| Gate (main) | ✅ Required |
gate-mcp-cursor-installergate-mcp-codex-installergate-mcp-claude-installergate-mcp-openclaw-installerRead and strictly follow references/mcp.md, then execute this skill's market analysis workflow.
SKILL.md keeps intent routing, scenario mapping, and output semantics.references/mcp.md is the authoritative MCP execution layer for tool sequencing, parameter checks, and degradation rules.| Module | Purpose | Document |
|---|---|---|
| Liquidity | Order book depth, 24h vs 30d volume, slippage | references/scenarios.md (Case 1) |
| Momentum | Buy vs sell share, funding rate | references/scenarios.md (Case 2) |
| Liquidation | 1h liq vs baseline, squeeze, wicks | references/scenarios.md (Case 3) |
| Funding arbitrage | Rate + volume screen, spot–futures spread | references/scenarios.md (Case 4) |
| Basis | Spot–futures price, premium index | references/scenarios.md (Case 5) |
| Manipulation risk | Depth/volume ratio, large orders | references/scenarios.md (Case 6) |
| Order book explainer | Bids/asks, spread, depth | references/scenarios.md (Case 7) |
| Slippage simulation | Market-order slippage vs best ask | references/scenarios.md (Case 8) |
| K-line breakout / support–resistance | Candlesticks + tickers; support/resistance; breakout momentum | references/scenarios.md (Case 9) |
| Liquidity + weekend vs weekday | Order book + 90d candlesticks + tickers; weekend vs weekday volume/return | references/scenarios.md (Case 10) |
| Technical analysis / what to do | Short + long timeframe K-line, support/resistance, momentum (price vs volume), funding rate; spot + futures; separate short/long-term advice | references/scenarios.md (Case 11) |
| Multi-asset buy & allocation | Per-asset ticker + order book + 7d daily candles; futures add funding rate; allocation % and rationale | references/scenarios.md (Case 12) |
| Portfolio allocation review | Same data as Case 12; assess if allocation is reasonable, adjustment advice, what else to buy if no change | references/scenarios.md (Case 13) |
Determine which module (case) to run based on user intent:
| User Intent | Keywords | Action |
|---|---|---|
| Liquidity / depth | liquidity, depth, slippage | Read Case 1, follow MCP order (use futures APIs if perpetual/contract) |
| Momentum | buy vs sell, momentum | Read Case 2, follow MCP order |
| Liquidation | liquidation, squeeze | Read Case 3 (futures only) |
| Funding arbitrage | arbitrage, funding rate | Read Case 4 |
| Basis | basis, premium | Read Case 5 |
| Manipulation risk | manipulation, depth vs volume | Read Case 6 (spot or futures per keywords) |
| Order book explainer | order book, spread | Read Case 7 |
| Slippage simulation | slippage simulation, market buy $X slippage, how much slippage | Read Case 8 (spot or futures per keywords) |
| K-line breakout / support–resistance | breakout, support, resistance, K-line, candlestick | Read Case 9 (spot or futures per keywords) |
| Liquidity + weekend vs weekday | liquidity, weekend, weekday, weekend vs weekday | Read Case 10 (spot or futures per keywords) |
| Technical analysis / what to do | technical analysis, what to do with BTC, long or short, trading advice, current level | Read Case 11 (spot + futures, short & long timeframes) |
| Multi-asset buy & allocation | watchlist, want to buy, analyze several coins, investment advice, how to allocate budget | Read Case 12 |
| Portfolio allocation review | portfolio, allocation, is my allocation reasonable, how to adjust, what else to buy | Read Case 13 |
references/scenarios.md for MCP call order and required fields.references/scenarios.md.gate-mcp-installer skill if needed).references/scenarios.md; follow them for consistent behavior.