/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hkipo-profile-watchlist-manager - After installation, invoke the skill by name or use
/hkipo-profile-watchlist-manager - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install HK IPO Profile and Watchlist Manager?
Run "/install hkipo-profile-watchlist-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is HK IPO Profile and Watchlist Manager free?
Yes, HK IPO Profile and Watchlist Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does HK IPO Profile and Watchlist Manager support?
HK IPO Profile and Watchlist Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created HK IPO Profile and Watchlist Manager?
It is built and maintained by hackstoic (@hackstoic); the current version is v0.1.0.