From longbridge
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".
npx claudepluginhub longbridge/skills --plugin longbridgeThis skill uses the workspace's default tool permissions.
Today's capital flow time-series and order-size distribution for a single security.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.
A single
capitalcommand handles both modes — distribution snapshot (default) and time-series (--flow). Runlongbridge capital --helpto 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.
capital --flowcapital (default snapshot)--flow) and mergelongbridge-kline (volume) or longbridge-quote (--index volume)<CODE>.<MARKET>.--flow), or both.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
The default snapshot returns a cross-section object; --flow returns a time-series array.
Field translations (LLM should map):
| Field (likely) | 简体 | 繁體 | English |
|---|---|---|---|
large_in / large_out | 大单流入/流出 | 大單流入/流出 | Large order in/out |
medium_in / medium_out | 中单流入/流出 | 中單流入/流出 | Medium order in/out |
small_in / small_out | 小单流入/流出 | 小單流入/流出 | Small order in/out |
super_in / super_out | 超大单流入/流出 | 超大單流入/流出 | Super-large order in/out |
(Field names follow Longbridge JSON; LLM maps to the user's language.)
If longbridge is missing, fall back to MCP. Other stderr messages get relayed verbatim (auth issues → longbridge auth login; invalid symbol → re-check format).
| CLI usage | MCP tool |
|---|---|
capital <SYMBOL> (snapshot) | mcp__longbridge__capital_distribution |
capital <SYMBOL> --flow (time series) | mcp__longbridge__capital_flow |
longbridge-quotelongbridge-klinelongbridge-depthlongbridge-capital-flow/
└── SKILL.md # prompt-only, no scripts/