/install hkipo-decision-engine
HK IPO Decision Engine
Use this skill for action-oriented decisions.
Runtime
This publish bundle includes the required CLI runtime under runtime/hkipo-next.
From the skill folder:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next ...
By default these commands persist review records in ~/.hkipo-next/data/hkipo.db.
Preconditions
- Prefer to have an active parameter version.
- Prefer to have a usable profile or explicit CLI overrides for risk, budget, and financing preference.
- If the user only wants rough market discovery, do not jump straight to this skill.
Choose the Right Command
- Use
scorefor factor-level explanation. - Use
decision-cardfor a concise execution plan. - Use
batchfor multiple symbols or the saved watchlist.
Commands
Score one symbol:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next score 2476 --format json
Score with explicit scenario overrides:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next score 2476 \
--parameter-version v0003 \
--risk-profile aggressive \
--max-budget-hkd 120000 \
--financing-preference margin \
--format json
Generate one decision card:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next decision-card 2476 --format markdown
Batch explicit symbols:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next batch 2476 2613 2590 --format json
Batch the current watchlist:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next batch --watchlist --format json
Output Cues
scorereturns factor contributions, cost breakdown, assumptions, and risk disclosure.decision-cardadds a headline, position suggestion, and exit plan.partialoutputs are often still usable; they usually mean source conflicts or incomplete upstream data, not total failure.
Companion Skills
- Use
$hkipo-parameter-managerif there is no active parameter version or the user wants tuning. - Use
$hkipo-review-optimizerafter outcomes are known and the user wants to refine the model.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hkipo-decision-engine - After installation, invoke the skill by name or use
/hkipo-decision-engine - Provide required inputs per the skill's parameter spec and get structured output
What is HK IPO Decision Engine?
Score Hong Kong IPOs, build decision cards, and batch-evaluate symbols or watchlists with explainable factors and execution guidance. Use when the user wants... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install HK IPO Decision Engine?
Run "/install hkipo-decision-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is HK IPO Decision Engine free?
Yes, HK IPO Decision Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does HK IPO Decision Engine support?
HK IPO Decision Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created HK IPO Decision Engine?
It is built and maintained by hackstoic (@hackstoic); the current version is v0.1.0.