-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 1.43 KB
/
Copy pathplugin.json
File metadata and controls
32 lines (32 loc) · 1.43 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
{
"name": "open-alpha-stack",
"version": "0.1.0",
"description": "Open-source Codex plugin for auditable A-share research and paper trading with MCP, Skills, and a deterministic Python engine.",
"author": {
"name": "44-99",
"url": "https://github.com/44-99"
},
"homepage": "https://44-99.github.io/OpenAlphaStack/",
"repository": "https://github.com/44-99/OpenAlphaStack",
"license": "MIT",
"keywords": ["codex", "mcp", "skills", "quant", "a-share", "paper-trading"],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "OpenAlphaStack",
"shortDescription": "Open MCP and Skills stack for A-share research",
"longDescription": "An open-source Codex plugin combining domain Skills, bounded MCP tools, deterministic backtests, paper execution, audit state, and a local observability dashboard.",
"developerName": "44-99",
"category": "Developer Tools",
"capabilities": ["Research", "MCP", "Paper Trading", "Backtesting"],
"websiteURL": "https://44-99.github.io/OpenAlphaStack/",
"privacyPolicyURL": "https://44-99.github.io/OpenAlphaStack/privacy.html",
"termsOfServiceURL": "https://44-99.github.io/OpenAlphaStack/terms.html",
"defaultPrompt": [
"Analyze today's A-share market with OpenAlphaStack.",
"Screen and review a small set of A-share candidates.",
"Audit my latest paper-trading run and its risks."
],
"brandColor": "#1F9D8A"
}
}