22
33<h1 >OpenAlphaStack</h1 >
44
5+ <p >
6+ <a href =" README.md " >简体中文</a > ·
7+ <a href =" README_EN.md " >English</a >
8+ </p >
9+
510<p ><strong >An open-source Codex plugin stack for auditable A-share research, backtesting, and paper trading.</strong ></p >
611
712[ ![ CI] ( https://github.com/44-99/OpenAlphaStack/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/44-99/OpenAlphaStack/actions/workflows/ci.yml )
813[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-2563eb.svg )] ( LICENSE )
914[ ![ Python] ( https://img.shields.io/badge/python-3.10%2B-3776ab.svg?logo=python&logoColor=white )] ( pyproject.toml )
1015[ ![ Codex Plugin] ( https://img.shields.io/badge/Codex-plugin-111827.svg )] ( .codex-plugin/plugin.json )
1116[ ![ MCP] ( https://img.shields.io/badge/MCP-local--first-1f9d8a.svg )] ( .mcp.json )
17+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/44-99/OpenAlphaStack?style=flat&logo=github )] ( https://github.com/44-99/OpenAlphaStack/stargazers )
1218
13- [ 简体中文 ] ( README.md ) · [ Architecture] ( docs/architecture.md ) · [ Skills] ( docs/skills.md ) · [ Roadmap] ( docs/roadmap.md )
19+ [ Website ] ( https://44-99.github.io/OpenAlphaStack/en.html ) · [ Quick start ] ( #quick-start ) · [ Architecture] ( docs/architecture.md ) · [ Skills] ( docs/skills.md ) · [ Roadmap] ( docs/roadmap.md )
1420
1521</div >
1622
23+ <p align =" center " >
24+ <a href =" https://44-99.github.io/OpenAlphaStack/en.html " >
25+ <img src="docs/assets/openalphastack-social-preview.png" alt="OpenAlphaStack: Codex MCP and Skills for auditable A-share research" width="100%">
26+ </a >
27+ </p >
28+
1729OpenAlphaStack packages A-share domain Skills and a typed local MCP server as a
1830Codex plugin. Codex Desktop owns conversations, research and schedules. Python
1931owns deterministic validation, T+1 rules, fees, account state and paper
@@ -26,6 +38,16 @@ China's A-share market, and MCP/Codex tool builders evaluating the architecture.
2638> Research, backtesting and paper trading only. OpenAlphaStack does not place
2739> real orders or promise investment returns.
2840
41+ ## See it in action
42+
43+ <p align =" center " >
44+ <img src =" docs/assets/openalphastack-demo.gif " alt =" OpenAlphaStack stock search, K-line dashboard and three-stage workflow demo " width =" 960 " >
45+ </p >
46+
47+ The recording comes from the local paper-trading Dashboard. The public
48+ [ website] ( https://44-99.github.io/OpenAlphaStack/en.html ) is static and never
49+ exposes local account data, market-data services, or execution endpoints.
50+
2951## What it provides
3052
3153- Codex Skills for market analysis, screening, stock analysis and T0 research.
@@ -73,6 +95,9 @@ Desktop and invoke one of the packaged Skills.
7395For the full setup, safety contract, engine commands and verification workflow,
7496use the canonical [ Simplified Chinese README] ( README.md ) .
7597
98+ Reusable screenshots, the demo GIF, and publication boundaries are documented
99+ in the [ media kit] ( docs/media-kit.md ) .
100+
76101## License
77102
78103MIT © OpenAlphaStack
0 commit comments