← Back to Skills Marketplace
hackstoic

HK IPO Parameter Manager

by hackstoic · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hkipo-parameter-manager
Description
Save, inspect, activate, and compare Hong Kong IPO scoring parameter versions across weights, thresholds, and cost assumptions. Use when the user wants to tu...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hkipo-parameter-manager
  3. After installation, invoke the skill by name or use /hkipo-parameter-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial ClawHub release
Metadata
Slug hkipo-parameter-manager
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install HK IPO Parameter Manager?

Run "/install hkipo-parameter-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HK IPO Parameter Manager free?

Yes, HK IPO Parameter Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HK IPO Parameter Manager support?

HK IPO Parameter Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HK IPO Parameter Manager?

It is built and maintained by hackstoic (@hackstoic); the current version is v0.1.0.

💬 Comments