gate-news-listing
General Rules
⚠️ 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 ./references/gate-runtime-rules.md
→ Also read ./references/info-news-runtime-rules.md for gate-info / gate-news shared rules (tool degradation, report standards, security, routing, and graceful fallback behavior).
- - Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they
exist in the MCP server.
Listing radar Skill. The user queries exchange listing/delisting/maintenance announcements, the system first calls the exchange announcements Tool, then supplements high-interest coins with fundamentals and market data. The LLM aggregates everything into a structured exchange activity report.
Trigger Scenarios: User mentions an exchange name + listing/delisting keywords, or asks "any new coins listed recently" or "any new projects".
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|
| Gate-News | ✅ Required |
MCP Tools Used
Query Operations (Read-only)
- - infocoingetcoininfo
- infocoingetcoinrankings
- infomarketsnapshotgetmarketsnapshot
- newsfeedgetexchangeannouncements
Authentication
- - API Key Required: No
- Credentials Source: None; this skill uses read-only Gate Info / Gate News MCP access only.
Installation Check
- - Required: Gate-News
- Install: Use the local Gate MCP installation flow for the current host IDE before continuing.
- Continue only after the required Gate MCP server is available in the current environment.
Routing Rules
| User Intent | Keywords/Pattern | Action |
|---|
| Query exchange listings | "what did Binance list" "any new coins on Gate" "recent new listings" | Execute this Skill's full workflow |
| Query specific coin listing info |
"where is SOL listed" "when was PEPE listed on Binance" | Execute this Skill (filter by coin) |
| Query delistings/maintenance | "any coins getting delisted" "exchange maintenance announcements" | Execute this Skill (filter by announcement type) |
| News briefing | "what happened recently" | Route to
gate-news-briefing |
| Coin analysis | "how is this new coin doing" | Route to
gate-info-coinanalysis |
| Contract security check | "is this new coin safe" | Route to
gate-info-riskcheck |
Execution Workflow
Step 1: Intent Recognition & Parameter Extraction
Extract from user input:
- -
exchange (optional): Exchange name (e.g., Binance, Gate, OKX, Bybit, Coinbase) - INLINECODE6 (optional): Specific coin symbol
- INLINECODE7 (optional): Announcement type (listing / delisting / maintenance)
- INLINECODE8 : Number of results, default 10
Default Logic:
- - If no exchange specified, query all exchanges
- If no announcement type specified, default to listing
- If user mentions "delisting" or "maintenance", set the corresponding INLINECODE9
Step 2: Call Exchange Announcements Tool
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 1 | INLINECODE10 | INLINECODE11 | Announcement list: exchange, coin, type, time, details | — |
Step 3: Supplement Key Coins with Data (Parallel)
From Step 2 results, extract the top 3-5 newly listed coins and supplement in parallel:
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 2a | INLINECODE12 | INLINECODE13 | Project fundamentals: sector, funding, description | Yes |
| 2b |
info_marketsnapshot_get_market_snapshot |
symbol={coin_symbol}, timeframe="1d", source="spot" | Market data: price, change, market cap, volume | Yes |
Only supplement data for listing-type announcements. Delisting/maintenance announcements do not need market data.
Step 4: LLM Aggregation — Generate Report
Pass announcement data and supplementary info to the LLM to generate the exchange activity report using the template below.
Report Template
CODEBLOCK0
Decision Logic
| Condition | Assessment |
|---|
| New coin 24h change > +100% post-listing | Flag "Abnormal surge — chasing the pump carries extreme risk" |
| New coin 24h change < -50% post-listing |
Flag "Listed at a loss — buying now requires caution" |
| 24h volume < $100K | Flag "Extremely low volume — severe liquidity shortage" |
| Multiple exchanges list the same coin simultaneously | Flag "Multi-exchange simultaneous listing — high market attention" |
| Announcement type is delisting | Flag "Upcoming delisting — please handle positions promptly" |
| Announcement type is maintenance | Flag "Deposit/withdrawal maintenance in progress — transfers temporarily unavailable" |
| Coin fundamentals show no funding info | Flag "No funding information found — additional due diligence required" |
| Announcements return empty | Inform "No relevant announcements for this time period" |
| A supplementary Tool returns empty/error | Skip detailed analysis for that coin; mark "Data unavailable" |
Error Handling
| Error Type | Handling |
|---|
| Misspelled exchange name | Attempt fuzzy match, e.g., "Binance" → Binance, "OKX" → OKX |
| No matching announcements |
Inform "No {type} announcements for this exchange/time period." Suggest broadening the time range or switching exchanges |
| news
feedget
exchangeannouncements timeout | Return error message; suggest trying again later |
| Coin supplementary info (coin
info / marketsnapshot) fails | Skip detailed analysis for that coin; display announcement info only |
| User asks when a coin will be listed (future) | Inform "Currently only published announcements can be queried — future listing plans cannot be predicted" |
| Too many results | Default to showing the most recent 10; inform the user they can specify an exchange or time range to narrow results |
Cross-Skill Routing
| User Follow-up Intent | Route To |
|---|
| "Analyze this new coin for me" | INLINECODE16 |
| "Is this new coin's contract safe?" |
gate-info-riskcheck |
| "Compare a few of these new listings" |
gate-info-coincompare |
| "Why did this coin get listed on the exchange?" |
gate-news-eventexplain |
| "How is the overall market right now?" |
gate-info-marketoverview |
| "On-chain data for this new coin" |
gate-info-tokenonchain |
Available Tools & Degradation Notes
| PRD-Defined Tool | Actually Available Tool | Status | Degradation Strategy |
|---|
| INLINECODE22 | INLINECODE23 | ✅ Ready | — |
| INLINECODE24 |
— | ❌ Not ready | Cannot list recent listings by ranking — extract coins from announcements and query individually instead |
|
info_coin_get_coin_info |
info_coin_get_coin_info | ✅ Ready | — |
|
info_marketsnapshot_get_market_snapshot |
info_marketsnapshot_get_market_snapshot | ✅ Ready | — |
Safety Rules
- 1. No investment advice: Announcement analysis is based on public information and must include a "not investment advice" disclaimer
- No listing predictions: Do not predict whether a coin will be listed on a specific exchange
- New coin risk reminder: All reports on newly listed coins must include the "extreme volatility during initial listing" risk warning
- Data transparency: Label announcement source and update time
- Flag missing data: When any dimension has no data, explicitly inform the user — never fabricate data
- Delisting urgency: For delisting announcements, prominently remind users to manage their positions
gate-news-listing
通用规则
⚠️ 停止——在继续之前,你必须阅读并严格遵守共享运行时规则。
在阅读完所有规则之前,不得选择或调用任何工具。这些规则具有最高优先级。
→ 阅读 ./references/gate-runtime-rules.md
→ 同时阅读 ./references/info-news-runtime-rules.md,了解 gate-info / gate-news 共享规则(工具降级、报告标准、安全性、路由和优雅降级行为)。
- - 仅调用本技能中明确列出的 MCP 工具。 即使 MCP 服务器中存在未在此处记录的工具,也不得调用。
上市雷达技能。用户查询交易所上市/退市/维护公告,系统首先调用交易所公告工具,然后使用基本面数据和市场数据补充高关注币种信息。LLM 将所有信息整合为一份结构化的交易所活动报告。
触发场景:用户提到交易所名称 + 上市/退市关键词,或询问最近有什么新币上线或有什么新项目。
MCP 依赖
必需的 MCP 服务器
使用的 MCP 工具
查询操作(只读)
- - infocoingetcoininfo
- infocoingetcoinrankings
- infomarketsnapshotgetmarketsnapshot
- newsfeedgetexchangeannouncements
认证
- - 需要 API 密钥:否
- 凭据来源:无;本技能仅使用只读的 Gate Info / Gate News MCP 访问权限。
安装检查
- - 必需:Gate-News
- 安装:在继续之前,使用当前主机 IDE 的本地 Gate MCP 安装流程。
- 仅在当前环境中可用的必需 Gate MCP 服务器后继续。
路由规则
| 用户意图 | 关键词/模式 | 操作 |
|---|
| 查询交易所上线 | 币安上了什么 Gate 有什么新币 最近新上线 | 执行本技能的完整工作流 |
| 查询特定币种上线信息 |
SOL 在哪里上线 PEPE 什么时候上的币安 | 执行本技能(按币种筛选) |
| 查询退市/维护 | 有什么币要退市 交易所维护公告 | 执行本技能(按公告类型筛选) |
| 新闻简报 | 最近发生了什么 | 路由到 gate-news-briefing |
| 币种分析 | 这个新币表现如何 | 路由到 gate-info-coinanalysis |
| 合约安全检查 | 这个新币安全吗 | 路由到 gate-info-riskcheck |
执行工作流
步骤 1:意图识别与参数提取
从用户输入中提取:
- - exchange(可选):交易所名称(例如:Binance、Gate、OKX、Bybit、Coinbase)
- coin(可选):特定币种符号
- announcement_type(可选):公告类型(上市 / 退市 / 维护)
- limit:结果数量,默认为 10
默认逻辑:
- - 如果未指定交易所,则查询所有交易所
- 如果未指定公告类型,默认为上市
- 如果用户提到退市或维护,则设置相应的 announcement_type
步骤 2:调用交易所公告工具
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 1 | newsfeedgetexchangeannouncements | exchange={exchange}, coin={coin}, announcementtype={announcementtype}, limit={limit} | 公告列表:交易所、币种、类型、时间、详情 | — |
步骤 3:并行补充关键币种数据
从步骤 2 的结果中,提取前 3-5 个新上市币种并并行补充:
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 2a | infocoingetcoininfo | query={coinsymbol} | 项目基本面:赛道、融资、描述 | 是 |
| 2b |
infomarketsnapshot
getmarket
snapshot | symbol={coinsymbol}, timeframe=1d, source=spot | 市场数据:价格、涨跌幅、市值、成交量 | 是 |
仅对上市类型的公告补充数据。退市/维护公告不需要市场数据。
步骤 4:LLM 聚合——生成报告
将公告数据和补充信息传递给 LLM,使用以下模板生成交易所活动报告。
报告模板
markdown
交易所活动报告
数据范围:{starttime} — {endtime} | 交易所:{exchange / 全部} | 类型:{type / 上市}
1. 最新上市公告
| # | 交易所 | 币种 | 类型 | 上市时间 | 交易对 |
|---|
| 1 | {exchange1} | {coin1} | 已上市 | {time1} | {pairs1} |
| 2 |
{exchange
2} | {coin2} | 已上市 | {time
2} | {pairs2} |
| ... | ... | ... | ... | ... | ... |
2. 重点新币
{对前 3-5 个新上市币种的快速分析}
{coin_1}
{category} |
| 融资背景 | {funding} |
| 当前价格 | ${price} |
| 上市后涨跌幅 | {change}% |
| 24h 成交量 | ${volume} |
| 市值 | ${market_cap} |
{LLM 一句话点评:该项目的亮点和需关注的风险}
{coin_2}
...
3. 退市/维护通知(如有)
| # | 交易所 | 币种 | 类型 | 生效日期 | 备注 |
|---|
| 1 | ... | ... | 已退市 | ... | ... |
4. 活动总结
{LLM 根据所有公告数据生成 2-3 句总结:}
- - 近期新上市最活跃的交易所
- 热门上市赛道(Meme / AI / DePIN / L2 等)
- 值得关注的项目及其亮点
- 退市/维护提醒(如有)
⚠️ 风险提示
- - 新上市币种波动剧烈——价格发现阶段风险极高
- 部分新上市代币流动性可能不足——大额交易需注意滑点
- 建议交易前使用风险评估功能检查合约安全性
以上信息来源于公开公告和链上数据,不构成投资建议。
决策逻辑
| 条件 | 评估 |
|---|
| 新币上市后 24h 涨跌幅 > +100% | 标记异常暴涨——追涨风险极高 |
| 新币上市后 24h 涨跌幅 < -50% |
标记上市即亏损——当前买入需谨慎 |
| 24h 成交量 < $100K | 标记成交量极低——流动性严重不足 |
| 多个交易所同时上线同一币种 | 标记多所同步上线——市场关注度高 |
| 公告类型为退市 | 标记即将退市——请及时处理持仓 |
| 公告类型为维护 | 标记充提维护中——转账暂时不可用 |
| 币种基本面无融资信息 | 标记未找到融资信息——需额外尽调 |
| 公告返回为空 | 提示该时间段无相关公告 |
| 补充工具返回为空/错误 | 跳过该币种的详细分析;标记数据不可用 |
错误处理
| 错误类型 | 处理方式 |
|---|
| 交易所名称拼写错误 | 尝试模糊匹配,例如:Binance → Binance,OKX → OKX |
| 无匹配公告 |
提示该交易所/时间段无 {type} 公告。建议扩大时间范围或切换交易所 |
| news
feedget
exchangeannouncements 超时 | 返回错误信息;建议稍后重试 |
| 币种补充信息(coin
info / marketsnapshot)失败 | 跳过该币种的详细分析;仅显示公告信息 |
| 用户询问币种何时上市(未来) | 提示目前仅可查询已发布的公告——无法预测未来上市计划 |
| 结果过多 | 默认显示最近 10 条;告知用户可指定交易所或时间范围缩小结果 |
跨技能路由