← 返回 Skills 市场
gaixianggeng

gate-info-macroimpact

作者 gaixg · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install gate-info-macroimpact-staging
功能描述
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...
使用说明 (SKILL.md)

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)

  • 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 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")
  • 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

Step MCP Tool Parameters Retrieved Data Parallel
1a info_macro_get_economic_calendar start_date={today}, end_date={today+14d} 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

## 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

Condition Assessment
Actual > Forecast (inflation metrics like CPI) Hotter-than-expected — may delay rate cuts, bearish for risk assets
Actual \x3C 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 \x3C 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
info_macro_get_economic_calendar fails Skip calendar section; focus on indicator + news
info_macro_get_macro_indicator 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" 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.
安全使用建议
This skill appears internally consistent and low-risk: it is instruction-only, read-only, and only uses the listed Gate MCP tools. Before installing, confirm you understand and trust the required Gate-Info / Gate-News MCP servers (the skill requires those servers to be available in your environment). Because the source/homepage is unknown, verify the skill bundle contents and that the included runtime rules match your security expectations. If you run agents that call skills autonomously, ensure those agents are permitted to query your Gate MCP servers and that no sensitive credentials are exposed in your environment. If you want extra caution, test the skill in an isolated environment or confirm the MCP endpoints it will call are the ones you intend (not a local proxy you don't recognize).
功能分析
Type: OpenClaw Skill Name: gate-info-macroimpact-staging Version: 1.0.1 The skill bundle is a legitimate tool designed for macroeconomic impact analysis on cryptocurrency markets using Gate-Info and Gate-News MCP servers. The instructions in SKILL.md and the referenced runtime rules (gate-runtime-rules.md, info-news-runtime-rules.md) focus on data retrieval, structured reporting, and safety guardrails such as avoiding financial advice and restricting tool usage to documented read-only operations.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the declared behavior: the skill fetches macro calendar/indicators, news, and a market snapshot from Gate-Info and Gate-News MCP tools. It does not request unrelated credentials or binaries and explicitly states the MCP servers required.
Instruction Scope
SKILL.md confines actions to extracting intent, calling the listed MCP tools in parallel, aggregating results, and producing a structured report. It instructs the agent to read the included runtime rules. There are no instructions to read local files, environment secrets, or external endpoints outside the documented MCP tools.
Install Mechanism
No install spec or code files — instruction-only skill. The only setup requirement is availability of the Gate MCP servers (the skill asks users to use their local Gate MCP installation flow), which is operational guidance rather than an installer provided by the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime rules reiterate it is read-only and should not handle secrets. This is proportional to a read-only reporting skill.
Persistence & Privilege
always:false and user-invocable:true (default autonomous invocation allowed) — normal for skills. The skill does not request persistent system presence or modify other skills or system config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gate-info-macroimpact-staging
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gate-info-macroimpact-staging 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
gate-info-macroimpact-staging v1.0.1 - Split general runtime and shared info/news rules into new reference files for clarity and maintainability. - Updated SKILL.md to reference new rule file paths (`./references/gate-runtime-rules.md` and `./references/info-news-runtime-rules.md`). - Removed obsolete documentation and scenario files, consolidating all operational guidance inside SKILL.md and refs. - No core feature or workflow changes; maintenance and documentation refactor only.
v1.0.0
Initial release of Macro-Impact Analysis Skill for Gate-Info/Gate-News MCP. - Provides automated correlation analysis between macro events (e.g., CPI, Fed, NFP) and crypto markets using Gate-Info and Gate-News. - Detects user queries relating macroeconomic indicators/events to crypto, offering calendar, indicator, news, and price context. - Implements parallel calls to MCP tools: macro calendar, indicator summary, news search, and coin market snapshot. - Lays out structured report templates and strict routing rules for different user intents (macro, news, pure coin, etc.). - Includes detailed error handling and decision logic for various macro event outcomes.
元数据
Slug gate-info-macroimpact-staging
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 gate-info-macroimpact?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gate-info-macroimpact-staging」即可一键安装,无需额外配置。

gate-info-macroimpact 是免费的吗?

是的,gate-info-macroimpact 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

gate-info-macroimpact 支持哪些平台?

gate-info-macroimpact 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 gate-info-macroimpact?

由 gaixg(@gaixianggeng)开发并维护,当前版本 v1.0.1。

💬 留言讨论