longbridge-capital-flow
Original:🇺🇸 English
Translated
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".
3installs
Sourcelongbridge/skills
Added on
NPX Install
npx skill4agent add longbridge/skills longbridge-capital-flowTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 singlecommand handles both modes — distribution snapshot (default) and time-series (capital). Run--flowto confirm.longbridge capital --help
| CLI command | Returns |
|---|---|
| Cross-section snapshot: large / medium / small / super-large order buy & sell amounts. |
| 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 大单分布", "大單/中單/小單" → (default snapshot)
capital - "看一下 700 资金面" (combined) → call both (with and without ) and merge
--flow - "过去 30 天资金流" → unsupported; redirect to (volume) or
longbridge-kline(longbridge-quote)--index volume - "今天哪些股票主力大幅流入" (screener) → unsupported; ask user for a specific symbol
Workflow
- Resolve a single symbol to .
<CODE>.<MARKET> - Decide which mode: distribution snapshot (default), time-series (), or both.
--flow - Call the Longbridge CLI directly (preferred) or fall back to MCP.
- Summarise: net inflow direction (▲ / ▼), accumulated total, distribution skew. Cite Longbridge Securities.
CLI
bash
longbridge capital NVDA.US --format json # snapshot
longbridge capital TSLA.US --flow --format json # time series
# Combined view → call both and merge in the LLMOutput
The default snapshot returns a cross-section object; returns a time-series array.
--flowField translations (LLM should map):
| Field (likely) | 简体 | 繁體 | English |
|---|---|---|---|
| 大单流入/流出 | 大單流入/流出 | Large order in/out |
| 中单流入/流出 | 中單流入/流出 | Medium order in/out |
| 小单流入/流出 | 小單流入/流出 | Small order in/out |
| 超大单流入/流出 | 超大單流入/流出 | Super-large order in/out |
(Field names follow Longbridge JSON; LLM maps to the user's language.)
Error handling
If is missing, fall back to MCP. Other stderr messages get relayed verbatim (auth issues → ; invalid symbol → re-check format).
longbridgelongbridge auth loginMCP fallback
| CLI usage | MCP tool |
|---|---|
| |
| |
Related skills
- Quote / change / volume →
longbridge-quote - Candlesticks / volume history →
longbridge-kline - Orderbook microstructure →
longbridge-depth
File layout
longbridge-capital-flow/
└── SKILL.md # prompt-only, no scripts/