Agent skill · Data & Analytics

longbridge-capital-flow

Intraday capital-flow time series and large/medium/small order distribution for a single stock via Longbridge Securities. Same-day data only (no historical range). Triggers: "资金流向", "主力资金", "净流入", "大单", "中单", "小单", "资金分布", "机构资金", "主力净流入", "資金流向", "主力資金", "淨流入", "大單", "中單", "小單", "資金分佈", "機構資金", "capital flow", "money flow", "net inflow", "large order distribution", "institutional flow".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-capital-flow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-capital-flow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-capital-flow Today's capital flow time-series and order-size distribution for a single security. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## Subcommands > A single `capital` command handles both modes — distribution snapshot (default) and time-series (`--flow`). Run `longbridge capital --help` to confirm. | CLI command | Returns | |---|---| | `longbridge capital <SYMBOL> --format json` | Cross-section snapshot: large / medium / small / super-large order buy & sell amounts. | | `longbridge capital <SYMBOL> --flow --format json` | Today's main-capital net inflow / outflow time series. | **Single symbol per call.** Today's data only — no historical range. ## When to use - *"今天 NVDA 主力净流入"*, *"今日資金流"* → `capital --flow` - *"看下 TSLA 大单分布"*, *"大單/中單/小單"* → `capital` (default snapshot) - *"看一下 700 资金面"* (combined) → call both (with and without `--flow`) and merge - *"过去 30 天资金流"* → unsupported; redirect to `longbridge-kline` (volume) or `longbridge-quote` (`--index volume`) - *"今天哪些股票主力大幅流入"* (screener) → unsupported; ask user for a specific symbol ## Workflow 1. Resolve a single symbol to `<CODE>.<MARKET>`

What's inside
Steps it walks through
  1. Subcommands
  2. When to use
  3. Workflow
  4. CLI
  5. Output
  6. Error handling
  7. MCP fallback
  8. Related skills
  9. File layout
Ships with 1 file
  • metadata.json
Commands it runs
longbridge capital NVDA.US                  --format json     # snapshot
longbridge capital TSLA.US --flow           --format json     # time series
Combined view → call both and merge in the LLM
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-capital-flow skill do?

Intraday capital-flow time series and large/medium/small order distribution for a single stock via Longbridge Securities. Same-day data only (no historical range). Triggers: "资金流向", "主力资金", "净流入", "大单", "中单", "小单", "资金分布", "机构资金", "主力净流入", "資金流向", "主力資金", "淨流入", "大單", "中單", "小單", "資金分佈", "機構資金", "capital flow", "money flow", "net inflow", "large order distribution", "institutional flow".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-capital-flow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going