← 返回
未分类 中文

HK IPO Profile and Watchlist Manager

Manage Hong Kong IPO user preferences and watchlists, including risk profile, default output, budget, financing preference, and tracked symbols. Use when the...
管理香港IPO用户偏好和关注列表,包括风险偏好、默认输出、预算、融资偏好及跟踪的股票代码。适用于...
hackstoic
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 369
下载
💾 0
安装
1
版本
#latest

概述

HK IPO Profile and Watchlist Manager

Use this skill for stateful personalization.

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 the CLI stores profile and watchlist state under ~/.hkipo-next. Read current state before changing it.

Workflow

  1. Use profile show before profile set when current state matters.
  2. Update only the fields the user asked to change.
  3. Batch multiple symbol additions or removals in one watchlist command.
  4. Use --format json if another skill will consume the result.

Commands

Show the effective profile:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next profile show --format json

Set profile fields:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next profile set \
  --risk-profile balanced \
  --default-output-format markdown \
  --max-budget-hkd 80000 \
  --financing-preference auto \
  --format json

List the watchlist:

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

Add symbols:

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

Remove symbols:

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

Output Cues

  • profile.sources explains where each effective field came from.
  • watchlist.changed_symbols is the authoritative mutation result.
  • watchlist.symbols is the final normalized state after the operation.

Companion Skills

  • Use $hkipo-decision-engine for batch --watchlist.
  • Use $hkipo-parameter-manager when the user wants personalized score tuning.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 19:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

HK IPO Calendar Monitor

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

HK IPO Review Optimizer

hackstoic
审查过去的香港IPO决策,更新实际结果,导出审查数据集,接受或拒绝调参建议。用于用户想要学习...
★ 0 📥 363

HK IPO Decision Engine

hackstoic
评分香港IPO,制作决策卡片,批量评估股票或自选列表,提供可解释的因素与执行指引,适用于用户想要...
★ 0 📥 381