{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/market-environment-analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=market-environment-analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/analysis_patterns.md",
      "references/indicators.md",
      "scripts/market_utils.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/market-environment-analysis",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Market Environment Analysis",
        "body": "Comprehensive analysis tool for understanding market conditions and creating professional market reports anytime."
      },
      {
        "title": "1. Initial Data Collection",
        "body": "Collect latest market data using web_search tool:\n\nMajor stock indices (S&P 500, NASDAQ, Dow, Nikkei 225, Shanghai Composite, Hang Seng)\nForex rates (USD/JPY, EUR/USD, major currency pairs)\nCommodity prices (WTI crude, Gold, Silver)\nUS Treasury yields (2-year, 10-year, 30-year)\nVIX index (Fear gauge)\nMarket trading status (open/close/current values)"
      },
      {
        "title": "2. Market Environment Assessment",
        "body": "Evaluate the following from collected data:\n\nTrend Direction: Uptrend/Downtrend/Range-bound\nRisk Sentiment: Risk-on/Risk-off\nVolatility Status: Market anxiety level from VIX\nSector Rotation: Where capital is flowing"
      },
      {
        "title": "3. Report Structure",
        "body": "Standard Report Format:\n\n1. Executive Summary (3-5 key points)\n2. Global Market Overview\n   - US Markets\n   - Asian Markets\n   - European Markets\n3. Forex & Commodities Trends\n4. Key Events & Economic Indicators\n5. Risk Factor Analysis\n6. Investment Strategy Implications"
      },
      {
        "title": "market_utils.py",
        "body": "Provides common functions for report creation:\n\n# Generate report header\npython scripts/market_utils.py\n\n# Available functions:\n- format_market_report_header(): Create header\n- get_market_session_times(): Check trading hours\n- categorize_volatility(vix): Interpret VIX levels\n- format_percentage_change(value): Format price changes"
      },
      {
        "title": "Key Indicators Interpretation (references/indicators.md)",
        "body": "Reference when you need:\n\nImportant levels for each index\nTechnical analysis key points\nSector-specific focus areas"
      },
      {
        "title": "Analysis Patterns (references/analysis_patterns.md)",
        "body": "Reference when analyzing:\n\nRisk-on/Risk-off criteria\nEconomic indicator interpretation\nInter-market correlations\nSeasonality and market anomalies"
      },
      {
        "title": "Quick Summary Version",
        "body": "📊 Market Summary [2025/01/15 14:00]\n━━━━━━━━━━━━━━━━━━━━━\n【US】S&P 500: 5,123.45 (+0.45%)\n【JP】Nikkei 225: 38,456.78 (-0.23%)\n【FX】USD/JPY: 149.85 (↑0.15)\n【VIX】16.2 (Normal range)\n\n⚡ Key Events\n- Japan GDP Flash\n- US Employment Report\n\n📈 Environment: Risk-On Continues"
      },
      {
        "title": "Detailed Analysis Version",
        "body": "Start with executive summary, then analyze each section in detail.\nKey clarifications:\n\nCurrent market phase (Bullish/Bearish/Neutral)\nShort-term direction (1-5 days outlook)\nRisk events to monitor\nRecommended position adjustments"
      },
      {
        "title": "Timezone Awareness",
        "body": "Consider all major market timezones\nUS markets: Evening to early morning (Asian time)\nEuropean markets: Afternoon to evening (Asian time)\nAsian markets: Morning to afternoon (Local time)"
      },
      {
        "title": "Economic Calendar Priority",
        "body": "Categorize by importance:\n\n⭐⭐⭐ Critical (FOMC, NFP, CPI, etc.)\n⭐⭐ Important (GDP, Retail Sales, etc.)\n⭐ Reference level"
      },
      {
        "title": "Data Source Priority",
        "body": "Official releases (Central banks, Government statistics)\nMajor financial media (Bloomberg, Reuters)\nBroker reports\nAnalyst consensus estimates"
      },
      {
        "title": "Data Collection Notes",
        "body": "Check market holidays (holiday calendars)\nBe aware of daylight saving time changes\nDistinguish between flash and final data"
      },
      {
        "title": "Market Volatility Response",
        "body": "First organize the facts\nReference historical similar events\nVerify with multiple sources\nMaintain objective analysis"
      },
      {
        "title": "Customization Options",
        "body": "Adjust based on user's investment style:\n\nDay Traders: Intraday charts, order flow focus\nSwing Traders: Daily/weekly technicals emphasis\nLong-term Investors: Fundamentals, macro economics focus\nForex Traders: Currency correlations, interest rate differentials\nOptions Traders: Volatility analysis, Greeks monitoring"
      }
    ],
    "body": "Market Environment Analysis\n\nComprehensive analysis tool for understanding market conditions and creating professional market reports anytime.\n\nCore Workflow\n1. Initial Data Collection\n\nCollect latest market data using web_search tool:\n\nMajor stock indices (S&P 500, NASDAQ, Dow, Nikkei 225, Shanghai Composite, Hang Seng)\nForex rates (USD/JPY, EUR/USD, major currency pairs)\nCommodity prices (WTI crude, Gold, Silver)\nUS Treasury yields (2-year, 10-year, 30-year)\nVIX index (Fear gauge)\nMarket trading status (open/close/current values)\n2. Market Environment Assessment\n\nEvaluate the following from collected data:\n\nTrend Direction: Uptrend/Downtrend/Range-bound\nRisk Sentiment: Risk-on/Risk-off\nVolatility Status: Market anxiety level from VIX\nSector Rotation: Where capital is flowing\n3. Report Structure\nStandard Report Format:\n1. Executive Summary (3-5 key points)\n2. Global Market Overview\n   - US Markets\n   - Asian Markets\n   - European Markets\n3. Forex & Commodities Trends\n4. Key Events & Economic Indicators\n5. Risk Factor Analysis\n6. Investment Strategy Implications\n\nScript Usage\nmarket_utils.py\n\nProvides common functions for report creation:\n\n# Generate report header\npython scripts/market_utils.py\n\n# Available functions:\n- format_market_report_header(): Create header\n- get_market_session_times(): Check trading hours\n- categorize_volatility(vix): Interpret VIX levels\n- format_percentage_change(value): Format price changes\n\nReference Documentation\nKey Indicators Interpretation (references/indicators.md)\n\nReference when you need:\n\nImportant levels for each index\nTechnical analysis key points\nSector-specific focus areas\nAnalysis Patterns (references/analysis_patterns.md)\n\nReference when analyzing:\n\nRisk-on/Risk-off criteria\nEconomic indicator interpretation\nInter-market correlations\nSeasonality and market anomalies\nOutput Examples\nQuick Summary Version\n📊 Market Summary [2025/01/15 14:00]\n━━━━━━━━━━━━━━━━━━━━━\n【US】S&P 500: 5,123.45 (+0.45%)\n【JP】Nikkei 225: 38,456.78 (-0.23%)\n【FX】USD/JPY: 149.85 (↑0.15)\n【VIX】16.2 (Normal range)\n\n⚡ Key Events\n- Japan GDP Flash\n- US Employment Report\n\n📈 Environment: Risk-On Continues\n\nDetailed Analysis Version\n\nStart with executive summary, then analyze each section in detail. Key clarifications:\n\nCurrent market phase (Bullish/Bearish/Neutral)\nShort-term direction (1-5 days outlook)\nRisk events to monitor\nRecommended position adjustments\nImportant Considerations\nTimezone Awareness\nConsider all major market timezones\nUS markets: Evening to early morning (Asian time)\nEuropean markets: Afternoon to evening (Asian time)\nAsian markets: Morning to afternoon (Local time)\nEconomic Calendar Priority\n\nCategorize by importance:\n\n⭐⭐⭐ Critical (FOMC, NFP, CPI, etc.)\n⭐⭐ Important (GDP, Retail Sales, etc.)\n⭐ Reference level\nData Source Priority\nOfficial releases (Central banks, Government statistics)\nMajor financial media (Bloomberg, Reuters)\nBroker reports\nAnalyst consensus estimates\nTroubleshooting\nData Collection Notes\nCheck market holidays (holiday calendars)\nBe aware of daylight saving time changes\nDistinguish between flash and final data\nMarket Volatility Response\nFirst organize the facts\nReference historical similar events\nVerify with multiple sources\nMaintain objective analysis\nCustomization Options\n\nAdjust based on user's investment style:\n\nDay Traders: Intraday charts, order flow focus\nSwing Traders: Daily/weekly technicals emphasis\nLong-term Investors: Fundamentals, macro economics focus\nForex Traders: Currency correlations, interest rate differentials\nOptions Traders: Volatility analysis, Greeks monitoring"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/market-environment-analysis",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/market-environment-analysis",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}