Install
openclaw skills install hkipo-snapshot-extractorExtract a structured Hong Kong IPO snapshot with company fields, offer mechanics, timing, source provenance, and field-level quality signals. Use when the user asks about one IPO symbol, wants normalized facts, or needs machine-readable IPO data before scoring.
openclaw skills install hkipo-snapshot-extractorUse this skill for read-only single-symbol analysis.
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 ...
snapshot for the target symbol.--format json when another skill will consume the result.issues, quality.missing_fields, quality.conflicts, and quality.overall_confidence before making strong claims.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
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.$hkipo-parameter-manager before scoring if the user wants to tune rules.$hkipo-decision-engine when the user wants a participation recommendation.