← 返回 Skills 市场
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hkipo-orchestrator
功能描述
Coordinate the end-to-end Hong Kong IPO workflow across discovery, snapshot extraction, personalization, scoring, and review optimization. Use when the user...
使用说明 (SKILL.md)
HK IPO Orchestrator
Use this skill when the request spans multiple stages and you need to route the work to the right HK IPO skill.
Companion Skill Map
$hkipo-calendar-monitor: discover near-term IPO events$hkipo-snapshot-extractor: extract one-symbol facts and quality signals$hkipo-profile-watchlist-manager: manage personalized settings and watchlists$hkipo-parameter-manager: tune scoring rules and active versions$hkipo-decision-engine: produce scores, decision cards, and batches$hkipo-review-optimizer: update actual outcomes and process suggestions
Default Flow
- Discover the market.
- Extract structured facts for shortlisted symbols.
- Ensure profile and watchlist state is ready when the task is personalized.
- Ensure an active parameter version exists before scoring.
- Produce score or decision outputs.
- Close the loop later with review and suggestions.
Operating Rules
- Prefer JSON between machine steps and concise text or markdown for final user-facing output.
- Surface degraded or partial data instead of hiding it.
- Warn before mutating profile, watchlist, parameter, or review history when that side effect matters.
- Do not run repeated score or batch jobs casually, because those commands create review records.
安全使用建议
This skill packages a full hkipo-next CLI that will (1) install or expect a 'uv' runner, (2) read and possibly modify files under ~/.hkipo-next (profile.json, watchlist.json, hkipo.db), and (3) make outbound HTTP requests to public data sources (aipo.myiqdii.com, aastocks.com, hkex, qt.gtimg.cn, etc.). It does not request cloud credentials or hidden env vars. Before installing, review and back up ~/.hkipo-next if you have existing data, confirm you are comfortable the skill can read/write that directory, and ensure installing the 'uv' Homebrew formula is acceptable on your system. If you need higher assurance, inspect runtime network hosts in the code and run the CLI in a sandboxed environment first.
功能分析
Type: OpenClaw Skill
Name: hkipo-orchestrator
Version: 0.1.0
The hkipo-orchestrator skill bundle is a comprehensive financial analysis tool designed to coordinate Hong Kong IPO research. It utilizes standard Python libraries (httpx, BeautifulSoup, Pydantic) to scrape and aggregate data from legitimate public sources such as HKEX, AAStocks, Futu, and Jisilu. The codebase is well-structured, featuring a clear separation between data acquisition scripts and a refactored CLI service layer. It includes robust local state management using SQLite and JSON for caching and review history. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the operational rules in SKILL.md are focused on workflow discipline and data integrity.
能力评估
Purpose & Capability
Name/description (HK IPO orchestration) match what is provided: a Python CLI (hkipo-next) with many adapters for AiPO, AAStocks, HKEX, etc. Requiring the 'uv' runner and local config/db under ~/.hkipo-next is consistent with the CLI design.
Instruction Scope
SKILL.md directs routing across companion skills and declares the config files the tool uses. The packaged code performs network calls to public data sources and reads/writes the declared profile/watchlist/db files — this is within the expected scope. There are no instructions to read unrelated system files or to exfiltrate arbitrary secrets.
Install Mechanism
Install spec is a Homebrew formula for 'uv' which the README/usage references as the runner. Homebrew is a standard install mechanism; no arbitrary URL downloads or archive extractions are present in the manifest.
Credentials
The skill requests no environment variables or external credentials. It does declare config paths (~/.hkipo-next/config/profile.json, ~/.hkipo-next/config/watchlist.json, ~/.hkipo-next/data/hkipo.db) which the code legitimately reads and may mutate (profiles, watchlists, reviews). This level of local file access is proportionate for its functionality.
Persistence & Privilege
always:false and normal autonomous invocation. The skill works with its own local config/db but does not request system-wide persistence or modify other skills. No elevated privileges or force-inclusion flags are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hkipo-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/hkipo-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release
元数据
常见问题
HK IPO Orchestrator 是什么?
Coordinate the end-to-end Hong Kong IPO workflow across discovery, snapshot extraction, personalization, scoring, and review optimization. Use when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 HK IPO Orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hkipo-orchestrator」即可一键安装,无需额外配置。
HK IPO Orchestrator 是免费的吗?
是的,HK IPO Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HK IPO Orchestrator 支持哪些平台?
HK IPO Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HK IPO Orchestrator?
由 hackstoic(@hackstoic)开发并维护,当前版本 v0.1.0。
推荐 Skills