← 返回 Skills 市场
hackstoic

HK IPO Profile and Watchlist Manager

作者 hackstoic · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hkipo-profile-watchlist-manager
功能描述
Manage Hong Kong IPO user preferences and watchlists, including risk profile, default output, budget, financing preference, and tracked symbols. Use when the...
使用说明 (SKILL.md)

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

  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 \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.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.
安全使用建议
This skill appears coherent for managing HK IPO preferences and watchlists. Before installing, consider: 1) you will install a Homebrew formula named 'uv'—verify the formula/tap is the one you expect; 2) the skill will read and write files under ~/.hkipo-next (profile.json and watchlist.json) — back them up if needed and inspect their contents; 3) the runtime makes outbound HTTP/WebSocket calls to public data sources (aipo.myiqdii.com, aastocks.com, hkex, qt.gtimg.cn, suggest3.sinajs.cn, etc.), so ensure you’re comfortable with that network activity; 4) no cloud credentials or other secrets are requested by the skill, which is good; 5) if you want extra caution, review the bundled runtime code (runtime/hkipo-next) locally or run the CLI in a restricted environment/container before granting it access to your normal user home directory.
功能分析
Type: OpenClaw Skill Name: hkipo-profile-watchlist-manager Version: 0.1.0 The hkipo-profile-watchlist-manager skill is a legitimate tool designed to manage Hong Kong IPO data, user risk profiles, and watchlists. The codebase is well-structured, utilizing modern Python practices such as Pydantic for data validation and SQLite for local persistence of parameters and review history. It fetches financial data from reputable public sources including HKEX, Yahoo Finance, AAStocks, and Futu. There is no evidence of data exfiltration, malicious execution, or prompt injection; all network and file operations are strictly aligned with the stated purpose of providing IPO research and decision support.
能力评估
Purpose & Capability
Name/description (profile & watchlist manager) match the included runtime and CLI commands (profile show/set, watchlist add/remove) and declared config paths (~/.hkipo-next/config/profile.json and watchlist.json). The heavy code bundle implements many IPO data adapters used for decision support, which is reasonable for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided CLI via 'uv run --directory runtime/hkipo-next hkipo-next ...' and explicitly to read and then modify files under ~/.hkipo-next. The included code performs outbound HTTP requests to various public data sources (examples: aipo.myiqdii.com, aastocks.com, hkex, qt.gtimg.cn, suggest3.sinajs.cn) and may use WebSocket for realtime data — this is consistent with fetching IPO data but is network-active and will transmit/receive data to third-party endpoints. No instructions request unrelated system files or secrets, but the skill will read/write the declared local config files.
Install Mechanism
Install uses a Homebrew formula named 'uv' to provide the required binary. Homebrew installs are a standard mechanism and lower risk than arbitrary downloads, but the exact identity/source of the 'uv' formula is not shown here; verify the Homebrew tap/formula origin before installing. The runtime files are included in the bundle (runtime/hkipo-next), so no remote code download is required at runtime beyond standard package dependencies declared in pyproject.toml.
Credentials
The skill declares no environment variables or external credentials and only requires local config paths under the user's home directory for profile/watchlist data. The lack of requested secrets is proportional to the skill's functionality. Note: the code performs unauthenticated scraping/API calls to public services (some require per-request tokens obtained by scraping pages), but no secret environment variables are requested.
Persistence & Privilege
always:false (no forced presence). The skill stores state under ~/.hkipo-next (declared) which is appropriate for a profile/watchlist manager. It does not request system-wide privileges or modify other skills' configs. Autonomous invocation is permitted (platform default) but does not combine with other privilege red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hkipo-profile-watchlist-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hkipo-profile-watchlist-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release
元数据
Slug hkipo-profile-watchlist-manager
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论