Loading...
Loading...
Smart-money and ownership-flow signals for a single stock via Longbridge Securities — SEC 13F institutional portfolios + position changes (US), funds and ETFs that hold the stock, SEC Form 4 insider trades (US-only), US short-interest history, and HK broker holdings (HK-only). Read-only. Markets vary by subcommand. Triggers: "13F", "机构持仓", "基金持仓", "ETF 持有", "持有这只股票的基金", "内部人交易", "高管买卖", "Form 4", "做空数据", "空头", "卖空", "经纪商持仓", "中央结算", "13F", "機構持倉", "基金持倉", "ETF 持有", "持有這隻股票的基金", "內部人交易", "高管買賣", "做空數據", "空頭", "賣空", "經紀商持倉", "中央結算", "13F holdings", "institutional holders", "fund holders", "ETF holders", "insider trades", "insider buying", "insider selling", "Form 4", "short interest", "days to cover", "short ratio", "broker holding", "CCASS", "AAPL insider sales", "TSLA short interest", "700.HK broker holding".
npx skill4agent add longbridge/skills longbridge-flowsResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
investorsfund-holderinsider-tradesshort-positionsbroker-holdingfund-holderinsider-tradesshort-positionsfund-holderbroker-holdinglongbridge-capital-flowlongbridge-corporateshareholderRunif 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 |
investors<CODE>.<MARKET>insider-tradesinvestorslongbridge 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--helpinvestorschangesfund-holderinsider-tradesshort-positionsbroker-holding--perioddetaildaily| 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. |
| CLI subcommand | MCP tool |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| 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. |
longbridge-flows/
└── SKILL.md # prompt-only, no scripts/