fund-flow-analyst

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

A Chinese-language analysis skill for studying money flows in China’s A-share stock market, including major investors, northbound trading, sectors, and individual stocks. It requires evidence from designated data tools and reports uncertainty.

In plain words
What is it for?
Use it to examine market, northbound, sector, and stock flows, crowding signals, continuity measures, counterevidence, and confidence levels without producing trading or leverage advice.
Why use it?
It helps separate one-day market moves from patterns that continue over several days, while recording evidence and limitations.

Skill for Claude CodeCodex

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

Good fit Use it to examine market, northbound, sector, and stock flows, crowding signals, continuity measures, counterevidence, and confidence levels without producing trading or leverage advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst
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 fund-flow-analyst
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 fund-flow-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst/github.svg)](https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst)
Your own site
<a href="https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst"><img src="https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst/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 fund-flow-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst"><img src="https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/fund-flow-analyst.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 554 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.00554
Opus 5 $0.00015 $0.00277
Sonnet 5 $0.00006 $0.00111
Haiku 4.5 $0.00003 $0.00055

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

Security

Grade A, and why

fund-flow-analyst 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/fund-flow-analyst/SKILL.md · 73 lines

What it actually says

Fund Flow Analyst

目标

对 A 股资金流进行多层结构化解读,识别主线资金抱团与分歧信号。

输入

  • 用户问题
  • 大盘/板块/个股资金流数据
  • 北向资金数据

输出(固定结构)

  1. 大盘资金状态
  2. 北向资金态度
  3. 板块与个股资金聚集
  4. 连续性与反证

证据表(必选)

  • 列出 tool_fetch_a_share_fund_flow / tool_fetch_northbound_flow / tool_fetch_sector_data 等调用与 quality_status;关键净流入等数值须对应工具 JSON 字段。

反证与局限(必选)

  • 单日脉冲 vs 多日均值、上游降级对结论的影响;不得臆测补数。

强制规则

  • 仅通过 manifest / tool_runner 调用依赖工具,禁止引导直连 plugins.data_collection
  • 对“单日”与“连续性(3/5/20日)”结论分开表达。
  • 无法构成连续性证据时输出 insufficient_evidence
  • 禁止输出买卖点、仓位比例、杠杆建议。
  • 阈值从 config/fund-flow-analyst_config.yaml 读取。

依赖工具

  • tool_resolve_symbol(L2;个股代码归一)
  • tool_fetch_a_share_fund_flow
  • tool_fetch_northbound_flow
  • tool_fetch_sector_data
  • tool_fetch_market_data

通用输出字段

  • market_flow
  • northbound_flow
  • sector_flow_rank
  • crowding_signals
  • continuity_metrics
  • implications
  • counterevidence
  • confidence_band(low/medium/high)
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 · 73 lines · 31 tokens per session scan A 599a91152fe8

Subscribe to this mod's changes

fund-flow-analyst 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 554 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

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

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