-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
39 lines (39 loc) · 1.13 KB
/
Copy pathplugin.json
File metadata and controls
39 lines (39 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "hermes-quant",
"displayName": "Hermes Quant Plugin",
"description": "A股量化交易全家桶:因子挖掘/涨停板分析/策略回测/QMT实盘 + 雪球数据 + 巴菲特六关Checklist + 财报精读 + 供应链瓶颈猎手 + 开源量化工具 + 云端优化 + 工作流路由。跨平台兼容 Agent Skills 开放标准(Claude Code / Cursor / OpenClaw / Stitch / Hermes)。",
"version": "1.1.0",
"author": {
"name": "junagent",
"email": "164005568@qq.com",
"github": "junagent"
},
"homepage": "https://github.com/junagent/hermes-quant-plugin",
"repository": "https://github.com/junagent/hermes-quant-plugin",
"license": "MIT",
"keywords": [
"quant",
"a-share",
"trading",
"vnpy",
"qmt",
"xueqiu",
"value-investing",
"buffet",
"backtest",
"factor-mining",
"supply-chain",
"earnings-review"
],
"skills": [
"a-share-quant-trading",
"xueqiu",
"investment-checklist",
"open-source-quant-tools",
"quants-reverse-engineering",
"qmt-cloud-optimization",
"earnings-review",
"bottleneck-hunter",
"quant-workflow-router"
]
}