gate-info-macroimpact
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 Macro-Economic Impact Analysis Skill. When the user asks about the impact of macro data/events on the crypto market, the system calls MCP tools in parallel to fetch economic calendar, macro indicators (or summary), related news, and correlated coin market data, then the LLM produces a structured correlation analysis report.
Trigger Scenarios: User mentions macroeconomic events/indicators and crypto market impact, e.g., "how does non-farm payroll affect BTC", "any macro data today", "Fed meeting impact on the market", "has CPI been released".
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|
| Gate-Info | ✅ Required |
| Gate-News |
✅ Required |
MCP Tools Used
Query Operations (Read-only)
- - infomacrogeteconomiccalendar
- infomacrogetmacroindicator
- infomacrogetmacrosummary (use when no specific indicator is named)
- newsfeedsearchnews
- infomarketsnapshotgetmarket_snapshot
Authentication
- - API Key Required: No
- Credentials Source: None; this skill uses read-only Gate Info / Gate News MCP access only.
Installation Check
- - Required: Gate-Info, 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 |
|---|
| Macro event impact on crypto | "non-farm payroll BTC" "CPI crypto impact" "Fed decision market" | Execute this Skill's full workflow |
| Upcoming economic calendar |
"any macro data today" "economic calendar this week" | Execute this Skill (calendar-focused mode) |
| Specific macro indicator query | "what's the current CPI" "latest GDP data" | Execute this Skill (indicator-focused mode) |
| Pure coin analysis without macro angle | "analyze SOL" "how is BTC" | Route to
gate-info-coinanalysis |
| Market overview | "how's the market" | Route to
gate-info-marketoverview |
| News only | "any crypto news" | Route to
gate-news-briefing |
| Why price moved | "why did BTC crash" | Route to
gate-news-eventexplain |
Execution Workflow
Step 0: Multi-Dimension Intent Check
- - If the query is about macro-economic impact on crypto, proceed with this Skill.
- If the query also mentions coin-specific fundamentals, risk check, or on-chain data beyond the macro angle, route to
gate-info-research (if available).
Step 1: Intent Recognition & Parameter Extraction
Extract from user input:
- -
event_keyword: Macro event/indicator name (e.g., "CPI", "non-farm payroll", "Fed meeting", "interest rate") - INLINECODE8 (optional): Related coin (default: BTC if not specified)
- INLINECODE9 : Time window for calendar/news (default: 7d for calendar, 24h for news)
If the macro event cannot be identified, ask the user to clarify — do not guess.
Step 2: Call MCP Tools in Parallel
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 1a | INLINECODE10 | INLINECODE11 | Upcoming economic events | Yes |
| 1b |
info_macro_get_macro_indicator |
mode="latest", indicator={event_keyword} | Latest value of the specific macro indicator | Yes |
| 1c |
news_feed_search_news |
query={event_keyword}, limit=5, sort_by="importance" | Related news articles | Yes |
| 1d |
info_marketsnapshot_get_market_snapshot |
symbol={coin}, timeframe="1d" | Current market data for the correlated coin | Yes |
Note: If a specific indicator is not mentioned, use info_macro_get_macro_summary instead of info_macro_get_macro_indicator for Step 1b.
All four primary tools run in parallel when applicable.
Step 3: LLM Aggregation
The LLM must:
- - Match the user's query to relevant economic calendar events
- Compare actual vs forecast vs previous values (surprise factor)
- Correlate macro data with crypto price action
- Reference historical patterns where appropriate
- Combine with latest news for context
Report Template
CODEBLOCK0
Decision Logic
| Condition | Assessment |
|---|
| Actual > Forecast (inflation metrics like CPI) | Hotter-than-expected — may delay rate cuts, bearish for risk assets |
| Actual < Forecast (inflation metrics) |
Cooler-than-expected — supports rate cut narrative, bullish for risk assets |
| Actual > Forecast (employment data) | Stronger labor market — mixed (growth positive but rate cut delay) |
| Actual < Forecast (employment data) | Weakening labor market — supports cuts but signals slowdown |
| Event status = Pending | Upcoming — markets may position ahead of release |
| BTC 24h change > 5% coinciding with macro event | Significant move correlating with macro release |
| No related news found | Limited market commentary — event may not yet be widely covered |
Error Handling
| Error Type | Handling |
|---|
| INLINECODE20 fails | Skip calendar section; focus on indicator + news |
| INLINECODE21 fails |
Skip indicator detail; use calendar data if available |
|
news_feed_search_news fails | Skip news section |
|
info_marketsnapshot_get_market_snapshot fails | Skip market correlation section |
| All Tools fail | Return error; suggest user try again later |
| Indicator not found | Suggest similar indicators; ask user to clarify |
| No upcoming macro events | Inform user; show recent past events if available |
Cross-Skill Routing
| User Follow-up Intent | Route To |
|---|
| "Analyze BTC for me" | INLINECODE24 |
| "What's the technical outlook?" |
gate-info-trendanalysis |
| "How's the overall market?" |
gate-info-marketoverview |
| "Why did BTC crash?" |
gate-news-eventexplain |
| "What about DeFi impact?" |
gate-info-defianalysis |
| "Any crypto news?" |
gate-news-briefing |
Safety Rules
- 1. No price predictions: Describe potential impacts and historical patterns, not specific price targets.
- Correlation ≠ causation: State that macro–crypto links are probabilistic.
- Data transparency: Label source, time, and reference period for each data point.
- No trading advice: Do not recommend specific trades based on macro data.
- Flag uncertainty: When data is pending, label forecast vs actual clearly.
- Historical patterns disclaimer: Past performance does not guarantee future results.
- Age & eligibility: Intended for users aged 18 or above with full civil capacity in their jurisdiction.
- Data flow: The host agent processes user prompts; this skill directs read-only Gate-Info and Gate-News MCP tools listed above. The LLM synthesizes from tool results. This skill does not invoke additional third-party data services.
gate-info-macroimpact
通用规则
⚠️ 停止——在继续操作前,你必须阅读并严格遵守共享运行时规则。
在阅读完所有规则之前,不得选择或调用任何工具。这些规则具有最高优先级。
→ 阅读 ./references/gate-runtime-rules.md
→ 同时阅读 ./references/info-news-runtime-rules.md 以了解 gate-info / gate-news 共享规则(工具降级、报告标准、安全性和输出标准)。
- - 仅调用本技能中明确列出的 MCP 工具。 即使 MCP 服务器中存在未在此处记录的工具,也不得调用。
宏观经济影响分析技能。当用户询问宏观数据/事件对加密货币市场的影响时,系统并行调用 MCP 工具获取经济日历、宏观指标(或摘要)、相关新闻以及关联币种的市场数据,然后由 LLM 生成结构化的关联分析报告。
触发场景:用户提及宏观经济事件/指标与加密货币市场影响,例如:非农就业数据如何影响 BTC、今天有什么宏观数据、美联储会议对市场的影响、CPI 是否已发布。
MCP 依赖项
必需的 MCP 服务器
| MCP 服务器 | 状态 |
|---|
| Gate-Info | ✅ 必需 |
| Gate-News |
✅ 必需 |
使用的 MCP 工具
查询操作(只读)
- - infomacrogeteconomiccalendar
- infomacrogetmacroindicator
- infomacrogetmacrosummary(未指定具体指标时使用)
- newsfeedsearchnews
- infomarketsnapshotgetmarket_snapshot
身份验证
- - 需要 API 密钥:否
- 凭据来源:无;本技能仅使用只读的 Gate Info / Gate News MCP 访问权限。
安装检查
- - 必需:Gate-Info、Gate-News
- 安装:在继续操作前,使用当前主机 IDE 的本地 Gate MCP 安装流程。
- 仅在当前环境中可用的必需 Gate MCP 服务器就绪后继续。
路由规则
| 用户意图 | 关键词 | 操作 |
|---|
| 宏观事件对加密货币的影响 | 非农就业 BTC CPI 加密货币影响 美联储决策市场 | 执行本技能的完整工作流程 |
| 即将发布的经济日历 |
今天有什么宏观数据 本周经济日历 | 执行本技能(日历聚焦模式) |
| 特定宏观指标查询 | 当前 CPI 是多少 最新 GDP 数据 | 执行本技能(指标聚焦模式) |
| 纯币种分析,无宏观角度 | 分析 SOL BTC 怎么样 | 路由至 gate-info-coinanalysis |
| 市场概况 | 市场怎么样 | 路由至 gate-info-marketoverview |
| 仅新闻 | 有什么加密货币新闻 | 路由至 gate-news-briefing |
| 价格变动原因 | BTC 为什么暴跌 | 路由至 gate-news-eventexplain |
执行工作流程
第 0 步:多维度意图检查
- - 如果查询涉及宏观经济对加密货币的影响,则继续执行本技能。
- 如果查询还提及币种特定的基本面、风险检查或链上数据(超出宏观角度),则路由至 gate-info-research(如果可用)。
第 1 步:意图识别与参数提取
从用户输入中提取:
- - eventkeyword:宏观事件/指标名称(例如:CPI、非农就业、美联储会议、利率)
- coin(可选):相关币种(未指定时默认为 BTC)
- timerange:日历/新闻的时间窗口(日历默认 7 天,新闻默认 24 小时)
如果无法识别宏观事件,请用户澄清——不要猜测。
第 2 步:并行调用 MCP 工具
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 1a | infomacrogeteconomiccalendar | startdate={今天}, enddate={今天+14天} | 即将发布的经济事件 | 是 |
| 1b |
info
macroget
macroindicator | mode=latest, indicator={event_keyword} | 特定宏观指标的最新值 | 是 |
| 1c | news
feedsearch
news | query={eventkeyword}, limit=5, sort_by=importance | 相关新闻文章 | 是 |
| 1d | info
marketsnapshotget
marketsnapshot | symbol={coin}, timeframe=1d | 关联币种的当前市场数据 | 是 |
注意: 如果未提及具体指标,则在步骤 1b 中使用 infomacrogetmacrosummary 替代 infomacrogetmacroindicator。
在适用情况下,所有四个主要工具并行运行。
第 3 步:LLM 聚合
LLM 必须:
- - 将用户的查询与相关的经济日历事件匹配
- 比较实际值、预测值与前值(意外因素)
- 将宏观数据与加密货币价格走势关联
- 在适当时引用历史模式
- 结合最新新闻以提供背景信息
报告模板
markdown
宏观经济影响分析
生成时间:{时间戳} | 相关资产:{币种}
经济日历
| 日期 | 事件 | 前值 | 预测值 | 实际值 | 影响 |
|---|
| {日期} | {事件名称} | {前值} | {预测值} | {实际值或待公布} | {高/中/低} |
关键指标:{指标名称}
{前值} |
| 变化 | {变化}({方向}) |
解读:{LLM 分析}
加密货币市场关联
| 指标 | 数值 | 背景 |
|---|
| {币种} 价格 | ${价格} | — |
| 24小时变化 |
{24小时变化}% | — |
历史模式:{LLM 分析}
相关新闻
- 1. {标题} — {时间}
影响评估
{LLM:3-5 句话,关于意外因素、风险偏好/风险规避、需要关注的价位、即将发布的事件}
风险因素
{数据驱动的风险提示}
宏观经济对加密货币的影响是复杂且非确定性的。这不构成投资建议。
决策逻辑
| 条件 | 评估 |
|---|
| 实际值 > 预测值(通胀指标如 CPI) | 高于预期——可能延迟降息,对风险资产利空 |
| 实际值 < 预测值(通胀指标) |
低于预期——支持降息叙事,对风险资产利好 |
| 实际值 > 预测值(就业数据) | 劳动力市场强劲——混合影响(增长积极但降息延迟) |
| 实际值 < 预测值(就业数据) | 劳动力市场疲软——支持降息但预示经济放缓 |
| 事件状态 = 待公布 | 即将发布——市场可能在发布前提前布局 |
| BTC 24小时变化 > 5% 且与宏观事件同时发生 | 与宏观发布相关的显著走势 |
| 未找到相关新闻 | 市场评论有限——该事件可能尚未被广泛报道 |
错误处理
| 错误类型 | 处理方式 |
|---|
| infomacrogeteconomiccalendar 失败 | 跳过日历部分;聚焦于指标 + 新闻 |
| infomacrogetmacroindicator 失败 |
跳过指标详情;使用日历数据(如果可用) |
| news
feedsearch_news 失败 | 跳过新闻部分 |
| info
marketsnapshotget
marketsnapshot 失败 | 跳过市场关联部分 |
| 所有工具均失败 | 返回错误;建议用户稍后重试 |
| 未找到指标 | 建议类似指标;请用户澄清 |
| 没有即将发布的宏观事件 | 告知用户;显示最近的历史事件(如果可用) |
跨技能路由
| 用户后续意图 | 路由至 |
|---|
| 帮我分析 BTC | gate-info-coinanalysis |
| 技术面怎么看? |
gate-info-trendanalysis |
| 整体市场怎么样? | gate-info-marketoverview |
| BTC 为什么暴跌? | gate-news-eventexplain |
| DeFi 的影响呢? | gate-info-defianalysis |
| 有什么加密货币新闻? | gate-news-briefing