{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stock-market-pro",
    "name": "Stock Market Pro",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/kys42/stock-market-pro",
    "canonicalUrl": "https://clawhub.ai/kys42/stock-market-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stock-market-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-market-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/ddg_search.py",
      "scripts/news.py",
      "scripts/options_links.py",
      "scripts/uw.py",
      "scripts/yf.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/stock-market-pro"
    },
    "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/stock-market-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/stock-market-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stock-market-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stock-market-pro/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": "Stock Market Pro",
        "body": "Stock Market Pro is a fast, local-first market research toolkit.\nGet clean price + fundamentals, generate publication-ready charts with indicator panels (RSI/MACD/BB/VWAP/ATR), and run a one-shot report that outputs both a summary and a high-res PNG.\nOptional add-ons: quick news link sweep (DDG) + browser-first options/flow (Unusual Whales)."
      },
      {
        "title": "What you can do",
        "body": "Get real-time quotes (price + change)\nSummarize fundamentals (Market Cap, Forward PE, EPS, ROE)\nPrint ASCII trends (terminal-friendly)\nGenerate high-resolution PNG charts with overlays/panels:\n\nRSI / MACD / Bollinger Bands / VWAP / ATR\n\n\nRun a one-shot report that prints a compact summary and emits a chart path\nSearch news links via DuckDuckGo (ddgs)\nOpen options / flow pages (browser-first, Unusual Whales)"
      },
      {
        "title": "Commands (Local)",
        "body": "This skill uses uv run --script for dependency handling.\nIf you don't have uv: install from https://github.com/astral-sh/uv"
      },
      {
        "title": "1) Quotes",
        "body": "uv run --script scripts/yf.py price TSLA\n# shorthand\nuv run --script scripts/yf.py TSLA"
      },
      {
        "title": "2) Fundamentals",
        "body": "uv run --script scripts/yf.py fundamentals NVDA"
      },
      {
        "title": "3) ASCII trend",
        "body": "uv run --script scripts/yf.py history AAPL 6mo"
      },
      {
        "title": "4) Pro chart (PNG)",
        "body": "# candlestick (default)\nuv run --script scripts/yf.py pro 000660.KS 6mo\n\n# line chart\nuv run --script scripts/yf.py pro 000660.KS 6mo line\n\nIndicators (optional)\n\nuv run --script scripts/yf.py pro TSLA 6mo --rsi --macd --bb\nuv run --script scripts/yf.py pro TSLA 6mo --vwap --atr\n\n--rsi : RSI(14)\n--macd: MACD(12,26,9)\n--bb  : Bollinger Bands(20,2)\n--vwap: VWAP (cumulative over the selected range)\n--atr : ATR(14)"
      },
      {
        "title": "5) One-shot report",
        "body": "Prints a compact text summary and generates a chart PNG.\n\nuv run --script scripts/yf.py report 000660.KS 6mo\n# output includes: CHART_PATH:/tmp/<...>.png\n\nOptional web add-ons (news/options) can be appended by the agent workflow."
      },
      {
        "title": "A) News search (DuckDuckGo via ddgs)",
        "body": "This skill vendors a helper script (scripts/ddg_search.py).\n\nDependency:\n\npip3 install -U ddgs\n\nRun:\n\npython3 scripts/news.py NVDA --max 8\n# or\npython3 scripts/ddg_search.py \"NVDA earnings guidance\" --kind news --max 8 --out md"
      },
      {
        "title": "B) Options / Flow (browser-first)",
        "body": "Unusual Whales frequently blocks scraping/headless access.\nSo the recommended approach is: open the pages in a browser and summarize what you can see.\n\nQuick link helper:\n\npython3 scripts/options_links.py NVDA\n\nCommon URLs:\n\nhttps://unusualwhales.com/stock/{TICKER}/overview\nhttps://unusualwhales.com/live-options-flow?ticker_symbol={TICKER}\nhttps://unusualwhales.com/stock/{TICKER}/options-flow-history"
      },
      {
        "title": "Subcommands (yf.py)",
        "body": "yf.py supports:\n\nprice\nfundamentals\nhistory\npro\nchart (alias)\nreport\noption (best-effort; browser fallback recommended)\n\nCheck:\n\npython3 scripts/yf.py --help"
      },
      {
        "title": "Ticker examples",
        "body": "US: AAPL, NVDA, TSLA\nKR: 005930.KS, 000660.KS\nCrypto: BTC-USD, ETH-KRW\nFX: USDKRW=X"
      }
    ],
    "body": "Stock Market Pro\n\nStock Market Pro is a fast, local-first market research toolkit. Get clean price + fundamentals, generate publication-ready charts with indicator panels (RSI/MACD/BB/VWAP/ATR), and run a one-shot report that outputs both a summary and a high-res PNG. Optional add-ons: quick news link sweep (DDG) + browser-first options/flow (Unusual Whales).\n\nWhat you can do\nGet real-time quotes (price + change)\nSummarize fundamentals (Market Cap, Forward PE, EPS, ROE)\nPrint ASCII trends (terminal-friendly)\nGenerate high-resolution PNG charts with overlays/panels:\nRSI / MACD / Bollinger Bands / VWAP / ATR\nRun a one-shot report that prints a compact summary and emits a chart path\nSearch news links via DuckDuckGo (ddgs)\nOpen options / flow pages (browser-first, Unusual Whales)\nCommands (Local)\n\nThis skill uses uv run --script for dependency handling. If you don't have uv: install from https://github.com/astral-sh/uv\n\n1) Quotes\nuv run --script scripts/yf.py price TSLA\n# shorthand\nuv run --script scripts/yf.py TSLA\n\n2) Fundamentals\nuv run --script scripts/yf.py fundamentals NVDA\n\n3) ASCII trend\nuv run --script scripts/yf.py history AAPL 6mo\n\n4) Pro chart (PNG)\n# candlestick (default)\nuv run --script scripts/yf.py pro 000660.KS 6mo\n\n# line chart\nuv run --script scripts/yf.py pro 000660.KS 6mo line\n\nIndicators (optional)\nuv run --script scripts/yf.py pro TSLA 6mo --rsi --macd --bb\nuv run --script scripts/yf.py pro TSLA 6mo --vwap --atr\n\n--rsi : RSI(14)\n--macd: MACD(12,26,9)\n--bb : Bollinger Bands(20,2)\n--vwap: VWAP (cumulative over the selected range)\n--atr : ATR(14)\n5) One-shot report\n\nPrints a compact text summary and generates a chart PNG.\n\nuv run --script scripts/yf.py report 000660.KS 6mo\n# output includes: CHART_PATH:/tmp/<...>.png\n\n\nOptional web add-ons (news/options) can be appended by the agent workflow.\n\nWeb Add-ons (Optional)\nA) News search (DuckDuckGo via ddgs)\n\nThis skill vendors a helper script (scripts/ddg_search.py).\n\nDependency:\n\npip3 install -U ddgs\n\n\nRun:\n\npython3 scripts/news.py NVDA --max 8\n# or\npython3 scripts/ddg_search.py \"NVDA earnings guidance\" --kind news --max 8 --out md\n\nB) Options / Flow (browser-first)\n\nUnusual Whales frequently blocks scraping/headless access. So the recommended approach is: open the pages in a browser and summarize what you can see.\n\nQuick link helper:\n\npython3 scripts/options_links.py NVDA\n\n\nCommon URLs:\n\nhttps://unusualwhales.com/stock/{TICKER}/overview\nhttps://unusualwhales.com/live-options-flow?ticker_symbol={TICKER}\nhttps://unusualwhales.com/stock/{TICKER}/options-flow-history\nSubcommands (yf.py)\n\nyf.py supports:\n\nprice\nfundamentals\nhistory\npro\nchart (alias)\nreport\noption (best-effort; browser fallback recommended)\n\nCheck:\n\npython3 scripts/yf.py --help\n\nTicker examples\nUS: AAPL, NVDA, TSLA\nKR: 005930.KS, 000660.KS\nCrypto: BTC-USD, ETH-KRW\nFX: USDKRW=X"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kys42/stock-market-pro",
    "publisherUrl": "https://clawhub.ai/kys42/stock-market-pro",
    "owner": "kys42",
    "version": "1.2.12",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stock-market-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/stock-market-pro",
    "agentUrl": "https://openagent3.xyz/skills/stock-market-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stock-market-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stock-market-pro/agent.md"
  }
}