gate-news-briefing
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegate-news-briefing
gate-news-briefing
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.
加密行业“早报”Skill。用户询问近期发生的事件时,系统会并行调用3个MCP工具获取重大事件+热点新闻+社交情绪,随后由LLM整合为分层结构的新闻简报。
触发场景:用户询问近期/今日新闻、头条动态或最近发生的事件。
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 |
| Reason for a move | "why did BTC crash" "what just happened" | Route to |
| Overall market conditions | "how's the market" | Route to |
| Exchange announcements | "any new listings on Binance" "new coins lately" | Route to |
| 用户意图 | 关键词 | 操作 |
|---|---|---|
| 通用新闻简报 | "what happened recently" "today's headlines" "crypto news" "any new updates" | 执行此技能的完整工作流 |
| 指定币种新闻 | "any SOL news" "what's happening with BTC" | 执行此技能并将 |
| 行情变动原因 | "why did BTC crash" "what just happened" | 路由至 |
| 整体市场行情 | "how's the market" | 路由至 |
| 交易所公告 | "any new listings on Binance" "new coins lately" | 路由至 |
Execution Workflow
执行工作流
Step 1: Intent Recognition & Parameter Extraction
步骤1:意图识别与参数提取
Extract from user input:
- (optional): Whether a specific coin is targeted, e.g., "SOL news" → coin=SOL
coin - : Time window (default: 24h; if user says "this week" → 7d)
time_range - (optional): Whether focused on a specific topic (e.g., "regulation", "ETF", "DeFi")
topic
从用户输入中提取:
- (可选):是否指定了特定币种,例如“SOL新闻”→ coin=SOL
coin - :时间窗口(默认:24小时;如果用户说“this week”→7天)
time_range - (可选):是否聚焦特定主题(例如“regulation”、“ETF”、“DeFi”)
topic
Step 2: Call 3 MCP Tools in Parallel
步骤2:并行调用3个MCP工具
General Briefing Mode (no specific coin):
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 1a | | | Major event list (with impact rating) | Yes |
| 1b | | | Top news ranked by importance | Yes |
| 1c | | (no specific coin) | Market-wide social sentiment overview | Yes |
Coin-Specific Mode (user specified a coin):
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 1a | | | Events related to that coin | Yes |
| 1b | | | News related to that coin | Yes |
| 1c | | | Social sentiment for that coin | Yes |
通用简报模式(无指定币种):
| 步骤 | MCP工具 | 参数 | 获取数据 | 并行执行 |
|---|---|---|---|---|
| 1a | | | 重大事件列表(含影响力评级) | 是 |
| 1b | | | 按重要性排序的 top 新闻 | 是 |
| 1c | | (无指定币种) | 全市场社交情绪概览 | 是 |
指定币种模式(用户指定了币种):
| 步骤 | MCP工具 | 参数 | 获取数据 | 并行执行 |
|---|---|---|---|---|
| 1a | | | 对应币种相关事件 | 是 |
| 1b | | | 对应币种相关新闻 | 是 |
| 1c | | | 对应币种社交情绪 | 是 |
Step 3: LLM Aggregation
步骤3:LLM聚合
The LLM must:
- 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
LLM必须完成以下操作:
- 对事件和新闻去重(同一事件可能同时出现在两个信息流中)
- 按影响力/重要性排序
- 分类(监管、项目、市场、技术等)
- 结合社交情绪识别市场关注领域
Step 4: Output Structured Briefing
步骤4:输出结构化简报
Report Template
报告模板
markdown
undefinedmarkdown
undefinedCrypto Industry News Briefing
Crypto Industry News Briefing
Time range: Past {time_range} | Generated: {timestamp}
Time range: Past {time_range} | Generated: {timestamp}
🔴 Major Events
🔴 Major Events
{Top 1-3 events by impact, each containing:}
1. {event_title}
- Time: {event_time}
- Impact: {Market/industry impact assessment}
- Involved: {Related coins/projects/institutions}
- Details: {2-3 sentence summary}
2. {event_title}
- ...
{Top 1-3 events by impact, each containing:}
1. {event_title}
- Time: {event_time}
- Impact: {Market/industry impact assessment}
- Involved: {Related coins/projects/institutions}
- Details: {2-3 sentence summary}
2. {event_title}
- ...
📰 Trending News
📰 Trending News
{Grouped by category, 2-5 items per category:}
Regulation & Policy
- {title} — {source} ({time}) {One-sentence summary}
- ...
Projects & Technology
- {title} — {source} ({time}) {One-sentence summary}
- ...
Market & Trading
- {title} — {source} ({time}) {One-sentence summary}
- ...
DeFi / NFT / GameFi (if applicable)
- ...
{Grouped by category, 2-5 items per category:}
Regulation & Policy
- {title} — {source} ({time}) {One-sentence summary}
- ...
Projects & Technology
- {title} — {source} ({time}) {One-sentence summary}
- ...
Market & Trading
- {title} — {source} ({time}) {One-sentence summary}
- ...
DeFi / NFT / GameFi (if applicable)
- ...
💬 Social Sentiment
💬 Social Sentiment
| Metric | Status |
|---|---|
| Overall Sentiment | {Bullish/Bearish/Neutral} |
| Discussion Volume | {High/Medium/Low} |
| Trending Topics | {topic1}, {topic2}, {topic3} |
| KOL Focus | {focus description} |
Top 5 Coins by Discussion Volume (if data available)
| Rank | Coin | Volume Change | Sentiment |
|---|---|---|---|
| 1 | {coin} | +{change}% | {Bullish/Bearish} |
| 2 | ... | ... | ... |
| Metric | Status |
|---|---|
| Overall Sentiment | {Bullish/Bearish/Neutral} |
| Discussion Volume | {High/Medium/Low} |
| Trending Topics | {topic1}, {topic2}, {topic3} |
| KOL Focus | {focus description} |
Top 5 Coins by Discussion Volume (if data available)
| Rank | Coin | Volume Change | Sentiment |
|---|---|---|---|
| 1 | {coin} | +{change}% | {Bullish/Bearish} |
| 2 | ... | ... | ... |
📌 Worth Watching
📌 Worth Watching
{LLM distills 2-3 noteworthy points from news and sentiment:}
- {Point 1}
- {Point 2}
- {Point 3}
The above is a news summary and does not constitute investment advice.
undefined{LLM distills 2-3 noteworthy points from news and sentiment:}
- {Point 1}
- {Point 2}
- {Point 3}
The above is a news summary and does not constitute investment advice.
undefinedCoin-Specific Mode Template
指定币种模式模板
markdown
undefinedmarkdown
undefined{symbol} News Briefing
{symbol} News Briefing
Time range: Past {time_range} | Generated: {timestamp}
Time range: Past {time_range} | Generated: {timestamp}
Recent Key Events
Recent Key Events
- {event} — {time} {details}
- ...
- {event} — {time} {details}
- ...
Related News
Related News
- {title} — {source} ({time}) {summary}
- ...
- {title} — {source} ({time}) {summary}
- ...
Social Sentiment
Social Sentiment
- Discussion Volume: {High/Medium/Low} (vs 7-day average: {change}%)
- Sentiment Bias: {Bullish/Bearish/Neutral}
- KOL Views: {Summary of key KOL opinions}
- Discussion Volume: {High/Medium/Low} (vs 7-day average: {change}%)
- Sentiment Bias: {Bullish/Bearish/Neutral}
- KOL Views: {Summary of key KOL opinions}
Summary
Summary
{1-2 sentence summary of the coin's recent news landscape}
---{1-2 sentence summary of the coin's recent news landscape}
---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 |
| Time ordering | At equal importance, reverse chronological (newest first) |
| Categorization | News auto-categorized: Regulation & Policy / Projects & Technology / Market & Trading / DeFi / Other |
| 规则 | 描述 |
|---|---|
| 事件与新闻去重 | 如果事件标题与新闻标题高度匹配(相似度>80%),合并为一个条目,事件内容优先级更高 |
| 重要性排序 | 事件按影响力评级排序;新闻按 |
| 时间排序 | 重要性相同时,按倒序时间排列(最新的在前) |
| 分类规则 | 新闻自动分类:监管与政策/项目与技术/市场与交易/DeFi/其他 |
Error Handling
错误处理
| Error Type | Handling |
|---|---|
| Skip "Major Events" section; show news only |
| Show events only; note "News feed temporarily unavailable" |
| 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 |
| 错误类型 | 处理方式 |
|---|---|
| 跳过“重大事件”板块,仅展示新闻 |
| 仅展示事件,标注“新闻源暂时不可用” |
| 跳过“社交情绪”板块 |
| 所有工具调用失败 | 返回错误信息,建议用户稍后重试 |
| 新闻条目过少(<3条) | 扩大时间范围(例如24小时→48小时)并标注本次调整 |
Cross-Skill Routing
跨技能路由
| User Follow-up Intent | Route To |
|---|---|
| "Why did XX pump/dump?" | |
| "Analyze XX for me" | |
| "How's the overall market?" | |
| "Any new listings on Binance?" | |
| "Tell me more about ETF" | Deep search via |
| 用户后续意图 | 路由至 |
|---|---|
| "Why did XX pump/dump?" | |
| "Analyze XX for me" | |
| "How's the overall market?" | |
| "Any new listings on Binance?" | |
| "Tell me more about ETF" | 调用 |
Safety Rules
安全规则
- 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
- 来源标注:每条新闻必须标注来源(媒体名称)和时间
- 不做解释性推测:新闻摘要必须保持客观,不得进行主观推断
- 不编造新闻:如果数据不足,减少条目数量而非编造内容
- 敏感话题中立处理:报道监管、政治或其他敏感主题时保持中立语气
- 时效性标注:明确标注数据覆盖的时间范围