← 返回
未分类

HK IPO Snapshot Extractor

Extract a structured Hong Kong IPO snapshot with company fields, offer mechanics, timing, source provenance, and field-level quality signals. Use when the us...
hackstoic
未分类 clawhub v0.1.0 100000 Key: 无需
★ 0
Stars
📥 342
下载
💾 0
安装

概述

HK IPO Snapshot Extractor

Use this skill for read-only single-symbol analysis.

Runtime

This publish bundle includes the required CLI runtime under runtime/hkipo-next.

From the skill folder:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next ...

Workflow

  1. Run snapshot for the target symbol.
  2. Use --format json when another skill will consume the result.
  3. Check issues, quality.missing_fields, quality.conflicts, and quality.overall_confidence before making strong claims.
  4. Build human summaries from the normalized fields instead of paraphrasing raw upstream pages.

Commands

Machine-readable snapshot:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next snapshot 2476 --format json

Readable markdown snapshot:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next snapshot 2476 --format markdown

Export a snapshot file:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next snapshot 2476 --format markdown --output /tmp/2476-snapshot.md

Output Cues

  • field_sources shows which upstream source won per field.
  • quality.conflicts exposes alternate values when sources disagree.
  • meta.degraded or meta.data_status=partial usually means the snapshot is usable with caveats, not unusable.

Companion Skills

  • Use $hkipo-parameter-manager before scoring if the user wants to tune rules.
  • Use $hkipo-decision-engine when the user wants a participation recommendation.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 20:37 安全 安全

安全检测

暂无安全检测报告