🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

HK IPO Calendar Monitor

by @hackstoic

Monitor Hong Kong IPO deadline and listing windows and return structured discovery results for near-term IPO scanning. Use when the user asks what is current...

Versionv0.1.0
Downloads333
TERMINAL
clawhub install hkipo-calendar-monitor

πŸ“– About This Skill


name: hkipo-calendar-monitor description: Monitor 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. version: 0.1.0 metadata: {"openclaw":{"emoji":"πŸ“…","requires":{"bins":["uv"]},"install":[{"id":"install-uv-brew","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv with Homebrew","os":["darwin","linux"]}]}}

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 
uv run --directory runtime/hkipo-next hkipo-next ...

Workflow

1. Choose deadline when the user cares about subscription cutoffs. 2. Choose listing when the user cares about debut dates. 3. Default to --days 7 unless the user asked for another horizon. 4. Prefer --format json for downstream machine use. 5. Prefer --format text or --format markdown for direct human summaries.

Commands

Upcoming subscription deadlines:

cd 
uv run --directory runtime/hkipo-next hkipo-next calendar --window deadline --days 7 --format json

Upcoming listings:

cd 
uv run --directory runtime/hkipo-next hkipo-next calendar --window listing --days 7 --format markdown

Export a report:

cd 
uv run --directory runtime/hkipo-next hkipo-next calendar --window deadline --days 14 --format markdown --output /tmp/hkipo-deadlines.md

Output Cues

  • 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.
  • Companion Skills

  • Use $hkipo-snapshot-extractor for one-symbol fact extraction.
  • Use $hkipo-decision-engine for participation advice.