/install hkipo-parameter-manager
HK IPO Parameter Manager
Use this skill for stateful scoring-rule management.
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 parameter versions are stored in ~/.hkipo-next/data/hkipo.db.
Parameter Model
- Weights:
snapshot-quality-weight,affordability-weight,pricing-stability-weight,sponsor-support-weight,cost-efficiency-weight - Thresholds:
participate-min,cautious-min - Costs:
handling-fee-hkd,financing-rate-annual-pct,cash-opportunity-rate-annual-pct,lockup-days
Workflow
- Inspect current versions with
params listorparams show. - Save new candidates instead of mutating old versions.
- Activate a version only when the user wants it to become the new default.
- Compare candidate versions on a representative symbol before broad rollout.
Commands
List versions:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next params list --format json
Show the active version:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next params show --format json
Save and activate a tuned version:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next params save \
--name conservative-margin \
--sponsor-support-weight 0.20 \
--cost-efficiency-weight 0.25 \
--participate-min 78 \
--cautious-min 62 \
--lockup-days 6 \
--notes "Bias toward sponsor quality and lower carrying cost" \
--activate \
--format json
Compare two versions:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next params compare 2476 v0002 v0003 --format json
Output Cues
active_versionis the default version used by later scoring commands.action_changedin compare output tells you whether a tuning change would alter the recommendation.factor_deltasshows which factor scores moved between versions.
Companion Skills
- Use
$hkipo-decision-engineafter an active version is ready. - Use
$hkipo-review-optimizerwhen tuning changes come from real-world review feedback.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hkipo-parameter-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/hkipo-parameter-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
HK IPO Parameter Manager 是什么?
Save, inspect, activate, and compare Hong Kong IPO scoring parameter versions across weights, thresholds, and cost assumptions. Use when the user wants to tu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 HK IPO Parameter Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hkipo-parameter-manager」即可一键安装,无需额外配置。
HK IPO Parameter Manager 是免费的吗?
是的,HK IPO Parameter Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HK IPO Parameter Manager 支持哪些平台?
HK IPO Parameter Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HK IPO Parameter Manager?
由 hackstoic(@hackstoic)开发并维护,当前版本 v0.1.0。