← 返回 Skills 市场
hackstoic

HK IPO Parameter Manager

作者 hackstoic · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hkipo-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...
使用说明 (SKILL.md)

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

  1. Inspect current versions with params list or params show.
  2. Save new candidates instead of mutating old versions.
  3. Activate a version only when the user wants it to become the new default.
  4. 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_version is the default version used by later scoring commands.
  • action_changed in compare output tells you whether a tuning change would alter the recommendation.
  • factor_deltas shows which factor scores moved between versions.

Companion Skills

  • Use $hkipo-decision-engine after an active version is ready.
  • Use $hkipo-review-optimizer when tuning changes come from real-world review feedback.
安全使用建议
This skill appears to be what it says: a bundled CLI for managing HK IPO scoring parameters that stores state in ~/.hkipo-next/data/hkipo.db and fetches public IPO data from several websites. Before installing: 1) Confirm the Homebrew 'uv' formula is the intended runner on your system (name is short/uncommon). 2) Back up any existing ~/.hkipo-next/data/hkipo.db to avoid accidental overwrite. 3) Expect the tool to make outbound HTTP(S) requests to public data sources (aipo.myiqdii.com, aastocks, hkex endpoints, etc.); run it in a network-limited environment if you need to audit traffic first. 4) If you want to be extra cautious, inspect runtime/hkipo-next source files locally (they are bundled) or run the CLI in a sandbox/VM before granting access to your main environment.
功能分析
Type: OpenClaw Skill Name: hkipo-parameter-manager Version: 0.1.0 The hkipo-parameter-manager skill is a comprehensive tool for managing and analyzing Hong Kong IPO data. It utilizes a refactored CLI (hkipo-next) and a set of legacy scrapers to fetch financial data from public sources like HKEX, AAStocks, and AiPO. The code follows high-quality development practices, using Pydantic for data validation and SQLite for local state management (stored in ~/.hkipo-next/). There is no evidence of malicious intent, data exfiltration, or prompt injection; all network activity and file system access are strictly aligned with the tool's stated purpose of IPO scoring and decision support.
能力评估
Purpose & Capability
Name/description (parameter versioning and comparison) match the delivered artifacts: a CLI 'hkipo-next' with params commands and a declared config DB (~/.hkipo-next/data/hkipo.db). Requiring 'uv' to run the included runtime is proportionate to the install/run approach.
Instruction Scope
SKILL.md instructs running the bundled runtime via 'uv run --directory runtime/hkipo-next hkipo-next ...' and refers to the local sqlite DB. The runtime code performs web requests to public IPO data sources (expected for scoring/comparison) and reads/writes its own data store. There are no instructions to read unrelated system files or to export secrets.
Install Mechanism
Install spec uses a Homebrew formula 'uv' which is a reasonable, low-risk mechanism compared to arbitrary downloads. Verify that the 'uv' formula being installed is the intended package on your platform (name is short/uncommon, so confirm it maps to the expected CLI runner). The bundle itself contains Python code (no remote extract from unknown URLs).
Credentials
No environment variables or external credentials are required. The single required config path (~/.hkipo-next/data/hkipo.db) is consistent with a stateful parameter manager. Network access to public data sources is part of functionality and does not require secrets.
Persistence & Privilege
always is false; the skill does not request forced or global persistence. It creates/uses a local DB under the user's home directory only, which is appropriate for storing parameter versions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hkipo-parameter-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hkipo-parameter-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release
元数据
Slug hkipo-parameter-manager
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论