skills/gate-exchange-trading/SKILL.md
Gate Trading L2. Use when the user wants to execute complex trades, margin borrowing, or query positions and open orders. Triggers on 'market buy', 'margin borrow', 'TradFi', 'Alpha', or spot-plus-futures combos. Requires Action Draft.
npx skillsauth add gate/gate-skills gate-exchange-tradingInstall 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.
This is an L2 composite skill for users who want a single skill to complete the full trading loop:
judge the opportunity -> control risk -> produce order draft -> explicit confirmation -> execute -> verify/manage
It is neither a pure research skill nor a pure execution skill. Its purpose is to provide a complete trading workflow inside one skill.
⚠️ 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
Before calling any named MCP tool, verify that the concrete tool name exists in the current runtime tool list. If a helper tool is absent, disclose the mismatch, use only the nearest valid fallback combination, and do not overclaim unavailable coverage such as rankings, macro breadth, or automated fund-flow tracing.
Also validate that the returned payload is rich enough for the intended analytical claim. If a tool returns sparse metadata, empty structures, or requires missing disambiguation inputs, treat it as supporting context only rather than primary evidence.
For portability across Gate MCP runtimes, treat the documented surfaces as the baseline:
info_* -> Gate Info MCPnews_feed_* -> Gate News MCPcex_spot_* / cex_fx_* market-data calls -> Gate public market MCP or a local combined Gate MCP runtimecex_* calls -> authenticated Gate Exchange MCP or a local authenticated Gate MCP runtimeDo not make news_events_* a required dependency in scenario design, because it is not part of the documented baseline news surface.
Read and strictly follow references/mcp.md, then execute this skill's trading workflow.
SKILL.md keeps composite routing, trade lifecycle policy, and guardrails.references/mcp.md is the authoritative MCP orchestration layer for cross-domain tool sequencing, execution gates, and degradation.Read references/scenarios.md for:
info_*, news_feed_*, and some public cex_spot_* / cex_fx_* market-data calls may work without authentication, depending on runtimeCheck whether BTC is worth buying now, then give me a spot order draftI want to long ETH, but check momentum, liquidation, and liquidity firstETH just dumped. Explain why and tell me whether it is worth buyingThis newly listed coin looks interesting. Check the risk before giving me a starter trade planRaise my unfilled buy order by 1%Close half of my BTC positionThis skill is built for trading closure, not broad research.
How is the market?
How is the market today? Give me one trade idea
Unless the user only wants pure order/position management, default to one round of pre-trade judgment before producing an order draft.
Do not run every module every time. Only call the modules needed for the current decision.
Read references/routing-and-analysis.md for:
Any real trading action must follow this order:
Trading BriefOrder DraftRead references/execution-and-guardrails.md for:
Before analysis or execution:
Classify the user request into one of these modes:
Before entering execution, try to make these explicit:
If information is still incomplete:
Call only the modules needed for this request:
Trading Brief is the mandatory intermediate artifact before execution. It must include:
Only three result states are allowed:
GO = safe enough to continue to order draftingCAUTION = meaningful risk exists, but drafting may continue after warningBLOCK = do not continue into order draftingOnly produce an order draft when all of the following are true:
If the user does not provide a clear, immediate confirmation:
After execution, always return:
long / short / leverage / contract / perp / futures / open / close
buy coin / sell coin / spot / buy BTC / sell ETH
buy BTC without specifying market
trade this move
Trading BriefOrder DraftExecution ResultNext ActionsIf the user asks for:
then the skill does not need to rerun the full research chain, but it still must:
Must stop immediately if:
Warn but allow continuation if:
For soft blocks:
Trading Briefreferences/routing-and-analysis.mdreferences/execution-and-guardrails.mdtools
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.