HK IPO Calendar Monitor

v0.1.0

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...

0· 69·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for hackstoic/hkipo-calendar-monitor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "HK IPO Calendar Monitor" (hackstoic/hkipo-calendar-monitor) from ClawHub.
Skill page: https://clawhub.ai/hackstoic/hkipo-calendar-monitor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: uv
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install hkipo-calendar-monitor

ClawHub CLI

Package manager switcher

npx clawhub@latest install hkipo-calendar-monitor
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (HK IPO calendar monitor) matches the included runtime: a full CLI (hkipo-next) that scrapes/queries public IPO data sources and exposes calendar/listing/deadline commands. The requested binary (uv) is used only to run the shipped runtime.
Instruction Scope
SKILL.md instructs the agent to run the bundled CLI under runtime/hkipo-next via 'uv run' and to prefer JSON for machine consumption. The runtime makes numerous outbound HTTP(s) requests (AAStocks, AiPO, HKEX, Futu, etc.) and WebSocket connections for data sources; this is consistent with the stated purpose but does mean the skill will fetch live data from multiple third-party endpoints (no instructions to read unrelated local files or hidden env vars were found).
Install Mechanism
Install spec is a Homebrew formula 'uv' that provides the 'uv' binary used to run the included runtime. Installing via Homebrew is a standard approach and lower risk than arbitrary downloads; however the 'uv' formula name may be uncommon depending on your environment—verify the brew tap/source before installing. The skill bundle itself includes the full Python runtime/source, so nothing external is fetched by the skill at runtime beyond normal HTTP requests to data providers.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code performs network requests to public data sources but does not request or embed secrets or unrelated credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent configuration. It runs the included CLI on-demand and does not require persistent elevated privileges.
Assessment
This skill appears to be what it says: a read-only Hong Kong IPO discovery CLI. Before installing, consider: (1) it will make outbound network requests to multiple third-party sites (AAStocks, AiPO, HKEX, Futu, etc.), so ensure you’re comfortable with that traffic leaving your environment; (2) the installer uses a Homebrew formula named 'uv'—verify the Homebrew tap/source to avoid installing an unexpected package; (3) the bundle includes a sizable Python codebase that runs locally (it requires a Python runtime managed by uv), so review or sandbox execution if you do not trust the origin (source is listed as unknown); (4) no API keys or secrets are requested by the skill. If you need stronger assurance, request the publisher's provenance or run the CLI in an isolated environment before granting broader use.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📅 Clawdis
Binsuv

Install

Install uv with Homebrew
Bins: uv
brew install uv
latestvk974gc5bdtw7869a7pzygt25g584z6bh
69downloads
0stars
1versions
Updated 1w ago
v0.1.0
MIT-0

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

  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 <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.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.

Comments

Loading comments...