— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add skill-44-99-openalphastack-market-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 Market Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
市场研判
先获取事实,再进行解释;缺失的数据必须明确标记。
工作流
- 调用
market_overview获取指数、涨跌分布、成交等市场概况。 - 调用
market_news获取近期市场新闻,保留来源和时间。 - 需要判断情绪周期时,读取
references/sentiment-cycle.md。 - 需要判断板块持续性时,读取
references/sector-rotation.md。MCP 未返回板块资金数据时,不得用新闻标题替代资金流证据。 - 需要识别龙头时,读取
references/dragon-head.md;对少量候选调用stock_quote、stock_technical和stock_news复核。 - 输出市场环境、情绪阶段、板块线索、龙头证据、数据限制和适用的风险暴露区间。
不要把市场研判直接当作买卖指令,也不要承诺收益。
MCP 响应契约
- 每次调用先检查
schema_version和ok,只有ok=true才读取data。 - 引用数据时保留
meta.source、meta.as_of和meta.freshness.status;状态为stale或unknown时降低结论置信度。 ok=false时报告结构化的error.code,不得把缺失数据补写成事实。- 用户要求离线演示或实时数据全部不可用时,依次调用
read_demo_dataset(dataset="market_overview")和read_demo_dataset(dataset="market_news");必须明确标记meta.demo=true,不得将 Demo 数值解释为今日行情。
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.