longbridge-flows

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-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", "内部人减持"
    insider-trades
    (US only)
  • "AMD 空头数据", "TSLA 做空比例", "days to cover"
    short-positions
    (US only)
  • "700.HK 中央结算", "腾讯经纪商持仓", "broker holding 700"
    broker-holding
    (HK only)
  • "X 资金面全景" → call multiple subcommands by market (US:
    fund-holder
    +
    insider-trades
    +
    short-positions
    ; HK:
    fund-holder
    +
    broker-holding
    ).
For intraday large/medium/small-order capital flow →
longbridge-capital-flow
. For institutional shareholders by % held →
longbridge-corporate
(
shareholder
).
  • "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-flow
。如需查看按持股比例统计的机构股东,请使用
longbridge-corporate
shareholder
子命令)。

Subcommands

子命令

Run
longbridge <subcommand> --help
if unsure of current flags. The CLI's built-in help is the canonical source.
CLI commandReturnsMarkets
longbridge investors --format json
Live top-50 active fund-manager rankings by AUM (no CIK).global
longbridge investors <CIK> --top N --format json
Latest 13F holdings snapshot for a CIK;
--top
defaults to 50.
US (SEC EDGAR)
longbridge investors changes <CIK> --format json
Quarter-over-quarter position changes (NEW / ADDED / REDUCED / EXITED).US
longbridge fund-holder <SYMBOL> --count N --format json
Funds and ETFs holding the symbol — name, ticker, currency, weight, report date.
--count -1
returns all.
global
longbridge insider-trades <SYMBOL> --count N --format json
SEC Form 4 trades — BUY (P) / SELL (S) / GRANT (A) / DISP (D) / TAX (F) / EXERCISE (M/X) / GIFT (G).US only
longbridge short-positions <SYMBOL> --count N --format json
Short interest, short ratio, days to cover (1–100, default 20).US only
longbridge broker-holding <SYMBOL> --period rct_1|rct_5|rct_20|rct_60 --format json
Top buy / sell brokers over the period.HK only
longbridge broker-holding detail <SYMBOL> --format json
Full broker-holding detail list.HK only
longbridge broker-holding daily <SYMBOL> --broker B0xxxx --format json
Daily holding history for a specific broker.HK only
Single symbol per call (except
investors
rankings).
若不确定当前参数,请运行
longbridge <subcommand> --help
。CLI内置帮助为权威参考来源。
CLI命令返回内容适用市场
longbridge investors --format json
按管理资产规模(AUM)实时排名的前50位主动管理基金经理(无需CIK)。全球
longbridge investors <CIK> --top N --format json
指定CIK的最新13F持仓快照;
--top
默认值为50。
美国(SEC EDGAR)
longbridge investors changes <CIK> --format json
季度间仓位变动(新增/加仓/减仓/清仓)。美国
longbridge fund-holder <SYMBOL> --count N --format json
持有该标的的基金及ETF信息——名称、代码、币种、持仓占比、报告日期。
--count -1
返回全部结果。
全球
longbridge insider-trades <SYMBOL> --count N --format json
SEC Form 4交易记录——买入(P)/卖出(S)/授予(A)/处置(D)/税务相关(F)/行权(M/X)/赠予(G)。仅美股
longbridge short-positions <SYMBOL> --count N --format json
做空兴趣、做空比例、平仓天数(1-100,默认20)。仅美股
longbridge broker-holding <SYMBOL> --period rct_1|rct_5|rct_20|rct_60 --format json
指定时间段内的Top买入/卖出经纪商。仅港股
longbridge broker-holding detail <SYMBOL> --format json
完整经纪商持仓明细列表。仅港股
longbridge broker-holding daily <SYMBOL> --broker B0xxxx --format json
指定经纪商的每日持仓历史。仅港股
每次调用仅支持单个标的(
investors
排名除外)。

Workflow

工作流程

  1. Resolve to
    <CODE>.<MARKET>
    . Reject US-only subcommands for non-US, HK-only for non-HK — explain politely.
  2. Pick subcommands by prompt cue. Don't run all of them by default.
  3. Call concurrently when the question is "全景资金面" style.
  4. Summarise direction (net buying / net selling), top names, freshness (report date).
  5. Cite Longbridge Securities (and SEC EDGAR for
    insider-trades
    /
    investors
    ).
  1. 解析为
    <CODE>.<MARKET>
    格式。拒绝将非美股标的传入仅支持美股的子命令,非港股标的传入仅支持港股的子命令——需礼貌说明原因。
  2. 根据提示关键词选择子命令。默认不要运行所有子命令。
  3. 当问题为「全景资金面」类时,并发调用多个子命令。
  4. 总结资金流向(净买入/净卖出)、头部主体、数据时效性(报告日期)。
  5. 注明数据来源为 Longbridge Securities
    insider-trades
    /
    investors
    子命令需额外注明SEC EDGAR)。

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 json
If
--help
shows newer flags, follow the help output rather than hard-coding here.
bash
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
--help
显示更新的参数,请以帮助输出为准,而非本文硬编码内容。

Output

输出格式

Render in the user's language. Suggested layouts:
13F (
investors
)
— when no CIK: AUM-ranked manager table. With CIK: top-N positions (ticker / value / shares / weight / change vs last filing). For
changes
: NEW / ADDED / REDUCED / EXITED grouped lists.
fund-holder
— table sorted by weight: fund name / ticker / currency / weight % / report date. Highlight high-weight funds (> 1%).
insider-trades
— chronological list (most recent first): date / insider / role / type (BUY/SELL/GRANT/...) / shares / price / value. Net buy vs sell summary at top.
short-positions
— time-series table: date / short interest / short ratio / days-to-cover. Note trend (rising / falling).
broker-holding
— for the
--period
view: top buy brokers and top sell brokers side by side. For
detail
: full list. For
daily
: a single broker's history.
When a result is empty, state so. Do not invent.
以用户使用的语言渲染结果。建议布局如下:
13F(
investors
子命令)
— 无CIK时:展示按AUM排名的基金经理表格。有CIK时:展示前N大持仓(股票代码/持仓价值/持股数量/持仓占比/较上次申报的变动)。
changes
子命令:按新增/加仓/减仓/清仓分组展示变动情况。
fund-holder
子命令
— 按持仓占比排序的表格:基金名称/代码/币种/持仓占比%/报告日期。高亮持仓占比>1%的基金。
insider-trades
子命令
— 按时间倒序排列的列表(最新在前):日期/内部人士/职位/交易类型(买入/卖出/授予/...)/股数/价格/金额。顶部总结净买入/净卖出情况。
short-positions
子命令
— 时间序列表格:日期/做空兴趣/做空比例/平仓天数。标注趋势(上升/下降)。
broker-holding
子命令
--period
视图:并列展示Top买入经纪商和Top卖出经纪商。
detail
视图:完整持仓列表。
daily
视图:单个经纪商的持仓历史。
若结果为空,请明确说明,不得编造数据。

Error handling

错误处理

SituationReply
Shell
command not found: longbridge
Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal.
Non-US symbol passed to
insider-trades
/
short-positions
Reply "This subcommand only supports US-listed equities."
Non-HK symbol passed to
broker-holding
Reply "Broker holding is HK-only."
Empty resultState explicitly. Do not invent.
Other stderrRelay verbatim — never silently retry.
场景回复内容
Shell提示
command not found: longbridge
若已配置则 fallback 至MCP;否则告知用户安装longbridge-terminal。
将非美股标的传入
insider-trades
/
short-positions
回复「该子命令仅支持美股上市股票。」
将非港股标的传入
broker-holding
回复「经纪商持仓功能仅支持港股。」
结果为空明确说明,不得编造数据。
其他标准错误输出直接转发内容——切勿静默重试。

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 subcommandMCP tool
investors
(rankings / 13F)
mcp__longbridge__investors
investors changes
mcp__longbridge__investors_changes
fund-holder
mcp__longbridge__fund_holder
insider-trades
mcp__longbridge__insider_trades
short-positions
mcp__longbridge__short_positions
broker-holding
mcp__longbridge__broker_holding
broker-holding detail
mcp__longbridge__broker_holding_detail
broker-holding daily
mcp__longbridge__broker_holding_daily
If a name above does not resolve, fall back via the equivalent MCP tool when CLI is missing.
当CLI二进制文件缺失时,通过等效的MCP工具 fallback。工具名称通常与CLI子命令名称一致(蛇形命名)。
CLI子命令MCP工具
investors
(排名/13F)
mcp__longbridge__investors
investors changes
mcp__longbridge__investors_changes
fund-holder
mcp__longbridge__fund_holder
insider-trades
mcp__longbridge__insider_trades
short-positions
mcp__longbridge__short_positions
broker-holding
mcp__longbridge__broker_holding
broker-holding detail
mcp__longbridge__broker_holding_detail
broker-holding daily
mcp__longbridge__broker_holding_daily
若上述名称无法解析,当CLI缺失时仍需通过等效MCP工具 fallback。

Related skills

相关技能

SkillWhy
longbridge-corporate
Major shareholder % structure (a different lens than 13F flow).
longbridge-capital-flow
Today's intraday large/medium/small-order distribution.
longbridge-news
Filings (8-K / 13D / 13G) often pair with flow events.
longbridge-fundamental
Earnings + dividend backdrop for insider context.
longbridge-quote
Live price for sizing the flow.
技能关联原因
longbridge-corporate
主要股东持股比例结构(与13F资金流视角不同)。
longbridge-capital-flow
当日日内大/中/小单资金分布情况。
longbridge-news
申报文件(8-K/13D/13G)常与资金流事件相关。
longbridge-fundamental
盈利及分红背景可为内部人交易提供上下文。
longbridge-quote
实时价格可用于衡量资金流规模。

File layout

文件结构

longbridge-flows/
└── SKILL.md          # prompt-only, no scripts/
longbridge-flows/
└── SKILL.md          # 仅含提示信息,无scripts/目录