基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/memect/clawshire-cli --skill clawshire-data-query命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
ClawShire 公告 Wiki 知识库查询技能。通过 clawshire CLI 查询 A 股公告结构化知识库,支持按公司、公告 ID、标签检索,返回结构化事实、事件时间线和公告全文。
ClawShire 投资逻辑分析技能。通过 clawshire CLI 查询基于价值投资方法论的公告 delta 研判,支持公司研判变化记录、综合摘要和行业景气汇总。
ClawShire CLI 共享规则:安装、认证、输出格式、错误处理与安全约束。首次使用或遇到认证/配置问题时优先读取。
| name | clawshire-data-query |
| version | 1.0.0 |
| description | ClawShire 公告数据查询技能。通过 clawshire CLI 查询 A 股上市公司公告,支持按日期范围、证券代码、公告原文链接检索结构化提取结果,并可按公告标题识别事件类型。 |
| triggers | ["clawshire notice","公告查询","查公告","最近公告","证券代码公告","公告 pdf","notice search","notice stock","notice link","notice detect-events","公告事件识别","事件公告"] |
| invocable | true |
| argument-hint | [search|stock|link|detect-events] [args...] |
| metadata | {"requires":{"bins":["clawshire"]},"cliHelp":"clawshire notice --help"} |
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../clawshire-shared/SKILL.md,其中包含安装、认证、错误处理与安全规则。
通过 clawshire CLI 查询 A 股上市公司公告及其结构化提取结果,并识别公告标题中的高频事件类型。
notice detect-events,不要先返回一堆原始公告再让 Agent 二次猜测。notice stock 或 notice detect-events --sec-code,比裸 search 更收敛。notice link,不要先走日期搜索。--page-all。--format json。--client skill --skill-name clawshire-data-query --agent-name <agent-name-or-unknown-agent> --rationale <why-this-call>。| 任务 | 命令 |
|---|---|
| 按日期范围查公告 | clawshire notice search --start-date <d> --end-date <d> |
| 按证券代码查公告 | clawshire notice stock <sec_code> --start-date <d> --end-date <d> |
| 按 PDF 链接回查 | clawshire notice link --met-link <url> |
| 识别公告事件类型 | clawshire notice detect-events --start-date <d> --end-date <d> |
| 返回结构化 JSON | clawshire notice ... --format json |
用户给了什么输入?
├── 先要识别事件类型
│ ├── 给了证券代码 → notice detect-events --sec-code
│ └── 只有日期范围 / 关键词 → notice detect-events
├── 证券代码 + 日期范围 → notice stock
├── 只有日期范围 / 公告类型 / 关键词 → notice search
├── 公告 PDF 链接 → notice link
└── 其实想查年报 / 做分析 → 切到年报 skill
clawshire notice stock 603402 --start-date 2026-04-01 --end-date 2026-04-20 --page-size 5
clawshire notice search --start-date 2026-04-01 --end-date 2026-04-20 --keyword 603402 --format json
clawshire notice link --met-link http://static.cninfo.com.cn/finalpage/2026-04-20/1225124234.PDF --format json
clawshire notice detect-events --sec-code 603402 --start-date 2026-04-01 --end-date 2026-04-20 --format json
detect-events:额外总结事件类型、命中关键词和事件计数。--format json。--page-all。references/commands.mdreferences/routing.md