JCP Stock Analysis
SkillAI & modelsIntelligent A-share stock analysis system using multi-agent collaboration to provide technical, fundamental, and risk analysis. Requires the Jiucaipan desktop app running with the OpenClaw service enabled.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the JCP Stock Analysis skill
What this skill tells your AI
The instructions your AI receives, as published by run-bigpig/jcp in skill/jcp-stock-analysis/SKILL.md and read by ahel’s review.
AI驱动的A股智能分析系统,通过多专家Agent协作提供全面的投资分析。
前置条件
- 运行韭菜盘桌面应用
- 在设置中启用 OpenClaw 服务并配置端口(默认 51888)
- 设置环境变量:
export JCP_API_URL=http://localhost:51888
使用方式
分析股票时,调用 API:
curl -X POST $JCP_API_URL/analyze \
-H "Content-Type: application/json" \
-d '{"stockCode": "sh600519", "query": "分析投资价值"}'
API 端点
| 端点 | 方法 | 说明 |
|---|---|---|
| /health | GET | 健康检查 |
| /status | GET | 服务状态 |
| /analyze | POST | 股票分析 |
分析请求参数
{
"stockCode": "sh600519",
"query": "分析这只股票的投资价值"
}
响应格式
{
"success": true,
"summary": "最终分析总结文本"
}
错误响应:
{
"success": false,
"error": "错误信息"
}
示例对话
用户: 帮我分析一下贵州茅台 助手: [调用 /analyze 接口,stockCode=sh600519]
Signals
- GitHub stars
- 1k
- Forks
- 289
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
jcp-stock-analysis- Source
- github.com/run-bigpig/jcp