{
  "schemaVersion": "1.0",
  "item": {
    "slug": "modular-market-brief",
    "name": "Modular Market Brief",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/boilerrat/modular-market-brief",
    "canonicalUrl": "https://clawhub.ai/boilerrat/modular-market-brief",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/modular-market-brief",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=modular-market-brief",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/movers_yahoo.py",
      "scripts/render_example.md",
      "scripts/tmx_movers.py",
      "scripts/price_tape.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/modular-market-brief"
    },
    "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/modular-market-brief",
    "agentPageUrl": "https://openagent3.xyz/skills/modular-market-brief/agent",
    "manifestUrl": "https://openagent3.xyz/skills/modular-market-brief/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/modular-market-brief/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": "Modular Market Brief",
        "body": "Create a concise but information-dense market report that is modular (can include/exclude sections) and data-backed (prices/returns/trend state when possible)."
      },
      {
        "title": "Inputs to ask for (or assume defaults)",
        "body": "Time window: AM (since prior close) vs PM (what changed since AM)\nRegions: e.g., US, Canada, EU, Asia (user chooses)\nAsset blocks: equities, rates, FX, commodities, crypto\nCore tickers: indices + user’s preferred ETFs/tickers\nMovers source: which exchange/market and where to get movers\nRisk appetite: conservative vs aggressive framing\n\nIf the user doesn’t specify, default to a broad global dashboard with US indices, USD, oil, gold, BTC/ETH."
      },
      {
        "title": "Report structure (recommended)",
        "body": "TL;DR (3–6 bullets)\nEquities (by region)\nRates (2Y/10Y + key central bank watch)\nFX (DXY or major pairs; local pair for user)\nCommodities (WTI/Brent, gold, copper; add relevant)\nCrypto (BTC/ETH + anything user cares about)\nTop movers (top gainers/losers for a chosen exchange)\nPatterns / trend box (BUY/SELL/WAIT labels for selected instruments)\nOne best idea (cross-asset; include invalidation)"
      },
      {
        "title": "Data guidance",
        "body": "Prefer programmatic price tape when available:\n\nUse yfinance for tickers/ETFs/crypto/commodity futures (optional dependency).\nIf a market needs a dedicated movers list, use a web source (exchange site / finance portal) and then enrich tickers via yfinance."
      },
      {
        "title": "Installing yfinance (recommended, but not required)",
        "body": "If yfinance isn’t available, the skill can still produce a narrative brief from public sources.\n\nFor reliable installs on modern Linux distros (PEP 668), prefer a venv:\n\npython3 -m venv ~/.venvs/market-brief\n~/.venvs/market-brief/bin/pip install -U pip\n~/.venvs/market-brief/bin/pip install yfinance pandas numpy\n\nThen run scripts using ~/.venvs/market-brief/bin/python."
      },
      {
        "title": "Trend labeling (simple + explainable)",
        "body": "Use MA/RSI-based state labels:\n\nBUY: close > MA20 > MA50 and RSI(14) >= 50\nSELL: close < MA20 < MA50 and RSI(14) <= 50\nWAIT: everything else\n\nAlways present it as a pattern (not a guarantee) and include a one-line rationale."
      },
      {
        "title": "Bundled scripts (optional helpers)",
        "body": "scripts/price_tape.py: pull prices + returns + MA/RSI for a ticker list (yfinance)\nscripts/movers_yahoo.py: free Yahoo Finance screeners for top gainers/losers/actives (best-effort)\nscripts/tmx_movers.py: example movers scraper (TMX Money) you can adapt or swap\nscripts/render_example.md: a template you can reuse\n\nOnly run scripts if you actually need structured output; otherwise write the report directly."
      },
      {
        "title": "Safety / finance guardrails",
        "body": "Don’t place trades.\nAvoid certainty language. Use “pattern / bias / invalidation.”\nIf the user asks for explicit buy/sell instructions, provide a conceptual plan + risks.\nRemind about tax/fees only when relevant."
      }
    ],
    "body": "Modular Market Brief\n\nCreate a concise but information-dense market report that is modular (can include/exclude sections) and data-backed (prices/returns/trend state when possible).\n\nInputs to ask for (or assume defaults)\nTime window: AM (since prior close) vs PM (what changed since AM)\nRegions: e.g., US, Canada, EU, Asia (user chooses)\nAsset blocks: equities, rates, FX, commodities, crypto\nCore tickers: indices + user’s preferred ETFs/tickers\nMovers source: which exchange/market and where to get movers\nRisk appetite: conservative vs aggressive framing\n\nIf the user doesn’t specify, default to a broad global dashboard with US indices, USD, oil, gold, BTC/ETH.\n\nReport structure (recommended)\nTL;DR (3–6 bullets)\nEquities (by region)\nRates (2Y/10Y + key central bank watch)\nFX (DXY or major pairs; local pair for user)\nCommodities (WTI/Brent, gold, copper; add relevant)\nCrypto (BTC/ETH + anything user cares about)\nTop movers (top gainers/losers for a chosen exchange)\nPatterns / trend box (BUY/SELL/WAIT labels for selected instruments)\nOne best idea (cross-asset; include invalidation)\nData guidance\n\nPrefer programmatic price tape when available:\n\nUse yfinance for tickers/ETFs/crypto/commodity futures (optional dependency).\nIf a market needs a dedicated movers list, use a web source (exchange site / finance portal) and then enrich tickers via yfinance.\nInstalling yfinance (recommended, but not required)\n\nIf yfinance isn’t available, the skill can still produce a narrative brief from public sources.\n\nFor reliable installs on modern Linux distros (PEP 668), prefer a venv:\n\npython3 -m venv ~/.venvs/market-brief\n~/.venvs/market-brief/bin/pip install -U pip\n~/.venvs/market-brief/bin/pip install yfinance pandas numpy\n\n\nThen run scripts using ~/.venvs/market-brief/bin/python.\n\nTrend labeling (simple + explainable)\n\nUse MA/RSI-based state labels:\n\nBUY: close > MA20 > MA50 and RSI(14) >= 50\nSELL: close < MA20 < MA50 and RSI(14) <= 50\nWAIT: everything else\n\nAlways present it as a pattern (not a guarantee) and include a one-line rationale.\n\nBundled scripts (optional helpers)\nscripts/price_tape.py: pull prices + returns + MA/RSI for a ticker list (yfinance)\nscripts/movers_yahoo.py: free Yahoo Finance screeners for top gainers/losers/actives (best-effort)\nscripts/tmx_movers.py: example movers scraper (TMX Money) you can adapt or swap\nscripts/render_example.md: a template you can reuse\n\nOnly run scripts if you actually need structured output; otherwise write the report directly.\n\nSafety / finance guardrails\nDon’t place trades.\nAvoid certainty language. Use “pattern / bias / invalidation.”\nIf the user asks for explicit buy/sell instructions, provide a conceptual plan + risks.\nRemind about tax/fees only when relevant."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/boilerrat/modular-market-brief",
    "publisherUrl": "https://clawhub.ai/boilerrat/modular-market-brief",
    "owner": "boilerrat",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/modular-market-brief",
    "downloadUrl": "https://openagent3.xyz/downloads/modular-market-brief",
    "agentUrl": "https://openagent3.xyz/skills/modular-market-brief/agent",
    "manifestUrl": "https://openagent3.xyz/skills/modular-market-brief/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/modular-market-brief/agent.md"
  }
}