market-scanner

market-scanner is a skill for Claude Code, Codex from shaoxing-xie/openclaw-data-china-stock. It costs 31 tokens per session (706 once invoked), scanned A, original, MIT.

A market-scanning skill for China's A-share stock market, covering checks before trading, during trading, and after trading. It produces a market snapshot, unusual-movement checks, and a description of overall market mood.

In plain words
What is it for?
Reviewing indexes, the number of rising and falling stocks, sectors, money flows, limit-up stocks, unusual price or volume moves, and market sentiment. It does not provide buy or sell points, position sizes, or leverage advice.
Why use it?
It gathers market information into a fixed structure and marks when data is missing, stale, or insufficient for a reliable conclusion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing indexes, the number of rising and falling stocks, sectors, money flows, limit-up stocks, unusual price or volume moves, and market sentiment. It does not provide buy or sell points, position sizes, or leverage advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shaoxing-xie/openclaw-data-china-stock/market-scanner
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shaoxing-xie/openclaw-data-china-stock --skill market-scanner
Clone the repo
git clone --depth 1 https://github.com/shaoxing-xie/openclaw-data-china-stock

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for market-scanner

README.md
[![agentmods](https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/market-scanner/github.svg)](https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/market-scanner)
Your own site
<a href="https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/market-scanner"><img src="https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/market-scanner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for market-scanner

Your own site · 80×15
<a href="https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/market-scanner"><img src="https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/market-scanner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00706
Opus 5 $0.00015 $0.00353
Sonnet 5 $0.00006 $0.00141
Haiku 4.5 $0.00003 $0.00071

Measured 12d ago against content hash 6955a353c571, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

market-scanner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/market-scanner/SKILL.md · 81 lines

What it actually says

Market Scanner

market-sentinel:本 Skill 主责时段化扫描、异动与市场快照;若要「涨停+资金+北向+板块」四源合成的整体情绪评分与阶段框架,请使用 skills/market-sentinel/SKILL.md,勿在本 Skill 中重复承担该聚合职责。

目标

对 A 股市场进行时段化扫描,输出可执行前的结构化观察结论与风险提示。

输入

  • 用户问题(盘前/盘中/盘后)
  • 指数、板块、资金流、涨停池与交易时段工具数据

输出(固定结构)

  1. 市场快照(指数、涨跌家数、成交环境)
  2. 板块与资金强弱
  3. 异动监控(放量突破/冲高回落/炸板)
  4. 情绪状态与应对剧本

证据表(必选)

  • 列出 tool_check_trading_statustool_fetch_market_data 等调用与 quality_status;快照类结论须有工具字段对应。

反证与局限(必选)

  • 时段边界、数据新鲜度 data_freshness 不足时对结论降置信。

强制规则

  • 仅通过 manifest / tool_runner 调用依赖工具,禁止引导直连 plugins.data_collection
  • 盘中叙事前必须先调用 tool_check_trading_status
  • 输出必须带 event_windowdata_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
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 81 lines · 31 tokens per session scan A 6955a353c571

Subscribe to this mod's changes

market-scanner is a skill published in the GitHub repository shaoxing-xie/openclaw-data-china-stock (51 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 706 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

edgar-sec-filings

SEC EDGAR filing analysis — 10-K, 10-Q, 8-K, proxy statements, insider Form 4. Extract key financials, risk factors, management discussion, and generate investment signals from US public company filings.

HKUDS/Vibe-Trading · 53 tokens

hk-connect-flow

Stock Connect (Shanghai/Shenzhen-Hong Kong) fund flow analysis — Northbound (foreign into A-shares), Southbound (mainland into HK), sector allocation tracking, and cross-border arbitrage signals.

HKUDS/Vibe-Trading · 46 tokens

us-etf-flow

US ETF fund flow analysis, sector rotation breadth, and style factor flows — track institutional capital movement via ETF creation/redemption, sector breadth signals, and thematic momentum.

HKUDS/Vibe-Trading · 38 tokens

adr-hshare

ADR/H-share/A-share cross-listing premium analysis — track pricing gaps between US-listed ADRs, HK-listed H-shares, and A-shares for arbitrage signals, dual-listing valuation, and delisting risk assessment.

HKUDS/Vibe-Trading · 50 tokens

corporate-events

A guide to analysing company announcements and ownership changes as possible trading signals, especially in Chinese A-shares. It covers mergers, acquisitions, insider buying or selling, employee incentives, refinancing, and warnings about special treatment or delisting.

HKUDS/Vibe-Trading · 48 tokens

financial-statement

A framework for reading a company's income statement, balance sheet, and cash-flow statement together. It checks whether reported profits are supported by cash and looks for warning signs of misleading accounts.

HKUDS/Vibe-Trading · 46 tokens