install
source · Clone the upstream repo
git clone https://github.com/shaoxing-xie/openclaw-data-china-stock
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/shaoxing-xie/openclaw-data-china-stock "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/market-scanner" ~/.claude/skills/shaoxing-xie-openclaw-data-china-stock-market-scanner && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/shaoxing-xie/openclaw-data-china-stock "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/market-scanner" ~/.openclaw/skills/shaoxing-xie-openclaw-data-china-stock-market-scanner && rm -rf "$T"
manifest:
skills/market-scanner/SKILL.mdsource content
Market Scanner
与
:本 Skill 主责时段化扫描、异动与市场快照;若要「涨停+资金+北向+板块」四源合成的整体情绪评分与阶段框架,请使用 market-sentinel
,勿在本 Skill 中重复承担该聚合职责。skills/market-sentinel/SKILL.md
目标
对 A 股市场进行时段化扫描,输出可执行前的结构化观察结论与风险提示。
输入
- 用户问题(盘前/盘中/盘后)
- 指数、板块、资金流、涨停池与交易时段工具数据
输出(固定结构)
- 市场快照(指数、涨跌家数、成交环境)
- 板块与资金强弱
- 异动监控(放量突破/冲高回落/炸板)
- 情绪状态与应对剧本
强制规则
- 盘中叙事前必须先调用
。tool_check_trading_status - 输出必须带
与event_window
。data_freshness - 缺少核心行情或广度数据时输出
。insufficient_evidence - 禁止输出买卖点、仓位比例、杠杆建议。
- 情绪阈值从
读取。config/market-scanner_config.yaml
依赖工具
tool_check_trading_statustool_fetch_market_datatool_fetch_sector_datatool_fetch_a_share_fund_flowtool_fetch_northbound_flowtool_fetch_limit_up_stocks
通用输出字段
market_snapshotbreadthsector_strengthflow_snapshotanomaly_watchlistsentiment_stateplaybookrisksevent_windowdata_freshness