gate-info-marketoverview
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegate-info-marketoverview
gate-info-marketoverview
The crypto market "dashboard" Skill. The user asks about overall market conditions in a single sentence; the system calls 5 MCP Tools in parallel to fetch market-wide data + sector leaderboards + DeFi overview + recent events + macro summary, then the LLM aggregates into a market-briefing-level structured report.
Trigger Scenarios: User asks about overall market conditions — not about a specific coin.
加密货币市场「仪表盘」Skill。用户用一句话询问整体市场行情时,系统会并行调用5个MCP工具获取全市场数据+板块排行榜+DeFi概览+近期事件+宏观经济摘要,随后LLM将这些信息整合为一份市场简报级别的结构化报告。
触发场景:用户询问整体市场行情——而非某一特定币种的情况。
Routing Rules
路由规则
| User Intent | Keywords | Action |
|---|---|---|
| Market overview | "how's the market" "market overview" "what's happening in crypto" "are we up or down today" | Execute this Skill's full workflow |
| Single coin analysis | "how is BTC" "analyze ETH" | Route to |
| News only | "what's happening" | Route to |
| DeFi deep-dive | "which DeFi protocol is best" "TVL rankings" | Route to |
| Macro deep-dive | "how's the jobs report" "any economic data today" | Route to |
| 用户意图 | 关键词 | 操作 |
|---|---|---|
| 市场概览 | "how's the market" "market overview" "what's happening in crypto" "are we up or down today" | 执行此Skill的完整工作流 |
| 单个币种分析 | "how is BTC" "analyze ETH" | 路由至 |
| 仅查询新闻 | "what's happening" | 路由至 |
| DeFi深度分析 | "which DeFi protocol is best" "TVL rankings" | 路由至 |
| 宏观经济深度分析 | "how's the jobs report" "any economic data today" | 路由至 |
Execution Workflow
执行工作流
Step 1: Intent Recognition
步骤1:意图识别
Confirm the user is asking about overall market conditions (not a single coin). Optionally extract:
- : e.g., "today", "this week", "recently" (affects news/event time range)
time_context
确认用户询问的是整体市场行情(而非单个币种)。可选择性提取:
- :例如「today」、「this week」、「recently」(会影响新闻/事件的查询时间范围)
time_context
Step 2: Call 5 MCP Tools in Parallel
步骤2:并行调用5个MCP工具
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 1a | | (none) | Full market: total market cap, 24h volume, BTC dominance, Fear & Greed Index, gainer/loser ratio | Yes |
| 1b | | | Top 5 gainers | Yes |
| 1c | | | DeFi total TVL, DEX 24h volume, stablecoin total market cap | Yes |
| 1d | | | Major events in the past 24h | Yes |
| 1e | | (none) | Macro snapshot (DXY, rates, CPI trend) | Yes |
All 5 Tools are called in parallel with no dependencies. If a tool is not available, omit that call and mark the corresponding report section as "No data". Ifis not available, useinfo_marketsnapshot_get_market_overviewfor BTC/ETH as fallback.info_marketsnapshot_get_market_snapshot
| 步骤 | MCP工具 | 参数 | 获取的数据 | 并行执行 |
|---|---|---|---|---|
| 1a | | 无 | 全市场数据:总市值、24小时成交量、BTC市值占比、恐惧与贪婪指数、涨跌家数比 | 是 |
| 1b | | | 涨幅榜前5的币种 | 是 |
| 1c | | | DeFi总TVL、DEX 24小时成交量、稳定币总市值 | 是 |
| 1d | | | 过去24小时的重大事件 | 是 |
| 1e | | 无 | 宏观经济快照(DXY、利率、CPI趋势) | 是 |
5个工具无依赖关系,全部并行调用。如果某个工具不可用,跳过该调用并将报告对应章节标记为「无数据」。如果不可用,可使用info_marketsnapshot_get_market_overview获取BTC/ETH数据作为兜底方案。info_marketsnapshot_get_market_snapshot
Step 2b: Optional Supplementary Calls
步骤2b:可选补充调用
| Condition | Supplementary Tool | Parameters | Purpose |
|---|---|---|---|
| User asks about "this week" or needs trend context | | | Add top losers |
| User is interested in sector rotation | | | Trending coins |
| 触发条件 | 补充调用工具 | 参数 | 用途 |
|---|---|---|---|
| 用户询问「本周」行情或需要趋势上下文 | | | 补充跌幅榜前5的币种 |
| 用户关注板块轮动情况 | | | 获取热门币种数据 |
Step 3: LLM Aggregation
步骤3:LLM聚合生成报告
Report Template
报告模板
markdown
undefinedmarkdown
undefinedCrypto Market Overview
Crypto Market Overview
Data as of: {timestamp}
Data as of: {timestamp}
1. Market Summary
1. Market Summary
| Metric | Current Value | 24h Change |
|---|---|---|
| Total Market Cap | ${total_market_cap} | {change}% |
| 24h Volume | ${total_volume_24h} | {change}% |
| BTC Dominance | {btc_dominance}% | {change}pp |
| Fear & Greed Index | {fear_greed_index} | {Extreme Fear/Fear/Neutral/Greed/Extreme Greed} |
| Gainer/Loser Ratio | {gainers}/{losers} | {Bulls/Bears/Balanced} |
Market Status: {One-sentence description of the current market state based on the above metrics}
| Metric | Current Value | 24h Change |
|---|---|---|
| Total Market Cap | ${total_market_cap} | {change}% |
| 24h Volume | ${total_volume_24h} | {change}% |
| BTC Dominance | {btc_dominance}% | {change}pp |
| Fear & Greed Index | {fear_greed_index} | {Extreme Fear/Fear/Neutral/Greed/Extreme Greed} |
| Gainer/Loser Ratio | {gainers}/{losers} | {Bulls/Bears/Balanced} |
Market Status: {One-sentence description of the current market state based on the above metrics}
2. Sectors & Leaderboard
2. Sectors & Leaderboard
24h Top Gainers
| Rank | Coin | Price | 24h Change |
|---|---|---|---|
| 1 | {symbol} | ${price} | +{change}% |
| 2 | ... | ... | ... |
24h Top Losers (if data available)
| Rank | Coin | Price | 24h Change |
|---|---|---|---|
| 1 | {symbol} | ${price} | {change}% |
| 2 | ... | ... | ... |
{If the leaderboards show sector patterns (e.g., L2s rallying, Memes dumping), flag sector rotation}
24h Top Gainers
| Rank | Coin | Price | 24h Change |
|---|---|---|---|
| 1 | {symbol} | ${price} | +{change}% |
| 2 | ... | ... | ... |
24h Top Losers (if data available)
| Rank | Coin | Price | 24h Change |
|---|---|---|---|
| 1 | {symbol} | ${price} | {change}% |
| 2 | ... | ... | ... |
{If the leaderboards show sector patterns (e.g., L2s rallying, Memes dumping), flag sector rotation}
3. DeFi Overview
3. DeFi Overview
| Metric | Value | Change |
|---|---|---|
| DeFi Total TVL | ${defi_tvl} | {change}% |
| DEX 24h Volume | ${dex_volume} | {change}% |
| Stablecoin Total Market Cap | ${stablecoin_cap} | {change}% |
| Metric | Value | Change |
|---|---|---|
| DeFi Total TVL | ${defi_tvl} | {change}% |
| DEX 24h Volume | ${dex_volume} | {change}% |
| Stablecoin Total Market Cap | ${stablecoin_cap} | {change}% |
4. Recent Major Events
4. Recent Major Events
- 🔴/🟡/🟢 [{event_title}] — {event_summary} ({time})
- ...
🔴 = High impact, 🟡 = Medium impact, 🟢 = Low impact
- 🔴/🟡/🟢 [{event_title}] — {event_summary} ({time})
- ...
🔴 = High impact, 🟡 = Medium impact, 🟢 = Low impact
5. Macro Environment
5. Macro Environment
| Metric | Value | Trend |
|---|---|---|
| US Dollar Index (DXY) | {dxy} | {Rising/Falling/Sideways} |
| 10Y Treasury Yield | {yield_10y}% | {Rising/Falling} |
| Fed Funds Rate | {fed_rate}% | {Hiking/Cutting/Paused} |
{If there are upcoming macro events (NFP, CPI, FOMC), briefly mention potential market impact}
| Metric | Value | Trend |
|---|---|---|
| US Dollar Index (DXY) | {dxy} | {Rising/Falling/Sideways} |
| 10Y Treasury Yield | {yield_10y}% | {Rising/Falling} |
| Fed Funds Rate | {fed_rate}% | {Hiking/Cutting/Paused} |
{If there are upcoming macro events (NFP, CPI, FOMC), briefly mention potential market impact}
6. Overall Assessment
6. Overall Assessment
{LLM generates a 3-5 sentence assessment:}
- Current market phase (bull / bear / sideways / recovery)
- Primary drivers
- Key risks or opportunities to watch
The above analysis is data-driven and does not constitute investment advice.
---{LLM generates a 3-5 sentence assessment:}
- Current market phase (bull / bear / sideways / recovery)
- Primary drivers
- Key risks or opportunities to watch
The above analysis is data-driven and does not constitute investment advice.
---Decision Logic
决策逻辑
| Condition | Label/Assessment |
|---|---|
| fear_greed > 75 | "Extreme Greed — exercise caution at highs" |
| fear_greed < 25 | "Extreme Fear — potential opportunity amid panic" |
| BTC dominance > 55% and altcoins broadly declining | "Capital rotating back to BTC — altcoins under pressure" |
| BTC dominance declining + altcoins broadly rising | "Potential altcoin season" |
| Gainer/Loser ratio > 3:1 | "Broad-based rally — bulls in control" |
| Gainer/Loser ratio < 1:3 | "Broad-based decline — bears in control" |
| DeFi TVL 7d change > +10% | "Significant capital inflow into DeFi" |
| Stablecoin market cap rising | "Off-exchange capital flowing in — bullish signal" |
| Any Tool returns empty/error | Skip that section; note "Data unavailable" |
| 触发条件 | 标签/评估结论 |
|---|---|
| 恐惧与贪婪指数 > 75 | "极端贪婪——高位需谨慎" |
| 恐惧与贪婪指数 < 25 | "极端恐惧——恐慌情绪下或存在机会" |
| BTC市值占比 > 55%且山寨币普遍下跌 | "资金回流BTC——山寨币承压" |
| BTC市值占比下降+山寨币普遍上涨 | "或迎来山寨币行情" |
| 涨跌家数比 > 3:1 | "普涨行情——多头占优" |
| 涨跌家数比 < 1:3 | "普跌行情——空头占优" |
| DeFi TVL 7日涨幅 > +10% | "DeFi板块有大量资金流入" |
| 稳定币市值上升 | "场外资金入场——看涨信号" |
| 任意工具返回空值/报错 | 跳过对应章节,标注「数据不可用」 |
Error Handling
错误处理
| Error Type | Handling |
|---|---|
| get_market_overview or core snapshot fails | Return degraded version showing only available sections; or use get_market_snapshot for BTC/ETH as fallback |
| Macro data unavailable | Skip "Macro Environment" section; note "Macro data temporarily unavailable" |
| Event data unavailable | Skip "Recent Major Events" section |
| All Tools fail | Return error message; suggest the user try again later |
| 错误类型 | 处理方案 |
|---|---|
| get_market_overview或核心快照接口调用失败 | 返回降级版本,仅展示可用章节;或调用get_market_snapshot获取BTC/ETH数据作为兜底 |
| 宏观经济数据不可用 | 跳过「宏观经济环境」章节,标注「宏观数据暂时不可用」 |
| 事件数据不可用 | 跳过「近期重大事件」章节 |
| 所有工具调用失败 | 返回错误信息,建议用户稍后重试 |
Cross-Skill Routing
跨技能路由
| User Follow-up Intent | Route To |
|---|---|
| "How is BTC?" / clicks on a specific coin | |
| "Why did XX pump?" | |
| "Any recent news?" | |
| "DeFi details" | |
| "Macro data impact" | |
| "Give me a BTC technical analysis" | |
| 用户后续询问意图 | 路由目标 |
|---|---|
| "How is BTC?" / 点击某个特定币种 | |
| "Why did XX pump?" | |
| "Any recent news?" | |
| "DeFi details" | |
| "Macro data impact" | |
| "Give me a BTC technical analysis" | |
Safety Rules
安全规则
- No investment advice: Market assessments are data-driven; must include a "not investment advice" disclaimer
- No trend predictions: Do not output "tomorrow will go up/down" style predictions
- Data transparency: Label data source and update time
- Flag missing data: When any section has no data, explicitly state it — never fabricate data
- Avoid emotional language: Use objective, neutral language to describe market conditions
- 不提供投资建议:市场评估均为数据驱动,必须包含「不构成投资建议」的免责声明
- 不做趋势预测:不得输出「明天会涨/跌」类的预测内容
- 数据透明:标注数据来源和更新时间
- 缺失数据明确标注:任意章节无数据时必须明确说明,严禁编造数据
- 避免情绪化表述:使用客观中立的语言描述市场情况