/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hkipo-decision-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/hkipo-decision-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 HK IPO Decision Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hkipo-decision-engine」即可一键安装,无需额外配置。
HK IPO Decision Engine 是免费的吗?
是的,HK IPO Decision Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HK IPO Decision Engine 支持哪些平台?
HK IPO Decision Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HK IPO Decision Engine?
由 hackstoic(@hackstoic)开发并维护,当前版本 v0.1.0。