Install
openclaw skills install hkipo-calendar-monitorMonitor Hong Kong IPO deadline and listing windows and return structured discovery results for near-term IPO scanning. Use when the user asks what is currently open, which IPOs are closing soon, or which listings are coming up next in Hong Kong.
openclaw skills install hkipo-calendar-monitorUse this skill for read-only IPO discovery.
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 ...
deadline when the user cares about subscription cutoffs.listing when the user cares about debut dates.--days 7 unless the user asked for another horizon.--format json for downstream machine use.--format text or --format markdown for direct human summaries.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
data.items is the authoritative IPO event list.item.data_status, data.issues, meta.degraded, and meta.data_status tell you whether upstream data was partial.entry_fee_hkd and total_margin_hkd_100m are useful ranking hints, but this skill does not score participation attractiveness.$hkipo-snapshot-extractor for one-symbol fact extraction.$hkipo-decision-engine for participation advice.