{
  "schemaVersion": "1.0",
  "item": {
    "slug": "a-stock-analysis-1-0-0",
    "name": "A Stock Analysis 1.0.0",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/zhanchanghua/a-stock-analysis-1-0-0",
    "canonicalUrl": "https://clawhub.ai/zhanchanghua/a-stock-analysis-1-0-0",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/a-stock-analysis-1-0-0",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=a-stock-analysis-1-0-0",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/analyze.py",
      "scripts/portfolio.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/a-stock-analysis-1-0-0"
    },
    "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/a-stock-analysis-1-0-0",
    "agentPageUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0/agent",
    "manifestUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0/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": "A股实时行情与分时量能分析",
        "body": "使用东方财富和新浪财经接口获取A股数据，支持实时行情、分时K线、量能分析。"
      },
      {
        "title": "实时行情",
        "body": "# 单只股票\nuv run {baseDir}/scripts/analyze.py 600789\n\n# 多只股票\nuv run {baseDir}/scripts/analyze.py 600789 002446 002342\n\n# 含分时量能分析\nuv run {baseDir}/scripts/analyze.py 600789 --minute\n\n# JSON输出\nuv run {baseDir}/scripts/analyze.py 600789 --json"
      },
      {
        "title": "持仓管理",
        "body": "# 显示持仓\nuv run {baseDir}/scripts/portfolio.py show\n\n# 添加持仓\nuv run {baseDir}/scripts/portfolio.py add 600789 --cost 10.416 --qty 3400\n\n# 更新持仓\nuv run {baseDir}/scripts/portfolio.py update 600789 --cost 10.2\n\n# 删除持仓\nuv run {baseDir}/scripts/portfolio.py remove 600789\n\n# 分析所有持仓（含分时量能）\nuv run {baseDir}/scripts/portfolio.py analyze"
      },
      {
        "title": "股票代码格式",
        "body": "直接使用6位数字代码即可，系统自动识别市场：\n\n沪市: 6开头 (如 600789)\n深市: 0或3开头 (如 002446, 300001)\n北交所: 8或4开头"
      },
      {
        "title": "成交分布时段",
        "body": "时段说明早盘30分 (9:30-10:00)主力早盘动作，>30%为抢筹信号上午中段 (10:00-11:30)正常交易下午中段 (13:00-14:30)正常交易尾盘30分 (14:30-15:00)>25%为尾盘异动信号"
      },
      {
        "title": "主力动向信号",
        "body": "早盘放量 >30%: 主力早盘抢筹\n早盘放量 >40%: 主力强势介入\n尾盘放量 >15%: 尾盘有一定放量\n尾盘放量 >25%: 可能有主力抢筹或出货\n封板状态: 涨停/跌停，关注封单量"
      },
      {
        "title": "放量时段 TOP 10",
        "body": "显示当日成交量最大的10个分钟，用于识别：\n\n主力建仓/出货时机\n重大消息发布时点\n涨停封板/开板时刻"
      },
      {
        "title": "数据源",
        "body": "统一使用新浪财经接口，数据一致性好：\n\n数据接口延迟实时行情hq.sinajs.cn~3秒分时K线CN_MarketDataService.getKLineData~1分钟\n\n支持批量获取，减少请求次数。"
      },
      {
        "title": "输出示例",
        "body": "============================================================\n股票: 鲁抗医药 (600789)\n============================================================\n\n【实时行情】\n  现价: 10.32  涨跌: +0.88%\n  今开: 10.20  最高: 10.77  最低: 9.82\n  昨收: 10.23  换手: 2.38%\n  成交量: 218.2万手  成交额: 22.51亿\n\n【分时量能分析】鲁抗医药\n  全天成交: 2181838手 (225105.3万元)\n\n  成交分布:\n    早盘30分(9:30-10:00): 907228手 (41.6%)\n    上午中段(10:00-11:30): 866457手 (39.7%)\n    下午中段(13:00-14:30): 181321手 (8.3%)\n    尾盘30分(14:30-15:00): 225180手 (10.3%)\n\n  放量时段 TOP 10:\n    09:31:00 价格:10.03 成交:216545手 金额:21965.3万\n    ...\n\n  【主力动向判断】\n    🔥 早盘主力抢筹明显"
      },
      {
        "title": "持仓文件",
        "body": "持仓数据存储在: ~/.clawdbot/skills/a-stock-analysis/portfolio.json"
      },
      {
        "title": "限制",
        "body": "仅支持A股（沪深北交所）\n交易时段外获取的是收盘数据\n分时数据最多250条（约1个交易日）"
      }
    ],
    "body": "A股实时行情与分时量能分析\n\n使用东方财富和新浪财经接口获取A股数据，支持实时行情、分时K线、量能分析。\n\n快速开始\n实时行情\n# 单只股票\nuv run {baseDir}/scripts/analyze.py 600789\n\n# 多只股票\nuv run {baseDir}/scripts/analyze.py 600789 002446 002342\n\n# 含分时量能分析\nuv run {baseDir}/scripts/analyze.py 600789 --minute\n\n# JSON输出\nuv run {baseDir}/scripts/analyze.py 600789 --json\n\n持仓管理\n# 显示持仓\nuv run {baseDir}/scripts/portfolio.py show\n\n# 添加持仓\nuv run {baseDir}/scripts/portfolio.py add 600789 --cost 10.416 --qty 3400\n\n# 更新持仓\nuv run {baseDir}/scripts/portfolio.py update 600789 --cost 10.2\n\n# 删除持仓\nuv run {baseDir}/scripts/portfolio.py remove 600789\n\n# 分析所有持仓（含分时量能）\nuv run {baseDir}/scripts/portfolio.py analyze\n\n股票代码格式\n\n直接使用6位数字代码即可，系统自动识别市场：\n\n沪市: 6开头 (如 600789)\n深市: 0或3开头 (如 002446, 300001)\n北交所: 8或4开头\n分时量能分析说明\n成交分布时段\n时段\t说明\n早盘30分 (9:30-10:00)\t主力早盘动作，>30%为抢筹信号\n上午中段 (10:00-11:30)\t正常交易\n下午中段 (13:00-14:30)\t正常交易\n尾盘30分 (14:30-15:00)\t>25%为尾盘异动信号\n主力动向信号\n早盘放量 >30%: 主力早盘抢筹\n早盘放量 >40%: 主力强势介入\n尾盘放量 >15%: 尾盘有一定放量\n尾盘放量 >25%: 可能有主力抢筹或出货\n封板状态: 涨停/跌停，关注封单量\n放量时段 TOP 10\n\n显示当日成交量最大的10个分钟，用于识别：\n\n主力建仓/出货时机\n重大消息发布时点\n涨停封板/开板时刻\n数据源\n\n统一使用新浪财经接口，数据一致性好：\n\n数据\t接口\t延迟\n实时行情\thq.sinajs.cn\t~3秒\n分时K线\tCN_MarketDataService.getKLineData\t~1分钟\n\n支持批量获取，减少请求次数。\n\n输出示例\n============================================================\n股票: 鲁抗医药 (600789)\n============================================================\n\n【实时行情】\n  现价: 10.32  涨跌: +0.88%\n  今开: 10.20  最高: 10.77  最低: 9.82\n  昨收: 10.23  换手: 2.38%\n  成交量: 218.2万手  成交额: 22.51亿\n\n【分时量能分析】鲁抗医药\n  全天成交: 2181838手 (225105.3万元)\n\n  成交分布:\n    早盘30分(9:30-10:00): 907228手 (41.6%)\n    上午中段(10:00-11:30): 866457手 (39.7%)\n    下午中段(13:00-14:30): 181321手 (8.3%)\n    尾盘30分(14:30-15:00): 225180手 (10.3%)\n\n  放量时段 TOP 10:\n    09:31:00 价格:10.03 成交:216545手 金额:21965.3万\n    ...\n\n  【主力动向判断】\n    🔥 早盘主力抢筹明显\n\n持仓文件\n\n持仓数据存储在: ~/.clawdbot/skills/a-stock-analysis/portfolio.json\n\n限制\n仅支持A股（沪深北交所）\n交易时段外获取的是收盘数据\n分时数据最多250条（约1个交易日）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zhanchanghua/a-stock-analysis-1-0-0",
    "publisherUrl": "https://clawhub.ai/zhanchanghua/a-stock-analysis-1-0-0",
    "owner": "zhanchanghua",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0",
    "downloadUrl": "https://openagent3.xyz/downloads/a-stock-analysis-1-0-0",
    "agentUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0/agent",
    "manifestUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/a-stock-analysis-1-0-0/agent.md"
  }
}