← 返回
未分类 中文

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...
评分香港IPO,制作决策卡片,批量评估股票或自选列表,提供可解释的因素与执行指引,适用于用户想要...
hackstoic
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 363
下载
💾 0
安装
1
版本
#latest

概述

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 <skill_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 score for factor-level explanation.
  • Use decision-card for a concise execution plan.
  • Use batch for multiple symbols or the saved watchlist.

Commands

Score one symbol:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next score 2476 --format json

Score with explicit scenario overrides:

cd <skill_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 <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next decision-card 2476 --format markdown

Batch explicit symbols:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next batch 2476 2613 2590 --format json

Batch the current watchlist:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next batch --watchlist --format json

Output Cues

  • score returns factor contributions, cost breakdown, assumptions, and risk disclosure.
  • decision-card adds a headline, position suggestion, and exit plan.
  • partial outputs are often still usable; they usually mean source conflicts or incomplete upstream data, not total failure.

Companion Skills

  • Use $hkipo-parameter-manager if there is no active parameter version or the user wants tuning.
  • Use $hkipo-review-optimizer after outcomes are known and the user wants to refine the model.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 18:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

HK IPO Profile and Watchlist Manager

hackstoic
管理香港IPO用户偏好和关注列表,包括风险偏好、默认输出、预算、融资偏好及跟踪的股票代码。适用于...
★ 0 📥 383

HK IPO Calendar Monitor

hackstoic
监控香港IPO截止日期和上市窗口,并返回近中期IPO扫描的结构化发现结果。在用户询问当前情况时使用。
★ 0 📥 361

HK IPO Orchestrator

hackstoic
协调端到端香港IPO工作流程,涵盖发现、快照提取、个性化、评分及审核优化环节。当用户...
★ 0 📥 376