gate-info-marketoverview

v1.0.1

Market overview. Use this skill ONLY when the user's query is exclusively about overall market conditions with no specific coin analysis. Trigger phrases: ho...

0· 115·0 current·0 all-time
bygaixg@gaixianggeng

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gaixianggeng/gate-info-market-overview-staging.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "gate-info-marketoverview" (gaixianggeng/gate-info-market-overview-staging) from ClawHub.
Skill page: https://clawhub.ai/gaixianggeng/gate-info-market-overview-staging
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gate-info-market-overview-staging

ClawHub CLI

Package manager switcher

npx clawhub@latest install gate-info-market-overview-staging
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill name/description (market overview) aligns with the declared MCP tool calls (market snapshot, rankings, DeFi overview, macro summary, news). No unrelated binaries, env vars, or credentials are requested.
Instruction Scope
SKILL.md explicitly restricts scope to market-wide queries and documents exactly which MCP tools to call. It does not instruct the agent to read local secrets, arbitrary files, or contact unknown endpoints. Routing and fallback rules are clearly defined.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk. The only runtime requirement is availability of the Gate MCP server, which is expected for this skill.
Credentials
No environment variables, credentials, or config paths are required. The documentation explicitly states API keys are not required and that the skill is read-only.
Persistence & Privilege
The skill does not request persistent presence (always=false) and contains no instructions to modify agent/system configuration or other skills. Autonomous invocation is allowed by default but is not combined with broad privileges here.
Assessment
This skill appears to do what it claims: aggregate read-only market data from internal Gate MCP tools and produce a concise market overview. Before installing, confirm that the Gate MCP server it depends on is a trusted internal endpoint (verify the host/address used by your environment) and that you trust the MCP tool implementations it will call. Because the skill can be invoked autonomously by agents, ensure your agent's invocation policies match your risk tolerance. If you need single-coin analysis or risk/technical reviews, route to the separate, documented coin-analysis skills rather than using this one.

Like a lobster shell, security has layers — review code before you run it.

latestvk97914szcqg0sdks77q6a9gdr184bqjj
115downloads
0stars
2versions
Updated 3w ago
v1.0.1
MIT-0

gate-info-marketoverview

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, routing, and graceful fallback behavior).

  • 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 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.

MCP Dependencies

Required MCP Servers

MCP ServerStatus
Gate-Info✅ Required

MCP Tools Used

Query Operations (Read-only)

  • info_coin_get_coin_rankings
  • info_macro_get_macro_summary
  • info_marketsnapshot_get_market_overview
  • info_marketsnapshot_get_market_snapshot
  • info_platformmetrics_get_defi_overview
  • news_events_get_latest_events

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
  • 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
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 gate-info-coinanalysis
News only"what's happening"Route to gate-news-briefing
DeFi deep-dive"which DeFi protocol is best" "TVL rankings"Route to gate-info-defianalysis
Macro deep-dive"how's the jobs report" "any economic data today"Route to gate-info-macroimpact

Execution Workflow

Step 0: Multi-Dimension Intent Check

Before executing this Skill, check if the user's query involves multiple analysis dimensions:

  • If the query is exclusively about overall market conditions with no specific coin to deep-dive, proceed with this Skill.
  • If the query also mentions a specific coin to analyze, risk to check, technicals to review, or any other analysis dimension beyond market overview, route to gate-info-research — it handles multi-dimension queries with unified tool deduplication and coherent report aggregation.

Step 1: Intent Recognition

Confirm the user is asking about overall market conditions (not a single coin). Optionally extract:

  • time_context: e.g., "today", "this week", "recently" (affects news/event time range)

Step 2: Call 5 MCP Tools in Parallel

StepMCP ToolParametersRetrieved DataParallel
1ainfo_marketsnapshot_get_market_overview(none)Full market: total market cap, 24h volume, BTC dominance, Fear & Greed Index, gainer/loser ratioYes
1binfo_coin_get_coin_rankingsranking_type="gainers", time_range="24h", limit=5Top 5 gainersYes
1cinfo_platformmetrics_get_defi_overviewcategory="all"DeFi total TVL, DEX 24h volume, stablecoin total market capYes
1dnews_events_get_latest_eventstime_range="24h", limit=5Major events in the past 24hYes
1einfo_macro_get_macro_summary(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". If info_marketsnapshot_get_market_overview is not available, use info_marketsnapshot_get_market_snapshot for BTC/ETH as fallback.

Step 2b: Optional Supplementary Calls

ConditionSupplementary ToolParametersPurpose
User asks about "this week" or needs trend contextinfo_coin_get_coin_rankingsranking_type="losers", time_range="24h", limit=5Add top losers
User is interested in sector rotationinfo_coin_get_coin_rankingsranking_type="hot", limit=10Trending coins

Step 3: LLM Aggregation


Report Template

## Crypto Market Overview

> Data as of: {timestamp}

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

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

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

### 4. Recent Major Events

1. 🔴/🟡/🟢 [{event_title}] — {event_summary} ({time})
2. ...

> 🔴 = High impact, 🟡 = Medium impact, 🟢 = Low impact

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

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

Decision Logic

ConditionLabel/Assessment
fear_greed > 75"Extreme Greed — exercise caution at highs"
fear_greed < 25"Extreme Fear — potential opportunity amid panic"
BTC dominance > 55% and most altcoins declining"Capital rotating back to BTC — altcoins under pressure"
BTC dominance declining + most altcoins 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/errorSkip that section; note "Data unavailable"

Error Handling

Error TypeHandling
get_market_overview or core snapshot failsReturn degraded version showing only available sections; or use get_market_snapshot for BTC/ETH as fallback
Macro data unavailableSkip "Macro Environment" section; note "Macro data temporarily unavailable"
Event data unavailableSkip "Recent Major Events" section
All Tools failReturn error message; suggest the user try again later

Cross-Skill Routing

User Follow-up IntentRoute To
"How is BTC?" / clicks on a specific coingate-info-coinanalysis
"Why did XX pump?"gate-news-eventexplain
"Any recent news?"gate-news-briefing
"DeFi details"gate-info-defianalysis
"Macro data impact"gate-info-macroimpact
"Give me a BTC technical analysis"gate-info-trendanalysis

Safety Rules

  1. No investment advice: Market assessments are data-driven; must include a "not investment advice" disclaimer
  2. No trend predictions: Do not output "tomorrow will go up/down" style predictions
  3. Data transparency: Label data source and update time
  4. Flag missing data: When any section has no data, explicitly state it — never fabricate data
  5. Avoid emotional language: Use objective, neutral language to describe market conditions

Comments

Loading comments...