A股量化交易全家桶:因子挖掘 / 涨停板分析 / 策略回测 / QMT实盘 + 雪球数据 + 巴菲特六关Checklist + 财报精读 + 供应链瓶颈猎手 + 开源量化工具 + 云端优化 + 工作流路由。
本插件是 Agent Skills 开放标准 兼容包,可被以下 Agent 直接加载:
- ✅ Hermes Agent(
~/.hermes/skills/) - ✅ Claude Code(
~/.claude/skills/) - ✅ Cursor / Codex / Gemini CLI(遵循
SKILL.md开放标准) - ✅ OpenClaw(
.agents/skills/) - ✅ Google Stitch(
plugins/<name>/skills/)
| Skill | 分类 | 功能 |
|---|---|---|
a-share-quant-trading |
量化交易 | 因子挖掘、涨停板分析、策略回测、QMT/VNPY 实盘接入 |
xueqiu |
数据源 | 雪球实时行情、热帖、热门股(纯 urllib,零依赖) |
investment-checklist |
价值投资 | 巴菲特六关投资 Checklist(能力圈/护城河/安全边际/仓位纪律) |
open-source-quant-tools |
量化工具 | Qlib/pandas-ta/PyPortfolioOpt 等开源量化库集成脚本 |
quants-reverse-engineering |
逆向工程 | 涨停首板逆向分析、多因子优化、迭代回测 |
qmt-cloud-optimization |
云端优化 | Novita Sandbox 云端回测/参数网格搜索工作流 |
earnings-review |
财报精读 | 一手财报深度解读、管理层承诺追踪、异常信号检测 |
bottleneck-hunter |
供应链 | 供应链瓶颈扫描与套利机会挖掘 |
quant-workflow-router |
工作流 | 量化任务路由:按需求分发到对应 skill |
# 安装 hermes-plugin-install 后:
hermes-plugin-install junagent/hermes-quant-plugin --yes注:
a-share-quant-trading因 references 提及代理/pip 等字样会被官方安全扫描判定 BLOCKED,加--force知情安装:hermes-plugin-install junagent/hermes-quant-plugin --yes --force
git clone https://github.com/junagent/hermes-quant-plugin.git
cp -r hermes-quant-plugin/skills/* ~/.hermes/skills/git clone https://github.com/junagent/hermes-quant-plugin.git
cp -r hermes-quant-plugin/skills/* ~/.claude/skills/git clone https://github.com/junagent/hermes-quant-plugin.git
cp -r hermes-quant-plugin/skills/* .agents/skills/所有 SKILL.md 文件遵循官方 Agent Skills 规范(agentskills.io/specification):
name:小写连字符,≤64 字符 ✅description:≤1024 字符,含触发词 ✅allowed-tools:最小权限白名单(Hermes / Stitch 支持;Claude Code 忽略未知字段)✅metadata.hermes:厂商命名空间(其他 Agent 忽略)✅
跨平台验证:本插件已在 Hermes Agent 加载验证通过;Claude Code / OpenClaw 因只读 name+description+body,天然兼容。
涉及实盘交易 / 外部写入的 skill(a-share-quant-trading / xueqiu / open-source-quant-tools / quants-reverse-engineering / qmt-cloud-optimization)已配置 allowed-tools 白名单,限制可调用工具范围,防止越权操作。
MIT © junagent