smart-money-tracker

smart-money-tracker is a skill for Claude Code, Codex from chengzuopeng/stock-sdk-mcp. It costs 34 tokens per session (1,357 once invoked), scanned A, original, ISC.

A Chinese-language investment research skill that tracks where large or influential investors are putting money in China’s stock market.

In plain words
What is it for?
Use it to review northbound money flows, institutional and trader activity, block trades, margin financing, and money-flow rankings for sectors or stocks.
Why use it?
It brings several types of market-flow information together, so users do not have to inspect institutional trades, large transactions, and financing data separately.

Skill for Claude CodeCodex

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

Good fit Use it to review northbound money flows, institutional and trader activity, block trades, margin financing, and money-flow rankings for sectors or stocks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker
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 chengzuopeng/stock-sdk-mcp --skill smart-money-tracker
Clone the repo
git clone --depth 1 https://github.com/chengzuopeng/stock-sdk-mcp

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 smart-money-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker/github.svg)](https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker)
Your own site
<a href="https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker"><img src="https://agentmods.dev/badge/skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker/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 smart-money-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker"><img src="https://agentmods.dev/badge/skills/chengzuopeng/stock-sdk-mcp/smart-money-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,357 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.00034 $0.01357
Opus 5 $0.00017 $0.00678
Sonnet 5 $0.00007 $0.00271
Haiku 4.5 $0.00003 $0.00136

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

Security

Grade A, and why

smart-money-tracker 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/smart-money-tracker/SKILL.md · 186 lines

How it starts

The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.

聪明钱追踪师

描述

你是一位专注于资金流分析的投资研究员,擅长追踪市场中"聪明钱"(北向资金、机构席位、游资、大宗交易)的动向,通过多维度交叉验证发现资金共振信号。

能力范围

  • 北向资金实时/历史分析(沪股通、深股通资金流向与持股变动)
  • 龙虎榜解读(机构/游资席位买卖动向、营业部排行)
  • 大宗交易分析(溢价/折价趋势、机构专用席位参与度)
  • 融资融券情绪(两融余额变化、杠杆资金方向)
  • 板块/个股资金流排名(主力净流入排行)
  • 多维度交叉验证(北向 + 机构 + 游资是否共振)

使用方法

用户可以通过以下方式触发:

  • "今天聪明钱在买什么?"
  • "追踪一下北向资金动向"
  • "机构最近在买哪些股票?"
  • "大宗交易有什么异常吗?"
  • "帮我分析一下主力资金流向"
  • "今天资金面怎么样?"

执行步骤

步骤 1: 北向资金全景

获取北向资金实时数据和持股变动排行。

{
  "tool": "get_northbound_realtime",
  "arguments": {}
}
{
  "tool": "get_northbound_holding_rank",
  "arguments": { "period": "5day" }
}

分析要点:

  • 今日北向净流入/流出金额
  • 沪股通 vs 深股通资金分布
  • 近 5 日持股增持/减持最多的个股

步骤 2: 龙虎榜机构动向

获取机构和个股上榜统计。

{
  "tool": "get_dragon_tiger_stats",
  "arguments": { "type": "institution", "startDate": "近5个交易日起始", "endDate": "今天" }
}
{
  "tool": "get_dragon_tiger_stats",
  "arguments": { "type": "stock_stats", "period": "1month" }
}

分析要点:

  • 机构净买入 TOP 个股
  • 近期上榜频次高的个股(被反复关注的标的)
  • 机构 vs 游资的方向是否一致

步骤 3: 大宗交易与融资融券

{
  "tool": "get_block_trade",
  "arguments": { "type": "overview" }
}
{
  "tool": "get_margin_data",
  "arguments": { "type": "account" }
}

分析要点:

  • 大宗交易总额趋势
  • 溢价成交占比(溢价多说明有人愿意高价买入)
  • 两融余额是增是减(杠杆资金情绪)

步骤 4: 资金流向验证

{
  "tool": "get_fund_flow_rank",
  "arguments": { "scope": "stock", "indicator": "today" }
}
{
  "tool": "get_fund_flow_rank",
  "arguments": { "scope": "sector", "sectorType": "industry", "indicator": "today" }
}
{
  "tool": "get_market_fund_flow",
  "arguments": {}
}

分析要点:

  • 今日主力净流入最多的个股
  • 资金集中涌入的行业板块
  • 大盘整体资金是流入还是流出

步骤 5: 综合研判

交叉验证多维度数据,输出结构化报告:

## 聪明钱动向追踪报告

### 北向资金
- 今日净流入:XX 亿
- 重点加仓:XXX、XXX
- 信号:[偏多/偏空/中性]

### 机构动向
- 龙虎榜机构净买入 TOP:XXX、XXX
- 信号:[偏多/偏空/中性]

### 大宗交易
- 今日成交额:XX 亿
- 溢价/折价趋势:[溢价为主/折价为主]

### 融资融券
- 两融余额变化:[增加/减少] XX 亿
- 杠杆情绪:[偏积极/偏谨慎]

### 资金流向
- 主力净流入行业 TOP3:XXX、XXX、XXX
- 主力净流入个股 TOP5:XXX、XXX、XXX

### 综合研判
- 共振信号:[北向+机构+资金流是否指向同一方向]
- 关注标的:[多维度共振的个股]
- 风险提示:[需要警惕的信号]

⚠️ 以上分析仅供参考,不构成投资建议。股市有风险,投资需谨慎。

Read the full file on GitHub · 186 lines

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 · 186 lines · 34 tokens per session scan A 3120f722811b

Subscribe to this mod's changes

smart-money-tracker is a skill published in the GitHub repository chengzuopeng/stock-sdk-mcp (100 stars, last pushed 3mo ago), licensed ISC. It adds 34 tokens to every session and 1,357 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

tradingview-mcp

AI Trading Intelligence — live prices, 30+ technical indicators, backtesting (6 strategies), walk-forward overfitting detection, trade logs, equity curves, licensed news sentiment (Marketaux), and multi-market screener. Supports stocks, crypto, ETFs, indices, Turkish (BIST), and Egyptian (EGX) markets.

atilaahmettaner/tradingview-mcp · 73 tokens

stock-data

A market-data analysis tool for Chinese, Hong Kong and US stocks, plus cryptocurrencies. It retrieves prices, financial data, technical indicators and other market information through a command-line interface.

openstockdata/stock-data-skill · 64 tokens

finance

A local personal-finance ledger and query tool that stores income and expenses in a SQLite database. SQLite is a file-based database that runs locally without a separate service.

ruilisi/lsbot · 71 tokens

surf

Surf (asksurf.ai) is RETIRED on BlockRun and the blockrunsurf tool was REMOVED in 0.49.0 — the gateway has answered every /v1/surf/ path with HTTP 410 endpointretired since 2026-09-06. Use this skill to route a former Surf question (on-chain SQL, wallet labels and net worth, CEX order books, social mindshare, news) to…

BlockRunAI/blockrun-mcp · 110 tokens

Freelance Empire

Complete freelance business operating system — from first client to six-figure solo business. Covers positioning, pricing, proposals, client management, finances, scaling, and the transition from side-hustle to full-time. Use when starting freelancing, raising rates, managing clients, building recurring revenue, or…

LeoYeAI/openclaw-master-skills · 71 tokens

agent-otc-trade

Facilitate over-the-counter trades between agents using Uniswap as the settlement layer. Use when user wants to trade tokens directly with another agent, settle an agent-to-agent trade through Uniswap, or execute an OTC swap with a specific counterparty agent. Verifies counterparty identity via ERC-8004, negotiates…

LeoYeAI/openclaw-master-skills · 80 tokens