longbridge-capital-flow
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-capital-flow
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.
单个命令支持两种模式——分布快照(默认)和时间序列(capital)。运行--flow查看详情。longbridge capital --help
| CLI 命令 | 返回内容 |
|---|---|
| 截面快照:超大/大/中/小单的买卖金额。 |
| 当日主力资金净流入/流出时间序列。 |
每次调用仅支持单个标的。仅提供当日数据——无历史区间。
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
- "今天 NVDA 主力净流入", "今日資金流" →
capital --flow - "看下 TSLA 大单分布", "大單/中單/小單" → (默认快照模式)
capital - "看一下 700 资金面"(组合查询)→ 同时调用两种模式(带和不带)并合并结果
--flow - "过去 30 天资金流" → 不支持;引导至(成交量)或
longbridge-kline(longbridge-quote参数)--index volume - "今天哪些股票主力大幅流入"(筛选器)→ 不支持;请用户提供具体标的代码
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.
- 将单个标的解析为格式。
<CODE>.<MARKET> - 确定使用模式:分布快照(默认)、时间序列()或两者结合。
--flow - 直接调用Longbridge CLI(优先选择),或 fallback 至MCP。
- 总结内容:净流入方向(▲ / ▼)、累计总额、分布偏差。注明数据来源为Longbridge Securities。
CLI
CLI 示例
bash
longbridge capital NVDA.US --format json # snapshot
longbridge capital TSLA.US --flow --format json # time seriesbash
longbridge capital NVDA.US --format json # 快照模式
longbridge capital TSLA.US --flow --format json # 时间序列模式Combined view → call both and merge in the LLM
组合视图 → 调用两种模式并在LLM中合并结果
undefinedundefinedOutput
输出格式
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.)
默认快照模式返回截面数据对象;模式返回时间序列数组。
--flow字段翻译(LLM需进行映射):
| 字段(预期) | 简体 | 繁體 | English |
|---|---|---|---|
| 大单流入/流出 | 大單流入/流出 | Large order in/out |
| 中单流入/流出 | 中單流入/流出 | Medium order in/out |
| 小单流入/流出 | 小單流入/流出 | Small order in/out |
| 超大单流入/流出 | 超大單流入/流出 | Super-large order in/out |
(字段名称遵循Longbridge JSON格式;LLM需根据用户语言进行映射。)
Error handling
错误处理
If is missing, fall back to MCP. Other stderr messages get relayed verbatim (auth issues → ; invalid symbol → re-check format).
longbridgelongbridge auth login若未安装,则fallback至MCP。其他标准错误信息将原样转发(如认证问题→执行;标的代码无效→请重新检查格式)。
longbridgelongbridge auth loginMCP fallback
MCP 备选方案
| CLI usage | MCP tool |
|---|---|
| |
| |
| CLI 用法 | MCP 工具 |
|---|---|
| |
| |
Related skills
相关技能
- Quote / change / volume →
longbridge-quote - Candlesticks / volume history →
longbridge-kline - Orderbook microstructure →
longbridge-depth
- 报价/涨跌幅/成交量 →
longbridge-quote - K线/成交量历史 →
longbridge-kline - 订单簿微观结构 →
longbridge-depth
File layout
文件结构
longbridge-capital-flow/
└── SKILL.md # prompt-only, no scripts/longbridge-capital-flow/
└── SKILL.md # 仅包含提示词,无scripts目录