← 返回
未分类 中文

gate-info-macroimpact

Macro-driven crypto via Gate-Info and Gate-News MCP. Use this skill whenever macro (CPI, NFP, Fed, rates, payrolls) ties to crypto, calendar, or indicator-pr...
通过Gate-Info和Gate-News MCP进行宏观驱动的加密货币分析,用于CPI、NFP、美联储、利率、工资等宏观因素与加密货币、日历或指标的关联。
gaixianggeng gaixianggeng 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 338
下载
💾 0
安装
1
版本
#latest

概述

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 ServerStatus
--------------------
Gate-Info✅ Required
Gate-News✅ Required

MCP Tools Used

Query Operations (Read-only)

  • info_macro_get_economic_calendar
  • info_macro_get_macro_indicator
  • info_macro_get_macro_summary (use when no specific indicator is named)
  • news_feed_search_news
  • info_marketsnapshot_get_market_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 IntentKeywordsAction
-------------------------------
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")
  • coin (optional): Related coin (default: BTC if not specified)
  • time_range: 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

StepMCP ToolParametersRetrieved DataParallel
------------------------------------------------------
1ainfo_macro_get_economic_calendarstart_date={today}, end_date={today+14d}Upcoming economic eventsYes
1binfo_macro_get_macro_indicatormode="latest", indicator={event_keyword}Latest value of the specific macro indicatorYes
1cnews_feed_search_newsquery={event_keyword}, limit=5, sort_by="importance"Related news articlesYes
1dinfo_marketsnapshot_get_market_snapshotsymbol={coin}, timeframe="1d"Current market data for the correlated coinYes

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

## Macro-Economic Impact Analysis

> Generated: {timestamp} | Related Asset: {coin}

### Economic Calendar

| Date | Event | Previous | Forecast | Actual | Impact |
|------|-------|----------|----------|--------|--------|
| {date} | {event_name} | {previous} | {forecast} | {actual or "Pending"} | {High/Medium/Low} |

### Key Indicator: {indicator_name}

| Metric | Value |
|--------|-------|
| Latest Value | {value} |
| Previous Value | {previous} |
| Change | {change} ({direction}) |

**Interpretation**: {LLM analysis}

### Crypto Market Correlation

| Metric | Value | Context |
|--------|-------|---------|
| {coin} Price | ${price} | — |
| 24h Change | {change_24h}% | — |

**Historical Pattern**: {LLM analysis}

### Related News

1. [{title}]({source}) — {time}

### Impact Assessment

{LLM: 3–5 sentences on surprise factor, risk-on/risk-off, levels to watch, upcoming events}

### Risk Factors

{Data-driven risk alerts}

> Macroeconomic impacts on crypto are complex and non-deterministic. This does not constitute investment advice.

Decision Logic

ConditionAssessment
-----------------------
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 = PendingUpcoming — markets may position ahead of release
BTC 24h change > 5% coinciding with macro eventSignificant move correlating with macro release
No related news foundLimited market commentary — event may not yet be widely covered

Error Handling

Error TypeHandling
----------------------
info_macro_get_economic_calendar failsSkip calendar section; focus on indicator + news
info_macro_get_macro_indicator failsSkip indicator detail; use calendar data if available
news_feed_search_news failsSkip news section
info_marketsnapshot_get_market_snapshot failsSkip market correlation section
All Tools failReturn error; suggest user try again later
Indicator not foundSuggest similar indicators; ask user to clarify
No upcoming macro eventsInform user; show recent past events if available

Cross-Skill Routing

User Follow-up IntentRoute To
---------------------------------
"Analyze BTC for me"gate-info-coinanalysis
"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.
  2. Correlation ≠ causation: State that macro–crypto links are probabilistic.
  3. Data transparency: Label source, time, and reference period for each data point.
  4. No trading advice: Do not recommend specific trades based on macro data.
  5. Flag uncertainty: When data is pending, label forecast vs actual clearly.
  6. Historical patterns disclaimer: Past performance does not guarantee future results.
  7. Age & eligibility: Intended for users aged 18 or above with full civil capacity in their jurisdiction.
  8. 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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 12:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 185 📥 61,963
professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 122 📥 41,320
professional

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 277 📥 57,431