longbridge-flows
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-flows
longbridge-flows
Single-symbol ownership and money-flow lens: who's buying/selling at the institutional, fund, insider, broker, and short-seller layers.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
单只股票持仓与资金流分析工具:查看机构、基金、内部人士、经纪商及做空方的买卖动向。
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。
When to use
使用场景
- "13F 谁持仓最多", "Berkshire 13F", "巴菲特最新持仓", "active fund AUM ranking" →
investors - "哪些基金持有 NVDA", "AAPL 被多少 ETF 持有" →
fund-holder - "TSLA 高管最近买入", "AAPL Form 4", "内部人减持" → (US only)
insider-trades - "AMD 空头数据", "TSLA 做空比例", "days to cover" → (US only)
short-positions - "700.HK 中央结算", "腾讯经纪商持仓", "broker holding 700" → (HK only)
broker-holding - "X 资金面全景" → call multiple subcommands by market (US: +
fund-holder+insider-trades; HK:short-positions+fund-holder).broker-holding
For intraday large/medium/small-order capital flow → . For institutional shareholders by % held → ().
longbridge-capital-flowlongbridge-corporateshareholder- "13F 谁持仓最多"、"Berkshire 13F"、"巴菲特最新持仓"、"主动管理基金规模排名" →
investors - "哪些基金持有 NVDA"、"AAPL 被多少 ETF 持有" →
fund-holder - "TSLA 高管最近买入"、"AAPL Form 4"、"内部人减持" → (仅美股)
insider-trades - "AMD 空头数据"、"TSLA 做空比例"、"days to cover" → (仅美股)
short-positions - "700.HK 中央结算"、"腾讯经纪商持仓"、"broker holding 700" → (仅港股)
broker-holding - "X 资金面全景" → 根据市场调用多个子命令(美股:+
fund-holder+insider-trades;港股:short-positions+fund-holder)。broker-holding
如需查看日内大/中/小单资金流向,请使用 。如需查看按持股比例统计的机构股东,请使用 (子命令)。
longbridge-capital-flowlongbridge-corporateshareholderSubcommands
子命令
Runif unsure of current flags. The CLI's built-in help is the canonical source.longbridge <subcommand> --help
| CLI command | Returns | Markets |
|---|---|---|
| Live top-50 active fund-manager rankings by AUM (no CIK). | global |
| Latest 13F holdings snapshot for a CIK; | US (SEC EDGAR) |
| Quarter-over-quarter position changes (NEW / ADDED / REDUCED / EXITED). | US |
| Funds and ETFs holding the symbol — name, ticker, currency, weight, report date. | global |
| SEC Form 4 trades — BUY (P) / SELL (S) / GRANT (A) / DISP (D) / TAX (F) / EXERCISE (M/X) / GIFT (G). | US only |
| Short interest, short ratio, days to cover (1–100, default 20). | US only |
| Top buy / sell brokers over the period. | HK only |
| Full broker-holding detail list. | HK only |
| Daily holding history for a specific broker. | HK only |
Single symbol per call (except rankings).
investors若不确定当前参数,请运行。CLI内置帮助为权威参考来源。longbridge <subcommand> --help
| CLI命令 | 返回内容 | 适用市场 |
|---|---|---|
| 按管理资产规模(AUM)实时排名的前50位主动管理基金经理(无需CIK)。 | 全球 |
| 指定CIK的最新13F持仓快照; | 美国(SEC EDGAR) |
| 季度间仓位变动(新增/加仓/减仓/清仓)。 | 美国 |
| 持有该标的的基金及ETF信息——名称、代码、币种、持仓占比、报告日期。 | 全球 |
| SEC Form 4交易记录——买入(P)/卖出(S)/授予(A)/处置(D)/税务相关(F)/行权(M/X)/赠予(G)。 | 仅美股 |
| 做空兴趣、做空比例、平仓天数(1-100,默认20)。 | 仅美股 |
| 指定时间段内的Top买入/卖出经纪商。 | 仅港股 |
| 完整经纪商持仓明细列表。 | 仅港股 |
| 指定经纪商的每日持仓历史。 | 仅港股 |
每次调用仅支持单个标的(排名除外)。
investorsWorkflow
工作流程
- Resolve to . Reject US-only subcommands for non-US, HK-only for non-HK — explain politely.
<CODE>.<MARKET> - Pick subcommands by prompt cue. Don't run all of them by default.
- Call concurrently when the question is "全景资金面" style.
- Summarise direction (net buying / net selling), top names, freshness (report date).
- Cite Longbridge Securities (and SEC EDGAR for /
insider-trades).investors
- 解析为 格式。拒绝将非美股标的传入仅支持美股的子命令,非港股标的传入仅支持港股的子命令——需礼貌说明原因。
<CODE>.<MARKET> - 根据提示关键词选择子命令。默认不要运行所有子命令。
- 当问题为「全景资金面」类时,并发调用多个子命令。
- 总结资金流向(净买入/净卖出)、头部主体、数据时效性(报告日期)。
- 注明数据来源为 Longbridge Securities(/
insider-trades子命令需额外注明SEC EDGAR)。investors
CLI
CLI示例
bash
longbridge investors --format json # AUM rankings (no CIK)
longbridge investors 1067983 --top 20 --format json # Berkshire 13F top 20
longbridge investors changes 1067983 --format json # QoQ changes
longbridge fund-holder AAPL.US --count 30 --format json
longbridge insider-trades TSLA.US --count 40 --format json # US only
longbridge short-positions AAPL.US --count 50 --format json # US only
longbridge broker-holding 700.HK --period rct_5 --format json # HK only
longbridge broker-holding detail 700.HK --format json
longbridge broker-holding daily 700.HK --broker B01224 --format jsonIf shows newer flags, follow the help output rather than hard-coding here.
--helpbash
longbridge investors --format json # 基金规模排名(无需CIK)
longbridge investors 1067983 --top 20 --format json # 伯克希尔哈撒韦13F前20大持仓
longbridge investors changes 1067983 --format json # 季度仓位变动
longbridge fund-holder AAPL.US --count 30 --format json
longbridge insider-trades TSLA.US --count 40 --format json # 仅美股
longbridge short-positions AAPL.US --count 50 --format json # 仅美股
longbridge broker-holding 700.HK --period rct_5 --format json # 仅港股
longbridge broker-holding detail 700.HK --format json
longbridge broker-holding daily 700.HK --broker B01224 --format json若显示更新的参数,请以帮助输出为准,而非本文硬编码内容。
--helpOutput
输出格式
Render in the user's language. Suggested layouts:
13F () — when no CIK: AUM-ranked manager table. With CIK: top-N positions (ticker / value / shares / weight / change vs last filing). For : NEW / ADDED / REDUCED / EXITED grouped lists.
investorschangesfund-holderinsider-tradesshort-positionsbroker-holding--perioddetaildailyWhen a result is empty, state so. Do not invent.
以用户使用的语言渲染结果。建议布局如下:
13F(子命令) — 无CIK时:展示按AUM排名的基金经理表格。有CIK时:展示前N大持仓(股票代码/持仓价值/持股数量/持仓占比/较上次申报的变动)。子命令:按新增/加仓/减仓/清仓分组展示变动情况。
investorschangesfund-holderinsider-tradesshort-positionsbroker-holding--perioddetaildaily若结果为空,请明确说明,不得编造数据。
Error handling
错误处理
| Situation | Reply |
|---|---|
Shell | Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal. |
Non-US symbol passed to | Reply "This subcommand only supports US-listed equities." |
Non-HK symbol passed to | Reply "Broker holding is HK-only." |
| Empty result | State explicitly. Do not invent. |
| Other stderr | Relay verbatim — never silently retry. |
| 场景 | 回复内容 |
|---|---|
Shell提示 | 若已配置则 fallback 至MCP;否则告知用户安装longbridge-terminal。 |
将非美股标的传入 | 回复「该子命令仅支持美股上市股票。」 |
将非港股标的传入 | 回复「经纪商持仓功能仅支持港股。」 |
| 结果为空 | 明确说明,不得编造数据。 |
| 其他标准错误输出 | 直接转发内容——切勿静默重试。 |
MCP fallback
MCP fallback方案
When the CLI binary is missing, fall back via the equivalent MCP tool. Tool names typically mirror CLI subcommand names (snake_case).
| CLI subcommand | MCP tool |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
If a name above does not resolve, fall back via the equivalent MCP tool when CLI is missing.
当CLI二进制文件缺失时,通过等效的MCP工具 fallback。工具名称通常与CLI子命令名称一致(蛇形命名)。
| CLI子命令 | MCP工具 |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
若上述名称无法解析,当CLI缺失时仍需通过等效MCP工具 fallback。
Related skills
相关技能
| Skill | Why |
|---|---|
| Major shareholder % structure (a different lens than 13F flow). |
| Today's intraday large/medium/small-order distribution. |
| Filings (8-K / 13D / 13G) often pair with flow events. |
| Earnings + dividend backdrop for insider context. |
| Live price for sizing the flow. |
| 技能 | 关联原因 |
|---|---|
| 主要股东持股比例结构(与13F资金流视角不同)。 |
| 当日日内大/中/小单资金分布情况。 |
| 申报文件(8-K/13D/13G)常与资金流事件相关。 |
| 盈利及分红背景可为内部人交易提供上下文。 |
| 实时价格可用于衡量资金流规模。 |
File layout
文件结构
longbridge-flows/
└── SKILL.md # prompt-only, no scripts/longbridge-flows/
└── SKILL.md # 仅含提示信息,无scripts/目录