{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stock",
    "name": "股票查询",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/MrBlackerX/stock",
    "canonicalUrl": "https://clawhub.ai/MrBlackerX/stock",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stock",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "bin/stock.js",
      "package.json",
      "SKILL.md"
    ],
    "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/stock"
    },
    "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",
    "agentPageUrl": "https://openagent3.xyz/skills/stock/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stock/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stock/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 Skill - 股票查询",
        "body": "获取A股、港股、美股的实时行情数据。"
      },
      {
        "title": "支持的市场",
        "body": "A股: 上海/深圳股票（使用新浪财经接口）\n港股: 港股股票（使用新浪财经接口）\n美股: 美股股票（使用新浪财经接口）"
      },
      {
        "title": "使用方式",
        "body": "# 查询A股股票（自动识别沪深市场）\nstock 600519  # 贵州茅台\nstock 000001  # 平安银行\nstock 300750  # 宁德时代\n\n# 查询港股\nstock 00700  # 腾讯控股\n\n# 查询美股\nstock AAPL   # 苹果\nstock MSFT   # 微软"
      },
      {
        "title": "输出格式",
        "body": "返回股票的：\n\n当前价格\n涨跌幅\n涨跌额\n开盘价\n最高价\n最低价\n成交量\n成交额\n换手率"
      }
    ],
    "body": "Stock Skill - 股票查询\n\n获取A股、港股、美股的实时行情数据。\n\n支持的市场\nA股: 上海/深圳股票（使用新浪财经接口）\n港股: 港股股票（使用新浪财经接口）\n美股: 美股股票（使用新浪财经接口）\n使用方式\n# 查询A股股票（自动识别沪深市场）\nstock 600519  # 贵州茅台\nstock 000001  # 平安银行\nstock 300750  # 宁德时代\n\n# 查询港股\nstock 00700  # 腾讯控股\n\n# 查询美股\nstock AAPL   # 苹果\nstock MSFT   # 微软\n\n输出格式\n\n返回股票的：\n\n当前价格\n涨跌幅\n涨跌额\n开盘价\n最高价\n最低价\n成交量\n成交额\n换手率"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/MrBlackerX/stock",
    "publisherUrl": "https://clawhub.ai/MrBlackerX/stock",
    "owner": "MrBlackerX",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stock",
    "downloadUrl": "https://openagent3.xyz/downloads/stock",
    "agentUrl": "https://openagent3.xyz/skills/stock/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stock/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stock/agent.md"
  }
}