AgentStack
SKILL verified MIT Self-run

Market Analyzer

skill-44-99-openalphastack-market-analyzer · by 44-99

分析 A 股大盘、市场情绪、板块轮动和龙头线索。用户询问今日市场、指数强弱、情绪周期、强势板块、北向或资金方向、龙头股时使用。通过 OpenAlphaStack MCP 获取带时间戳的数据,不用于发布交易计划。

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

✓ Passed

No 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 claim

About

市场研判

先获取事实,再进行解释;缺失的数据必须明确标记。

工作流

  1. 调用 market_overview 获取指数、涨跌分布、成交等市场概况。
  2. 调用 market_news 获取近期市场新闻,保留来源和时间。
  3. 需要判断情绪周期时,读取 references/sentiment-cycle.md
  4. 需要判断板块持续性时,读取 references/sector-rotation.md。MCP 未返回板块资金数据时,不得用新闻标题替代资金流证据。
  5. 需要识别龙头时,读取 references/dragon-head.md;对少量候选调用 stock_quotestock_technicalstock_news 复核。
  6. 输出市场环境、情绪阶段、板块线索、龙头证据、数据限制和适用的风险暴露区间。

不要把市场研判直接当作买卖指令,也不要承诺收益。

MCP 响应契约

  • 每次调用先检查 schema_versionok,只有 ok=true 才读取 data
  • 引用数据时保留 meta.sourcemeta.as_ofmeta.freshness.status;状态为 staleunknown 时降低结论置信度。
  • 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.