HK IPO Calendar Monitor
Use this skill for read-only IPO discovery.
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
- Choose
deadlinewhen the user cares about subscription cutoffs. - Choose
listingwhen the user cares about debut dates. - Default to
--days 7unless the user asked for another horizon. - Prefer
--format jsonfor downstream machine use. - Prefer
--format textor--format markdownfor direct human summaries.
Commands
Upcoming subscription deadlines:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next calendar --window deadline --days 7 --format json
Upcoming listings:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next calendar --window listing --days 7 --format markdown
Export a report:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next calendar --window deadline --days 14 --format markdown --output /tmp/hkipo-deadlines.md
Output Cues
data.itemsis the authoritative IPO event list.item.data_status,data.issues,meta.degraded, andmeta.data_statustell you whether upstream data was partial.entry_fee_hkdandtotal_margin_hkd_100mare useful ranking hints, but this skill does not score participation attractiveness.
Companion Skills
- Use
$hkipo-snapshot-extractorfor one-symbol fact extraction. - Use
$hkipo-decision-enginefor participation advice.