/install hkipo-profile-watchlist-manager
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 \x3Cskill_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
- Use
profile showbeforeprofile setwhen current state matters. - Update only the fields the user asked to change.
- Batch multiple symbol additions or removals in one watchlist command.
- Use
--format jsonif another skill will consume the result.
Commands
Show the effective profile:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next profile show --format json
Set profile fields:
cd \x3Cskill_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 \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next watchlist list --format json
Add symbols:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next watchlist add 2476 2613 --format json
Remove symbols:
cd \x3Cskill_dir>
uv run --directory runtime/hkipo-next hkipo-next watchlist remove 2476 --format json
Output Cues
profile.sourcesexplains where each effective field came from.watchlist.changed_symbolsis the authoritative mutation result.watchlist.symbolsis the final normalized state after the operation.
Companion Skills
- Use
$hkipo-decision-engineforbatch --watchlist. - Use
$hkipo-parameter-managerwhen the user wants personalized score tuning.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hkipo-profile-watchlist-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/hkipo-profile-watchlist-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 HK IPO Profile and Watchlist Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hkipo-profile-watchlist-manager」即可一键安装,无需额外配置。
HK IPO Profile and Watchlist Manager 是免费的吗?
是的,HK IPO Profile and Watchlist Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HK IPO Profile and Watchlist Manager 支持哪些平台?
HK IPO Profile and Watchlist Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HK IPO Profile and Watchlist Manager?
由 hackstoic(@hackstoic)开发并维护,当前版本 v0.1.0。