— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add skill-44-99-openalphastack-stock-analyzer ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Stock Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
个股分析
所有结论必须能追溯到 MCP 返回的数据和时间。
工作流
- 规范化为六位股票代码;无法确认代码时先要求用户补充。
- 并行调用
stock_quote、stock_technical和stock_news。 - 涉及估值、盈利质量或行业比较时调用
stock_fundamentals。 - 根据均线、MACD、量价、乖离率和波动判断趋势:
BEAR、WEAK_BEAR、SIDEWAYS、BULL或STRONG_BULL。 - 需要入场信号时读取
references/entry-signals.md;需要支撑、阻力和持仓处理时读取references/position-management.md。 - 读取
references/risk-checklist.md,检查公告、业绩、监管、解禁、估值和数据质量风险。 - 若给出仓位建议,调用
calculate_position_size;只有取得所需收盘价序列时才调用calculate_volatility。 - 输出趋势、信号、位置、风险、研究建议、数据时间和缺失信息。
价格区间、止损和止盈必须说明依据。不得绕过 MCP 直接写 plan.json,不得提交真实订单,也不得把一次分析表述为收益保证。
MCP 响应契约
- 每次调用先检查
schema_version和ok,分析字段只从data读取。 - 报告数据来源时引用
meta.source、meta.as_of和meta.freshness.status;过期或时间未知的数据必须进入风险部分。 ok=false时依据error.code决定重试或停止,不得把供应商异常当作个股事实。- 离线演示可读取
stock_quote、stock_technical、stock_fundamentals和stock_newsDemo 数据集;必须注明是合成数据,不能形成真实股票建议。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: 44-99
- Source: 44-99/OpenAlphaStack
- License: MIT
- Homepage: https://github.com/44-99/OpenAlphaStack#readme
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.