by shy3130
TSP自托管、零运维的 A 股「选股 + 监控 + 回测」量化工作台 | LLM能力驱使策略定制+个股分析+复盘 | 自由接入第三方数据源与个性化扩展数据 | 个人开源 ,非第三方官方项目
# Add to your Claude Code skills
git clone https://github.com/shy3130/tick-stock-panelGuides for using ai agents skills like tick-stock-panel.
Last scanned: 8/24/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-24T04:42:30.377Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}tick-stock-panel is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by shy3130. TSP自托管、零运维的 A 股「选股 + 监控 + 回测」量化工作台 | LLM能力驱使策略定制+个股分析+复盘 | 自由接入第三方数据源与个性化扩展数据 | 个人开源 ,非第三方官方项目. It has 4,460 GitHub stars.
Yes. tick-stock-panel passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/shy3130/tick-stock-panel" and add it to your Claude Code skills directory (see the Installation section above).
tick-stock-panel is primarily written in Python. It is open-source under shy3130 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh tick-stock-panel against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
自托管、零运维的 A 股「选股 + 监控 + 回测」量化工作台
多数据源能力路由 · 分钟级策略执行 · 全时段异动监控 · AI 辅助研究
快速开始 · 核心功能 · 技术架构 · 配置 · 完整文档
本项目以个人开源为主进行开发维护,数据源插件化,可任意接入第三方数据源。仅供学习研究使用,严禁商业用途。
⚠️ 小白请绕路,本开源项目谨作为本地量化提供解决思路与方案,不作为投资软件或者看盘软件。
明确不做:不对标同花顺 / 通达信,不内置「AI 荐股 / 涨停预测」。
有任何项目问题可邮件联系 415333856@qq.com。
觉得有用可以点个 Star
📊 行情总览
🔍 选股与回测
📈 个股与板块分析
🔔 监控与复盘
🗄️ 数据与扩展
flowchart TB
subgraph DATA["数据源层 · 插件化"]
direction LR
D1["TickFlow SDK"] ~~~ D2["fuyao<br/>同花顺 REST"] ~~~ D3["stock-sdk"] ~~~ D4["YAML 自定义源"] ~~~ D5["+ 更多插件…"]
end
subgraph ROUTE["能力路由层"]
direction LR
R(["多数据集 · 按能力独立路由 · 档位探测"])
end
subgraph STORE["存储层"]
direction LR
ST1[("Parquet 分区表")] ~~~ ST2[("DuckDB")] ~~~ ST3[("JSON 按日缓存")]
end
subgraph CALC["计算层 · Polars"]
direction LR
C1["指标流水线"] ~~~ C2["复权与信号"]
end
subgraph RES["研究层"]
direction LR
G1["因子引擎"] ~~~ G2["回测引擎"] ~~~ G3["因子挖掘"]
end
subgraph SVC["应用层 · FastAPI"]
direction LR
S1["REST · SSE"] ~~~ S2["监控引擎"] ~~~ S3["任务调度"] ~~~ S4["交易日探针"]
end
subgraph FE["呈现层 · React 18"]
direction LR
F1["功能页面"] ~~~ F2["图表可视化"] ~~~ F3["实时推送"]
end
subgraph EXT["二次开发与扩展 · 贯穿各层的插槽"]
direction LR
X1["自定义策略"] ~~~ X2["自定义信号"] ~~~ X3["扩展分析页面"] ~~~ X4["AI 接口"]
end
DATA --- ROUTE
ROUTE --- STORE
STORE --- CALC
CALC --- RES
RES --- SVC
SVC --- FE
FE ~~~ EXT
classDef fe fill:#eef2ff,stroke:#6366f1,color:#312e81
classDef svc fill:#ecfeff,stroke:#06b6d4,color:#164e63
classDef res fill:#fff7ed,stroke:#f97316,color:#7c2d12
classDef calc fill:#f0f9ff,stroke:#0ea5e9,color:#0c4a6e
classDef store fill:#ecfdf5,stroke:#10b981,color:#064e3b
classDef data fill:#fdf2f8,stroke:#ec4899,color:#831843
classDef pluginSlot fill:#fdf2f8,stroke:#ec4899,color:#831843,stroke-dasharray:5 4
classDef route fill:#faf5ff,stroke:#8b5cf6,color:#6b21a8,stroke-width:2px
classDef ext fill:#f8fafc,stroke:#94a3b8,color:#334155,stroke-dasharray:5 4
class F1,F2,F3 fe
class S1,S2,S3,S4 svc
class G1,G2,G3 res
class C1,C2 calc
class ST1,ST2,ST3 store
class D1,D2,D3,D4 data
class D5 pluginSlot
class R route
class X1,X2,X3,X4 ext
style FE fill:#f5f3ff,stroke:#c7d2fe,color:#3730a3
style SVC fill:#ecfeff,stroke:#a5f3fc,color:#155e75
style RES fill:#fff7ed,stroke:#fed7aa,color:#9a3412
style CALC fill:#f0f9ff,stroke:#bae6fd,color:#075985
style STORE fill:#ecfdf5,stroke:#a7f3d0,color:#065f46
style ROUTE fill:#faf5ff,stroke:#ddd6fe,color:#6b21a8
style DATA fill:#fdf2f8,stroke:#fbcfe8,color:#9d174d
style EXT fill:#f8fafc,stroke:#94a3b8,color:#334155,stroke-dasharray:7 5
| 机制 | 说明 |
|---|---|
| 能力路由矩阵 | 各数据集按源声明能力独立路由,注册表集中定义、可扩展:TICKFLOW 档位探测(None/Free/Starter/Pro/Expert)+ 插件源能力声明,fail-closed(声明 pct_unit 未声明即拒)。同一数据集可随时换源,指标与回测口径不变 |
| 交易日探针 | fuyao 交易日历(确定性,含调休)→ tickflow 全市场行情时间戳探 |