longbridge-corporate
Single-symbol corporate profile: who owns the company, who runs it, what corporate actions it has taken, and how it relates to its parent / subsidiaries.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
- "AAPL 大股东都有谁", "AAPL major shareholders", "AAPL 大股東" →
shareholder
- "700.HK 高管", "腾讯管理层", "AAPL board" →
executive
- "NVDA 公司简介", "company overview", "員工人數", "上市价格" →
company
- "特斯拉历史拆股", "TSLA splits", "700.HK 派息历史", "rights issue" →
corp-action
- "700 母公司是谁", "AAPL 子公司有哪些", "subsidiaries" →
invest-relation
- "X 公司基本面 (结构维度)", "全面公司画像" → call several subcommands and merge
For financial KPIs (revenue / margin / EPS), use longbridge-fundamental. For valuation, use longbridge-valuation. For news / filings, use longbridge-news.
Subcommands
Run longbridge <subcommand> --help if unsure of current flags. The CLI's built-in help is the canonical source.
| Capability |
Returns |
| Institutional shareholders |
Name, related ticker, % held, share change, report date. Run --help for available filter/sort flags. |
| Executives and key personnel |
Officers, directors, key roles. |
| Company overview |
Founding date, employees, IPO price, listing date, address, business description. |
| Corporate actions |
Stock splits, dividends, rights issues, bonus issues. |
| Investment relations |
Parent company / subsidiaries / sister listings. |
Single symbol per call. The CLI accepts --lang zh-CN or --lang en for content fetched from longbridge.com (defaults to system LANG).
Workflow
- Resolve to
<CODE>.<MARKET> (e.g. AAPL.US, 700.HK).
- Pick the matching subcommand from the prompt cue (table above).
- For composite questions ("give me a full picture of X as a company") — call several subcommands concurrently and merge.
- Render a structured summary; cite Longbridge Securities and the report date when applicable.
CLI
# Discover available subcommands and their flags first
longbridge --help
longbridge <subcommand> --help # run for each subcommand before use
longbridge <shareholder-subcommand> AAPL.US --format json # run --help for filter/sort flags
longbridge <executive-subcommand> 700.HK --format json
longbridge <company-subcommand> NVDA.US --format json
longbridge <corp-action-subcommand> 700.HK --format json
longbridge <invest-relation-subcommand> 700.HK --format json
Output
Render results in the user's language. Suggested layouts:
shareholder — table of name / % held / change / report date. Highlight the top 3 by holding and any change > ±10% if --range is all.
executive — list of name / title / appointment date (if available). Group by role (CEO / CFO / Chair / others).
company — short profile paragraph: founding year, headquarters, employees, IPO date + price, business description.
corp-action — chronological list (most recent first): date / type (split / dividend / rights / bonus) / ratio or amount. Annotate split adjustments.
invest-relation — tree-like list: parent → company → subsidiaries (with stake % when available). Note cross-listed sister tickers.
When data is empty, state so explicitly (e.g. "No corporate actions on record.") — do not invent.
Error handling
| Situation |
Reply |
Shell command not found: longbridge |
Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal. |
stderr not logged in / unauthorized |
These subcommands are public quote scope; if auth is requested, hint longbridge auth login. |
| Empty result (no shareholders / no actions) |
State explicitly: "No data for this symbol." Do not invent. |
| Symbol mapping fails |
Ask the user for the <CODE>.<MARKET> form. |
| Other stderr |
Relay verbatim — never silently retry. |
MCP fallback
When the CLI binary is missing, fall back via the equivalent MCP tool. Tool names typically mirror CLI subcommand names (snake_case).
When the CLI is unavailable, fall back to the MCP server. Discover available tools from the MCP server's tool list at runtime — do not rely on hardcoded tool names.
If a name above does not resolve, fall back via the equivalent MCP tool when CLI is missing.
Related skills
| Skill |
Why |
longbridge-fundamental |
Profitability / cash flow / dividend KPIs (the numbers side of the company). |
longbridge-flows |
Fund / ETF holders, insider trades, short interest, HK broker holdings. |
longbridge-news |
Recent filings and community discussion of corporate events. |
longbridge-valuation |
PE / PB lens once you know the company structure. |
File layout
longbridge-corporate/
└── SKILL.md # prompt-only, no scripts/
1---2name: longbridge-corporate3description: Corporate-structure profile for a single listed company via Longbridge Securities — institutional/major shareholders, executives and key personnel, company overview (founding, employees, IPO, address), corporate actions (splits / dividends / rights / bonus), and parent–subsidiary investment relations. Read-only, single-symbol per call. Triggers: "谁是大股东", "股东结构", "管理层", "董事会", "公司简介", "公司基本信息", "拆股", "送股", "派息历史", "配股", "母公司", "子公司", "持股变动", "誰是大股東", "股東結構", "管理層", "公司簡介", "派息歷史", "持股變動", "shareholders", "major shareholders", "ownership structure", "executives", "management team", "board of directors", "company profile", "corporate actions", "splits", "rights issue", "bonus issue", "parent company", "subsidiaries", "AAPL.US shareholders", "700.HK executives".4license: MIT5---6
7# longbridge-corporate
8
9Single-symbol corporate profile: who owns the company, who runs it, what corporate actions it has taken, and how it relates to its parent / subsidiaries.
10
11> **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English.
12
13## When to use
14
15- *"AAPL 大股东都有谁"*, *"AAPL major shareholders"*, *"AAPL 大股東"* → `shareholder`
16- *"700.HK 高管", "腾讯管理层", "AAPL board"* → `executive`
17- *"NVDA 公司简介", "company overview", "員工人數", "上市价格"* → `company`
18- *"特斯拉历史拆股", "TSLA splits", "700.HK 派息历史", "rights issue"* → `corp-action`
19- *"700 母公司是谁", "AAPL 子公司有哪些", "subsidiaries"* → `invest-relation`
20- *"X 公司基本面 (结构维度)", "全面公司画像"* → call several subcommands and merge
21
22For financial KPIs (revenue / margin / EPS), use `longbridge-fundamental`. For valuation, use `longbridge-valuation`. For news / filings, use `longbridge-news`.
23
24## Subcommands
25
26> Run `longbridge <subcommand> --help` if unsure of current flags. The CLI's built-in help is the canonical source.
27
28| Capability | Returns |
29|---|---|
30| Institutional shareholders | Name, related ticker, % held, share change, report date. Run `--help` for available filter/sort flags. |
31| Executives and key personnel | Officers, directors, key roles. |
32| Company overview | Founding date, employees, IPO price, listing date, address, business description. |
33| Corporate actions | Stock splits, dividends, rights issues, bonus issues. |
34| Investment relations | Parent company / subsidiaries / sister listings. |
35
36Single symbol per call. The CLI accepts `--lang zh-CN` or `--lang en` for content fetched from longbridge.com (defaults to system `LANG`).
37
38## Workflow
39
401. Resolve to `<CODE>.<MARKET>` (e.g. `AAPL.US`, `700.HK`).
412. Pick the matching subcommand from the prompt cue (table above).
423. For composite questions ("give me a full picture of X as a company") — call several subcommands concurrently and merge.
434. Render a structured summary; cite **Longbridge Securities** and the report date when applicable.
44
45## CLI
46
47```bash
48# Discover available subcommands and their flags first
49longbridge --help
50longbridge <subcommand> --help # run for each subcommand before use
51
52longbridge <shareholder-subcommand> AAPL.US --format json # run --help for filter/sort flags
53longbridge <executive-subcommand> 700.HK --format json
54longbridge <company-subcommand> NVDA.US --format json
55longbridge <corp-action-subcommand> 700.HK --format json
56longbridge <invest-relation-subcommand> 700.HK --format json
57```
58
59## Output
60
61Render results in the user's language. Suggested layouts:
62
63**`shareholder`** — table of name / % held / change / report date. Highlight the top 3 by holding and any change > ±10% if `--range` is `all`.
64
65**`executive`** — list of name / title / appointment date (if available). Group by role (CEO / CFO / Chair / others).
66
67**`company`** — short profile paragraph: founding year, headquarters, employees, IPO date + price, business description.
68
69**`corp-action`** — chronological list (most recent first): date / type (split / dividend / rights / bonus) / ratio or amount. Annotate split adjustments.
70
71**`invest-relation`** — tree-like list: parent → company → subsidiaries (with stake % when available). Note cross-listed sister tickers.
72
73When data is empty, state so explicitly (e.g. *"No corporate actions on record."*) — do not invent.
74
75## Error handling
76
77| Situation | Reply |
78|---|---|
79| Shell `command not found: longbridge` | Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal. |
80| stderr `not logged in` / `unauthorized` | These subcommands are public quote scope; if auth is requested, hint `longbridge auth login`. |
81| Empty result (no shareholders / no actions) | State explicitly: *"No data for this symbol."* Do not invent. |
82| Symbol mapping fails | Ask the user for the `<CODE>.<MARKET>` form. |
83| Other stderr | Relay verbatim — never silently retry. |
84
85## MCP fallback
86
87When the CLI binary is missing, fall back via the equivalent MCP tool. Tool names typically mirror CLI subcommand names (snake_case).
88
89When the CLI is unavailable, fall back to the MCP server. Discover available tools from the MCP server's tool list at runtime — do not rely on hardcoded tool names.
90
91If a name above does not resolve, fall back via the equivalent MCP tool when CLI is missing.
92
93## Related skills
94
95| Skill | Why |
96|---|---|
97| `longbridge-fundamental` | Profitability / cash flow / dividend KPIs (the *numbers* side of the company). |
98| `longbridge-flows` | Fund / ETF holders, insider trades, short interest, HK broker holdings. |
99| `longbridge-news` | Recent filings and community discussion of corporate events. |
100| `longbridge-valuation` | PE / PB lens once you know the company structure. |
101
102## File layout
103
104```
105longbridge-corporate/
106└── SKILL.md # prompt-only, no scripts/
107```