{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hk-ipo-research-assistant",
    "name": "Hk Ipo Research Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Marvae/hk-ipo-research-assistant",
    "canonicalUrl": "https://clawhub.ai/Marvae/hk-ipo-research-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hk-ipo-research-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hk-ipo-research-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/aipo-api.md",
      "references/analysis-guide.md",
      "references/api-guide.md",
      "references/ipo-mechanism.md",
      "references/risk-preferences.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/hk-ipo-research-assistant"
    },
    "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/hk-ipo-research-assistant",
    "agentPageUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant/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": "港股打新研究助手",
        "body": "数据来自第三方公开网站，不构成投资建议。"
      },
      {
        "title": "安装依赖",
        "body": "首次使用前安装 Python 依赖：\n\ncd <skill_dir>\npip install -r scripts/requirements.txt\n\n需要 Python 3.10+。"
      },
      {
        "title": "调用方式",
        "body": "所有命令通过 Python 调用：\n\ncd <skill_dir>\npython3 scripts/hkipo.py <命令> [参数]\n\n以下文档中的命令（如 overview、analyze 02692）都省略了前缀，实际调用时加上 python3 scripts/hkipo.py。"
      },
      {
        "title": "快速开始",
        "body": "cd <skill_dir>\n\n# 当前招股一览\npython3 scripts/hkipo.py overview\n\n# 一键分析（聚合多维度数据）\npython3 scripts/hkipo.py analyze 02692\n\n# 单只股票分项查询\npython3 scripts/hkipo.py aipo ipo-brief 02692        # 基本信息\npython3 scripts/hkipo.py aipo margin-detail 02692    # 孖展明细\npython3 scripts/hkipo.py aipo cornerstone 02692      # 基石投资者\npython3 scripts/hkipo.py aipo rating-detail 02692    # 机构评级"
      },
      {
        "title": "概览类",
        "body": "命令说明overview当前招股 IPO 一览（格式化输出）calendar资金日历，按截止日期分组analyze <代码>一键分析（聚合基本面+孖展+基石+评级+保荐人历史）profile用户画像 + 当前 IPO 数据（读取用户画像，输出当前 IPO 数据供 AI 分析）"
      },
      {
        "title": "AiPO 数据（主力数据源）",
        "body": "命令说明aipo margin-list孖展列表（当前招股）aipo margin-detail <代码>单只孖展明细（13+券商）aipo rating-list新股评级列表aipo rating-detail <代码>单只评级明细（各机构打分）aipo ipo-brief <代码>IPO 基本信息（保荐人、发行价、市值、PE）aipo cornerstone <代码>基石投资者（名单、金额、锁定期、解禁日）aipo placing <代码>配售结果"
      },
      {
        "title": "暗盘数据",
        "body": "命令说明aipo grey-list暗盘历史列表aipo grey-today今日暗盘aipo grey-trades <代码> --date YYYY-MM-DD暗盘成交明细aipo grey-prices <代码> --date YYYY-MM-DD暗盘分价表aipo grey-placing <代码>暗盘配售详情aipo allotment中签结果列表aipo scroll市场滚动消息"
      },
      {
        "title": "排名统计",
        "body": "命令说明aipo bookrunner-rank --start-date --end-date账簿管理人排名aipo broker-rank --start-date --end-date券商参与度排名aipo stableprice-rank --start-date --end-date稳价人排名aipo summary --year 2025年度 IPO 统计aipo performance --year 2025年度表现统计aipo by-office --year 2025按注册地统计"
      },
      {
        "title": "历史数据（集思录）",
        "body": "命令说明jisilu list历史 IPO 列表（表格）jisilu list --json历史 IPO 列表（JSON）jisilu list --sponsor XX按保荐人筛选jisilu detail <代码>单只历史详情"
      },
      {
        "title": "估值计算",
        "body": "命令说明ah compare <代码> --price <发行价> --name <名称>A+H 折价计算"
      },
      {
        "title": "中签率预测",
        "body": "命令说明odds --oversub <倍数> --price <价格>中签率表格（甲/乙组各档）allotment --oversub <倍数> --price <价格>单次中签率预测"
      },
      {
        "title": "其他数据源",
        "body": "命令说明hkex active港交所活跃申请（含招股书链接）tradesmart listTradeSmart 数据futu list富途历史数据"
      },
      {
        "title": "市场情绪判断",
        "body": "命令说明hsi恒生指数当日表现（大盘情绪）sponsor保荐人历史排名（胜率、平均首日表现）sentiment sponsor-search --name <名称>查特定保荐人战绩etnet list保荐人排名（经济通数据，备用）etnet search --name <名称>查保荐人（经济通数据）\n\n结合以下数据综合判断：\n\n大盘情绪：HSI 涨跌反映整体风险偏好\n保荐人战绩：胜率 >80% 的保荐人历史表现更好\n孖展金额：>50亿热门，>100亿爆款\n数据源 Fallback：AASTOCKS 挂了自动切换 etnet"
      },
      {
        "title": "输出格式",
        "body": "默认 JSON：aipo、jisilu --json、ah compare\n格式化文本：overview、calendar、odds、jisilu list\n加 --format table：aipo 命令可切换表格输出"
      },
      {
        "title": "分析要点",
        "body": "详见 references/analysis-guide.md，核心：\n\n市场热度：孖展 >50亿 热门，>100亿 爆款\n基石投资者：数量 + 质量 + 锁定期\n保荐人：用 jisilu list --sponsor 查历史战绩\n估值：PE 对比同行，A+H折价 >30% 有安全边际\n中签率：\n\n从 margin-detail 获取 oversubscription_forecast（预测超购倍数）\n用 ./hkipo odds --oversub <倍数> --price <发行价> 生成表格\n把表格给用户，让用户根据本金自己决定打几手"
      },
      {
        "title": "用户画像",
        "body": "使用 profile 命令：\n\n运行 ./hkipo profile\n如果没有配置，输出会告诉你需要问用户哪些问题\n问用户：本金、风险偏好、是否用孖展、券商\n把答案写入 scripts/config/user-profile.yaml\n再次运行 profile 获取数据\n\n配置文件 (scripts/config/user-profile.yaml)：\n\ncapital: 22000           # 港币\nrisk: conservative       # conservative/balanced/aggressive\nmargin: never            # never/cautious/active\nbroker: longbridge"
      },
      {
        "title": "详细参考",
        "body": "references/analysis-guide.md — 分析框架详解\nreferences/ipo-mechanism.md — 机制详解（回拨、红鞋、绿鞋）\nreferences/aipo-api.md — AiPO API 完整文档"
      }
    ],
    "body": "港股打新研究助手\n\n数据来自第三方公开网站，不构成投资建议。\n\n安装依赖\n\n首次使用前安装 Python 依赖：\n\ncd <skill_dir>\npip install -r scripts/requirements.txt\n\n\n需要 Python 3.10+。\n\n调用方式\n\n所有命令通过 Python 调用：\n\ncd <skill_dir>\npython3 scripts/hkipo.py <命令> [参数]\n\n\n以下文档中的命令（如 overview、analyze 02692）都省略了前缀，实际调用时加上 python3 scripts/hkipo.py。\n\n快速开始\ncd <skill_dir>\n\n# 当前招股一览\npython3 scripts/hkipo.py overview\n\n# 一键分析（聚合多维度数据）\npython3 scripts/hkipo.py analyze 02692\n\n# 单只股票分项查询\npython3 scripts/hkipo.py aipo ipo-brief 02692        # 基本信息\npython3 scripts/hkipo.py aipo margin-detail 02692    # 孖展明细\npython3 scripts/hkipo.py aipo cornerstone 02692      # 基石投资者\npython3 scripts/hkipo.py aipo rating-detail 02692    # 机构评级\n\n完整命令清单\n概览类\n命令\t说明\noverview\t当前招股 IPO 一览（格式化输出）\ncalendar\t资金日历，按截止日期分组\nanalyze <代码>\t一键分析（聚合基本面+孖展+基石+评级+保荐人历史）\nprofile\t用户画像 + 当前 IPO 数据（读取用户画像，输出当前 IPO 数据供 AI 分析）\nAiPO 数据（主力数据源）\n命令\t说明\naipo margin-list\t孖展列表（当前招股）\naipo margin-detail <代码>\t单只孖展明细（13+券商）\naipo rating-list\t新股评级列表\naipo rating-detail <代码>\t单只评级明细（各机构打分）\naipo ipo-brief <代码>\tIPO 基本信息（保荐人、发行价、市值、PE）\naipo cornerstone <代码>\t基石投资者（名单、金额、锁定期、解禁日）\naipo placing <代码>\t配售结果\n暗盘数据\n命令\t说明\naipo grey-list\t暗盘历史列表\naipo grey-today\t今日暗盘\naipo grey-trades <代码> --date YYYY-MM-DD\t暗盘成交明细\naipo grey-prices <代码> --date YYYY-MM-DD\t暗盘分价表\naipo grey-placing <代码>\t暗盘配售详情\naipo allotment\t中签结果列表\naipo scroll\t市场滚动消息\n排名统计\n命令\t说明\naipo bookrunner-rank --start-date --end-date\t账簿管理人排名\naipo broker-rank --start-date --end-date\t券商参与度排名\naipo stableprice-rank --start-date --end-date\t稳价人排名\naipo summary --year 2025\t年度 IPO 统计\naipo performance --year 2025\t年度表现统计\naipo by-office --year 2025\t按注册地统计\n历史数据（集思录）\n命令\t说明\njisilu list\t历史 IPO 列表（表格）\njisilu list --json\t历史 IPO 列表（JSON）\njisilu list --sponsor XX\t按保荐人筛选\njisilu detail <代码>\t单只历史详情\n估值计算\n命令\t说明\nah compare <代码> --price <发行价> --name <名称>\tA+H 折价计算\n中签率预测\n命令\t说明\nodds --oversub <倍数> --price <价格>\t中签率表格（甲/乙组各档）\nallotment --oversub <倍数> --price <价格>\t单次中签率预测\n其他数据源\n命令\t说明\nhkex active\t港交所活跃申请（含招股书链接）\ntradesmart list\tTradeSmart 数据\nfutu list\t富途历史数据\n市场情绪判断\n命令\t说明\nhsi\t恒生指数当日表现（大盘情绪）\nsponsor\t保荐人历史排名（胜率、平均首日表现）\nsentiment sponsor-search --name <名称>\t查特定保荐人战绩\netnet list\t保荐人排名（经济通数据，备用）\netnet search --name <名称>\t查保荐人（经济通数据）\n\n结合以下数据综合判断：\n\n大盘情绪：HSI 涨跌反映整体风险偏好\n保荐人战绩：胜率 >80% 的保荐人历史表现更好\n孖展金额：>50亿热门，>100亿爆款\n数据源 Fallback：AASTOCKS 挂了自动切换 etnet\n输出格式\n默认 JSON：aipo、jisilu --json、ah compare\n格式化文本：overview、calendar、odds、jisilu list\n加 --format table：aipo 命令可切换表格输出\n分析要点\n\n详见 references/analysis-guide.md，核心：\n\n市场热度：孖展 >50亿 热门，>100亿 爆款\n基石投资者：数量 + 质量 + 锁定期\n保荐人：用 jisilu list --sponsor 查历史战绩\n估值：PE 对比同行，A+H折价 >30% 有安全边际\n中签率：\n从 margin-detail 获取 oversubscription_forecast（预测超购倍数）\n用 ./hkipo odds --oversub <倍数> --price <发行价> 生成表格\n把表格给用户，让用户根据本金自己决定打几手\n用户画像\n\n使用 profile 命令：\n\n运行 ./hkipo profile\n如果没有配置，输出会告诉你需要问用户哪些问题\n问用户：本金、风险偏好、是否用孖展、券商\n把答案写入 scripts/config/user-profile.yaml\n再次运行 profile 获取数据\n\n配置文件 (scripts/config/user-profile.yaml)：\n\ncapital: 22000           # 港币\nrisk: conservative       # conservative/balanced/aggressive\nmargin: never            # never/cautious/active\nbroker: longbridge\n\n详细参考\nreferences/analysis-guide.md — 分析框架详解\nreferences/ipo-mechanism.md — 机制详解（回拨、红鞋、绿鞋）\nreferences/aipo-api.md — AiPO API 完整文档"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Marvae/hk-ipo-research-assistant",
    "publisherUrl": "https://clawhub.ai/Marvae/hk-ipo-research-assistant",
    "owner": "Marvae",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/hk-ipo-research-assistant",
    "agentUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hk-ipo-research-assistant/agent.md"
  }
}