用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/memect/clawshire-cli --skill clawshire-investment命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
ClawShire 公告 Wiki 知识库查询技能。通过 clawshire CLI 查询 A 股公告结构化知识库,支持按公司、公告 ID、标签检索,返回结构化事实、事件时间线和公告全文。
ClawShire CLI 共享规则:安装、认证、输出格式、错误处理与安全约束。首次使用或遇到认证/配置问题时优先读取。
ClawShire 公告数据查询技能。通过 clawshire CLI 查询 A 股上市公司公告,支持按日期范围、证券代码、公告原文链接检索结构化提取结果,并可按公告标题识别事件类型。
基于 SOC 职业分类
正在显示 SKILL.md
| name | clawshire-investment |
| version | 1.0.0 |
| description | ClawShire 投资逻辑分析技能。通过 clawshire CLI 查询基于价值投资方法论的公告 delta 研判,支持公司研判变化记录、综合摘要和行业景气汇总。 |
| triggers | ["clawshire investment","投资逻辑","研判","delta","利好利空","行业景气","公司研判","investment company","investment industry","多空研判"] |
| invocable | true |
| argument-hint | [industries|company|industry|summary] [args...] |
| metadata | {"requires":{"bins":["clawshire"]},"cliHelp":"clawshire investment --help"} |
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../clawshire-shared/SKILL.md。
通过 clawshire CLI 查询 A 股投资逻辑研判,基于价值投资方法论对公告做 delta 分析。
investment industries 拿到申万一级行业列表再查,行业名须精确匹配。investment company 返回变化历史;investment summary 返回综合摘要,优先用 summary 回答"这家公司投资逻辑怎么样"。--format json。--client skill --skill-name clawshire-investment --agent-name <name> --rationale <why>。| 任务 | 命令 |
|---|---|
| 获取行业名称列表(必须先查) | clawshire investment industries |
| 查公司研判变化记录 | clawshire investment company <sec_code> |
| 查公司综合研判摘要 | clawshire investment summary <sec_code> |
| 查行业景气研判 | clawshire investment industry <行业名> |
用户想了解什么?
├── 某家公司的投资逻辑是否有变化 → investment company <sec_code>
├── 某家公司整体投资逻辑怎么样 → investment summary <sec_code>
├── 某个行业最近景气如何 → investment industries 先确认名称
│ → investment industry <行业名>
└── 不知道行业标准名 → investment industries 先查列表
clawshire investment company 000001 --size 5 --format json
clawshire investment industries --format json
# 找到标准行业名后
clawshire investment industry 银行 --format json
clawshire investment summary 000001 --format json
references/commands.md