skills/gate-dex-market/SKILL.md
Gate DEX read-only market data skill. Use when the user asks for prices, K-lines, rankings, holders, or liquidity without signing a tx. Triggers on 'DEX price', 'token K-line', 'holder analysis'. Do NOT use for swaps or wallet auth — use gate-dex-trade or gate-dex-wallet.
npx skillsauth add gate/gate-skills gate-dex-marketInstall 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.
Pure Routing Layer — READ-ONLY data queries only. Never executes transactions. All specifications in
references/.
⚠️ 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
Trigger Scenarios: Use when the user wants to look up or analyze market data without executing any transaction:
| MCP Server | Status | |------------|--------| | Gate-Dex | ✅ Required |
Query Operations (Read-only)
mcp_token Required: No for MCP market queriesgate-mcp-cursor-installergate-mcp-codex-installergate-mcp-claude-installergate-mcp-openclaw-installerNo OpenAPI unless user explicitly asks. MCP setup: see gate-dex-trade/references/setup.md.
NOT this skill (common misroutes):
gate-dex-trade (swap execution)gate-dex-wallet (account query)gate-dex-trade (transaction execution)User triggers market data query
|
Step 1: OpenAPI only if user explicitly asks. Else MCP only.
Step 2: MCP discovery → success = MCP mode; fail = MCP setup guide (no OpenAPI fallback).
| Feature | MCP | OpenAPI | Notes | |---------|-----|---------|-------| | K-line / Candlestick | Yes | Yes | | | Token basic info | Yes | Yes | | | Token rankings | Yes | Yes | | | Security risk audit | Yes | Yes | | | Tradable token list | Yes | Yes | | | Cross-chain bridge tokens | Yes | No | MCP only | | Holder analysis (Top N) | No | Yes | OpenAPI only | | New token discovery | No | Yes | OpenAPI only | | Liquidity events (Rug Pull) | No | Yes | OpenAPI only | | Volume stats (multi-period) | No | Yes | OpenAPI only |
Read and strictly follow references/mcp.md, execute according to its complete workflow.
Includes: connection detection, 6 market data tools (dex_market_get_kline, dex_token_get_coin_info, dex_token_ranking, dex_token_get_risk_info, dex_token_list_swap_tokens, dex_token_list_cross_chain_bridge_tokens), no authentication required for market queries.
Explicit user request only. Load files progressively:
references/openapi/_shared.md — env detection, credentials, API call method (via helper script)| Query Type | Load File |
|-----------|-----------|
| Token info, rankings, new tokens, security, holders | openapi/token-data.md |
| Volume stats, K-line, liquidity events | openapi/market-data.md |
Legacy monolithic file preserved at
references/openapi.mdfor backward compatibility.
Actual supported chains are determined by runtime API/Resource returns:
chain argumentCommon chains: eth, bsc, polygon, arbitrum, optimism, avax, base, sol.
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.