# Send Market Environment Analysis to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "market-environment-analysis",
    "name": "Market Environment Analysis",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/market-environment-analysis",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/market-environment-analysis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/market-environment-analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=market-environment-analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/analysis_patterns.md",
      "references/indicators.md",
      "scripts/market_utils.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/market-environment-analysis"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/market-environment-analysis",
    "downloadUrl": "https://openagent3.xyz/downloads/market-environment-analysis",
    "agentUrl": "https://openagent3.xyz/skills/market-environment-analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/market-environment-analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/market-environment-analysis/agent.md"
  }
}
```
## Documentation

### Market Environment Analysis

Comprehensive analysis tool for understanding market conditions and creating professional market reports anytime.

### 1. Initial Data Collection

Collect latest market data using web_search tool:

Major stock indices (S&P 500, NASDAQ, Dow, Nikkei 225, Shanghai Composite, Hang Seng)
Forex rates (USD/JPY, EUR/USD, major currency pairs)
Commodity prices (WTI crude, Gold, Silver)
US Treasury yields (2-year, 10-year, 30-year)
VIX index (Fear gauge)
Market trading status (open/close/current values)

### 2. Market Environment Assessment

Evaluate the following from collected data:

Trend Direction: Uptrend/Downtrend/Range-bound
Risk Sentiment: Risk-on/Risk-off
Volatility Status: Market anxiety level from VIX
Sector Rotation: Where capital is flowing

### 3. Report Structure

Standard Report Format:

1. Executive Summary (3-5 key points)
2. Global Market Overview
   - US Markets
   - Asian Markets
   - European Markets
3. Forex & Commodities Trends
4. Key Events & Economic Indicators
5. Risk Factor Analysis
6. Investment Strategy Implications

### market_utils.py

Provides common functions for report creation:

# Generate report header
python scripts/market_utils.py

# Available functions:
- format_market_report_header(): Create header
- get_market_session_times(): Check trading hours
- categorize_volatility(vix): Interpret VIX levels
- format_percentage_change(value): Format price changes

### Key Indicators Interpretation (references/indicators.md)

Reference when you need:

Important levels for each index
Technical analysis key points
Sector-specific focus areas

### Analysis Patterns (references/analysis_patterns.md)

Reference when analyzing:

Risk-on/Risk-off criteria
Economic indicator interpretation
Inter-market correlations
Seasonality and market anomalies

### Quick Summary Version

📊 Market Summary [2025/01/15 14:00]
━━━━━━━━━━━━━━━━━━━━━
【US】S&P 500: 5,123.45 (+0.45%)
【JP】Nikkei 225: 38,456.78 (-0.23%)
【FX】USD/JPY: 149.85 (↑0.15)
【VIX】16.2 (Normal range)

⚡ Key Events
- Japan GDP Flash
- US Employment Report

📈 Environment: Risk-On Continues

### Detailed Analysis Version

Start with executive summary, then analyze each section in detail.
Key clarifications:

Current market phase (Bullish/Bearish/Neutral)
Short-term direction (1-5 days outlook)
Risk events to monitor
Recommended position adjustments

### Timezone Awareness

Consider all major market timezones
US markets: Evening to early morning (Asian time)
European markets: Afternoon to evening (Asian time)
Asian markets: Morning to afternoon (Local time)

### Economic Calendar Priority

Categorize by importance:

⭐⭐⭐ Critical (FOMC, NFP, CPI, etc.)
⭐⭐ Important (GDP, Retail Sales, etc.)
⭐ Reference level

### Data Source Priority

Official releases (Central banks, Government statistics)
Major financial media (Bloomberg, Reuters)
Broker reports
Analyst consensus estimates

### Data Collection Notes

Check market holidays (holiday calendars)
Be aware of daylight saving time changes
Distinguish between flash and final data

### Market Volatility Response

First organize the facts
Reference historical similar events
Verify with multiple sources
Maintain objective analysis

### Customization Options

Adjust based on user's investment style:

Day Traders: Intraday charts, order flow focus
Swing Traders: Daily/weekly technicals emphasis
Long-term Investors: Fundamentals, macro economics focus
Forex Traders: Currency correlations, interest rate differentials
Options Traders: Volatility analysis, Greeks monitoring
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/market-environment-analysis)
- [Send to Agent page](https://openagent3.xyz/skills/market-environment-analysis/agent)
- [JSON manifest](https://openagent3.xyz/skills/market-environment-analysis/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/market-environment-analysis/agent.md)
- [Download page](https://openagent3.xyz/downloads/market-environment-analysis)