gate-news-briefing
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, and output standards).
- - 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.
The crypto industry "morning briefing" Skill. The user asks what's been happening; the system calls 3 MCP Tools in parallel to fetch major events + trending news + social sentiment, then the LLM aggregates into a layered news briefing.
Trigger Scenarios: User asks about recent/today's news, headlines, or what's been happening.
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|
| Gate-News | ✅ Required |
MCP Tools Used
Query Operations (Read-only)
- - newseventsgetlatestevents
- newsfeedgetsocialsentiment
- newsfeedsearch_news
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 | Action |
|---|
| General news briefing | "what happened recently" "today's headlines" "crypto news" "any new updates" | Execute this Skill's full workflow |
| Coin-specific news |
"any SOL news" "what's happening with BTC" | Execute this Skill with
coin parameter set to that coin |
| Reason for a move | "why did BTC crash" "what just happened" | Route to
gate-news-eventexplain |
| Overall market conditions | "how's the market" | Route to
gate-info-marketoverview |
| Exchange announcements | "any new listings on Binance" "new coins lately" | Route to
gate-news-listing |
Execution Workflow
Step 0: Multi-Dimension Intent Check
Before executing this Skill, check if the user's query involves multiple analysis dimensions:
- - If the query is exclusively about recent news or headlines, proceed with this Skill.
- If the query also mentions coin analysis, risk check, technicals, fundamentals, or any other analysis dimension beyond news, route to
gate-info-research — it handles multi-dimension queries with unified tool deduplication and coherent report aggregation.
Step 1: Intent Recognition & Parameter Extraction
Extract from user input:
- -
coin (optional): Whether a specific coin is targeted, e.g., "SOL news" → coin=SOL - INLINECODE8 : Time window (default: 24h; if user says "this week" → 7d)
- INLINECODE9 (optional): Whether focused on a specific topic (e.g., "regulation", "ETF", "DeFi")
Step 2: Call 3 MCP Tools in Parallel
General Briefing Mode (no specific coin):
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 1a | INLINECODE10 | INLINECODE11 | Major event list (with impact rating) | Yes |
| 1b |
news_feed_search_news |
sort_by="importance", limit=10, lang="en" | Top news ranked by importance | Yes |
| 1c |
news_feed_get_social_sentiment | (no specific coin) | Market-wide social sentiment overview | Yes |
Coin-Specific Mode (user specified a coin):
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 1a | INLINECODE15 | INLINECODE16 | Events related to that coin | Yes |
| 1b |
news_feed_search_news |
coin={coin}, sort_by="importance", limit=10 | News related to that coin | Yes |
| 1c |
news_feed_get_social_sentiment |
coin={coin} | Social sentiment for that coin | Yes |
Step 3: LLM Aggregation
The LLM must:
- 1. De-duplicate events and news (the same event may appear in both feeds)
- Rank by impact/importance
- Categorize (Regulation, Projects, Market, Technology, etc.)
- Combine with social sentiment to identify market focus areas
Step 4: Output Structured Briefing
Report Template
CODEBLOCK0
Coin-Specific Mode Template
CODEBLOCK1
De-duplication & Ranking Logic
| Rule | Description |
|---|
| Event-News de-duplication | If an event title closely matches a news headline (similarity > 80%), merge into one entry — events take priority |
| Importance ranking |
Events ranked by impact rating; news ranked by
importance field |
| Time ordering | At equal importance, reverse chronological (newest first) |
| Categorization | News auto-categorized: Regulation & Policy / Projects & Technology / Market & Trading / DeFi / Other |
Error Handling
| Error Type | Handling |
|---|
| INLINECODE22 fails | Skip "Major Events" section; show news only |
| INLINECODE23 fails |
Show events only; note "News feed temporarily unavailable" |
|
news_feed_get_social_sentiment fails | Skip "Social Sentiment" section |
| All Tools fail | Return error message; suggest the user try again later |
| Too few news items (< 3) | Expand time range (e.g., 24h → 48h) and note the change |
Cross-Skill Routing
| User Follow-up Intent | Route To |
|---|
| "Why did XX pump/dump?" | INLINECODE25 |
| "Analyze XX for me" |
gate-info-coinanalysis |
| "How's the overall market?" |
gate-info-marketoverview |
| "Any new listings on Binance?" |
gate-news-listing |
| "Tell me more about ETF" | Deep search via
news_feed_search_news(query="ETF") |
Safety Rules
- 1. Source attribution: Every news item must include the source (media name) and time
- No interpretive speculation: News summaries must remain objective — no subjective extrapolation
- No fabricated news: If data is insufficient, reduce the number of items rather than fabricate content
- Neutral handling of sensitive topics: Maintain neutral tone when covering regulation, politics, or other sensitive subjects
- Timeliness labeling: Clearly label the time range covered by the data
gate-新闻简报
通用规则
⚠️ 停止——在继续之前,您必须阅读并严格遵守共享运行时规则。
在阅读完所有规则之前,不得选择或调用任何工具。这些规则具有最高优先级。
→ 阅读 ./references/gate-runtime-rules.md
→ 同时阅读 ./references/info-news-runtime-rules.md 了解 gate-info / gate-news 共享规则(工具降级、报告标准、安全和输出标准)。
- - 仅调用此技能中明确列出的 MCP 工具。 即使 MCP 服务器中存在未在此处记录的工具,也不得调用。
加密货币行业早间简报技能。用户询问近期动态;系统并行调用 3 个 MCP 工具获取重大事件 + 热门新闻 + 社交情绪,然后 LLM 汇总为分层新闻简报。
触发场景:用户询问近期/今日新闻、头条或近期动态。
MCP 依赖项
必需的 MCP 服务器
使用的 MCP 工具
查询操作(只读)
- - newseventsgetlatestevents
- newsfeedgetsocialsentiment
- newsfeedsearch_news
身份验证
- - 需要 API 密钥:否
- 凭据来源:无;此技能仅使用只读的 Gate Info / Gate News MCP 访问。
安装检查
- - 必需:Gate-News
- 安装:在继续之前,使用当前主机 IDE 的本地 Gate MCP 安装流程。
- 仅在当前环境中存在所需的 Gate MCP 服务器后才继续。
路由规则
| 用户意图 | 关键词 | 操作 |
|---|
| 一般新闻简报 | 最近发生了什么 今日头条 加密货币新闻 有什么新动态 | 执行此技能的完整工作流程 |
| 特定币种新闻 |
有 SOL 的新闻吗 BTC 有什么动态 | 执行此技能,并将 coin 参数设置为该币种 |
| 行情变动原因 | BTC 为什么暴跌 刚刚发生了什么 | 路由至 gate-news-eventexplain |
| 整体市场状况 | 市场怎么样 | 路由至 gate-info-marketoverview |
| 交易所公告 | 币安有什么新上线 最近有什么新币 | 路由至 gate-news-listing |
执行工作流程
第 0 步:多维意图检查
在执行此技能之前,检查用户的查询是否涉及多个分析维度:
- - 如果查询仅涉及近期新闻或头条,则继续执行此技能。
- 如果查询还提到币种分析、风险检查、技术面、基本面或新闻之外的任何其他分析维度,则路由至 gate-info-research——它通过统一的工具去重和连贯的报告汇总来处理多维查询。
第 1 步:意图识别与参数提取
从用户输入中提取:
- - coin(可选):是否针对特定币种,例如SOL 新闻→ coin=SOL
- time_range:时间窗口(默认:24 小时;如果用户说本周→ 7 天)
- topic(可选):是否关注特定主题(例如监管、ETF、DeFi)
第 2 步:并行调用 3 个 MCP 工具
一般简报模式(无特定币种):
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 1a | newseventsgetlatestevents | timerange={timerange}, limit=10 | 重大事件列表(含影响评级) | 是 |
| 1b |
news
feedsearch
news | sortby=importance, limit=10, lang=en | 按重要性排序的热门新闻 | 是 |
| 1c | news
feedget
socialsentiment | (无特定币种) | 全市场社交情绪概览 | 是 |
特定币种模式(用户指定了币种):
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 1a | newseventsgetlatestevents | coin={coin}, timerange={timerange}, limit=10 | 与该币种相关的事件 | 是 |
| 1b |
news
feedsearch
news | coin={coin}, sortby=importance, limit=10 | 与该币种相关的新闻 | 是 |
| 1c | news
feedget
socialsentiment | coin={coin} | 该币种的社交情绪 | 是 |
第 3 步:LLM 汇总
LLM 必须:
- 1. 对事件和新闻进行去重(同一事件可能出现在两个信息流中)
- 按影响/重要性排序
- 分类(监管、项目、市场、技术等)
- 结合社交情绪识别市场关注领域
第 4 步:输出结构化简报
报告模板
markdown
加密货币行业新闻简报
时间范围:过去 {time_range} | 生成时间:{timestamp}
🔴 重大事件
{按影响排名前 1-3 的事件,每项包含:}
1. {事件标题}
- - 时间:{事件时间}
- 影响:{市场/行业影响评估}
- 涉及方:{相关币种/项目/机构}
- 详情:{2-3 句摘要}
2. {事件标题}
📰 热门新闻
{按类别分组,每类 2-5 条:}
监管与政策
- 1. {标题} — {来源}({时间})
{一句话摘要}
- 2. ...
项目与技术
- 1. {标题} — {来源}({时间})
{一句话摘要}
- 2. ...
市场与交易
- 1. {标题} — {来源}({时间})
{一句话摘要}
- 2. ...
DeFi / NFT / GameFi(如适用)
- 1. ...
💬 社交情绪
{高/中/低} |
| 热门话题 | {话题1}, {话题2}, {话题3} |
| KOL 关注点 | {关注点描述} |
讨论热度前 5 的币种(如有数据)
| 排名 | 币种 | 热度变化 | 情绪 |
|---|
| 1 | {币种} | +{变化}% | {看涨/看跌} |
| 2 |
... | ... | ... |
📌 值得关注
{LLM 从新闻和情绪中提炼 2-3 个值得注意的点:}
以上为新闻摘要,不构成投资建议。
特定币种模式模板
markdown
{币种} 新闻简报
时间范围:过去 {time_range} | 生成时间:{timestamp}
近期关键事件
- 1. {事件} — {时间}
{详情}
- 2. ...
相关新闻
- 1. {标题} — {来源}({时间})
{摘要}
- 2. ...
社交情绪
- - 讨论热度:{高/中/低}(较 7 日均值:{变化}%)
- 情绪倾向:{看涨/看跌/中性}
- KOL 观点:{关键 KOL 观点摘要}
总结
{1-2 句该币种近期新闻概况的摘要}
去重与排序逻辑
| 规则 | 描述 |
|---|
| 事件-新闻去重 | 如果事件标题与新闻标题高度匹配(相似度 > 80%),合并为一条——事件优先 |
| 重要性排序 |
事件按影响评级排序;新闻按 importance 字段排序 |
| 时间排序 | 同等重要性下,按时间倒序(最新优先) |
| 分类 | 新闻自动分类:监管与政策 / 项目与技术 / 市场与交易 / DeFi / 其他 |
错误处理
| 错误类型 | 处理方式 |
|---|
| newseventsgetlatestevents 失败 | 跳过重大事件部分;仅显示新闻 |
| newsfeedsearch_news 失败 |
仅显示事件;注明新闻信息流暂时不可用 |
| news
feedget
socialsentiment 失败 | 跳过社交情绪部分