File contents Market Scanner
与 market-sentinel:本 Skill 主责时段化扫描、异动与市场快照;若要「涨停+资金+北向+板块」四源合成的整体情绪评分与阶段框架,请使用 skills/market-sentinel/SKILL.md,勿在本 Skill 中重复承担该聚合职责。
目标
对 A 股市场进行时段化扫描,输出可执行前的结构化观察结论与风险提示。
输入
用户问题(盘前/盘中/盘后)
指数、板块、资金流、涨停池与交易时段工具数据
输出(固定结构)
市场快照(指数、涨跌家数、成交环境)
板块与资金强弱
异动监控(放量突破/冲高回落/炸板)
情绪状态与应对剧本
证据表(必选)
列出 tool_check_trading_status、tool_fetch_market_data 等调用与 quality_status;快照类结论须有工具字段对应。
反证与局限(必选)
时段边界、数据新鲜度 data_freshness 不足时对结论降置信。
强制规则
仅通过 manifest / tool_runner 调用依赖工具,禁止引导直连 plugins.data_collection。
盘中叙事前必须先调用 tool_check_trading_status。
输出必须带 event_window 与 data_freshness。
缺少核心行情或广度数据时输出 insufficient_evidence。
禁止输出买卖点、仓位比例、杠杆建议。
情绪阈值从 config/market-scanner_config.yaml 读取。
依赖工具
tool_resolve_symbol(L2;标的代码归一,涉及个股/ETF/指数混输时优先)
tool_check_trading_status
tool_fetch_market_data
tool_fetch_sector_data
tool_fetch_a_share_fund_flow
tool_fetch_northbound_flow
tool_fetch_limit_up_stocks
通用输出字段
market_snapshot
breadth
sector_strength
flow_snapshot
anomaly_watchlist
sentiment_state
playbook
risks
event_window
data_freshness
1 --- 2 name: market-scanner 3 description: Market Scanner 4 --- 5 6 # Market Scanner 7 8 **与 `market-sentinel`:本 Skill 主责时段化扫描、异动与市场快照;若要「涨停+资金+北向+板块」四源合成的整体情绪评分与阶段框架,请使用 `skills/market-sentinel/SKILL.md`,勿在本 Skill 中重复承担该聚合职责。** 9 10 ## 目标 11 12 对 A 股市场进行时段化扫描,输出可执行前的结构化观察结论与风险提示。 13 14 ## 输入 15 16 - 用户问题(盘前/盘中/盘后) 17 - 指数、板块、资金流、涨停池与交易时段工具数据 18 19 ## 输出(固定结构) 20 21 1. 市场快照(指数、涨跌家数、成交环境) 22 2. 板块与资金强弱 23 3. 异动监控(放量突破/冲高回落/炸板) 24 4. 情绪状态与应对剧本 25 26 ### 证据表(必选) 27 28 - 列出 `tool_check_trading_status`、`tool_fetch_market_data` 等调用与 `quality_status`;快照类结论须有工具字段对应。 29 30 ### 反证与局限(必选) 31 32 - 时段边界、数据新鲜度 `data_freshness` 不足时对结论降置信。 33 34 ## 强制规则 35 36 - 仅通过 **manifest / `tool_runner`** 调用依赖工具,禁止引导直连 `plugins.data_collection`。 37 - 盘中叙事前必须先调用 `tool_check_trading_status`。 38 - 输出必须带 `event_window` 与 `data_freshness`。 39 - 缺少核心行情或广度数据时输出 `insufficient_evidence`。 40 - 禁止输出买卖点、仓位比例、杠杆建议。 41 - 情绪阈值从 `config/market-scanner_config.yaml` 读取。 42 43 ## 依赖工具 44 45 - `tool_resolve_symbol`(L2;标的代码归一,涉及个股/ETF/指数混输时优先) 46 - `tool_check_trading_status` 47 - `tool_fetch_market_data` 48 - `tool_fetch_sector_data` 49 - `tool_fetch_a_share_fund_flow` 50 - `tool_fetch_northbound_flow` 51 - `tool_fetch_limit_up_stocks` 52 53 ## 通用输出字段 54 55 - `market_snapshot` 56 - `breadth` 57 - `sector_strength` 58 - `flow_snapshot` 59 - `anomaly_watchlist` 60 - `sentiment_state` 61 - `playbook` 62 - `risks` 63 - `event_window` 64 - `data_freshness` 65
shaoxing-xie/openclaw-data-china-stock/tree/main/skills/market-scanner commit 81c60829ec
Frequently asked questions How do I install the Market Scanner skill? Run npx skillmds@latest add shaoxing-xie/market-scanner in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Market Scanner skill do? Market Scanner It is listed under Coding & Dev Tools on SkillMD.
Is Market Scanner safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Market Scanner? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Market Scanner free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Market Scanner? shaoxing-xie (@shaoxing-xie) published this skill. Their other Agent Skills are listed on their SkillMD profile.