skills/gate-exchange-marketanalysis/SKILL.md
Gate Exchange market analysis tool. Use when the user asks for deep market metrics like liquidity, slippage, funding arbitrage, or manipulation risk. Triggers on 'liquidity', 'depth', 'slippage', 'momentum', 'buy/sell pressure', 'squeeze', 'funding rate', 'arbitrage', 'basis', 'premium'.
npx skillsauth add gate/gate-skills gate-exchange-marketanalysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
⚠️ 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.tools
Exchange listing tracker. Use this skill whenever the user asks about exchange listing, delisting, or maintenance announcements. Trigger phrases include: any new coins listed recently, what did Binance list, new listings, delisted. MCP tools: news_feed_get_exchange_announcements, info_coin_get_coin_info, info_marketsnapshot_get_market_snapshot.
testing
Event attribution and explanation. Use this skill ONLY when the user's query is exclusively about the reason behind a price move with no other analysis dimensions. Trigger phrases: why did X crash, what just happened, why is it pumping, what caused. If the query ALSO mentions fundamentals, risk check, technicals, or any other analysis dimension, use gate-info-research instead — it handles multi-dimension queries in a single unified report.
tools
Community sentiment via Gate-News MCP, X/Twitter-first. Use for social discussion, KOL takes, or opinion on a coin or topic. Triggers: what does the community think about ETH, Twitter or X sentiment, what are people saying, KOL opinions. Reddit, Discord, Telegram when search_ugc is available; until then label output as X/Twitter-only. Tools: news_feed_search_x, news_feed_get_social_sentiment.
testing
News briefing. Use this skill ONLY when the user's query is exclusively about recent news or headlines with no other analysis dimensions. Trigger phrases: what happened recently, today's highlights, crypto news, any new updates. If the query ALSO mentions coin analysis, risk check, technicals, or any other analysis dimension, use gate-info-research instead — it handles multi-dimension queries in a single unified report.