longbridge-corporate
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-corporate
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 . For valuation, use . For news / filings, use .
longbridge-fundamentallongbridge-valuationlongbridge-news- "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 公司基本面 (结构维度)", "全面公司画像" → 调用多个子命令并合并结果
若需查询财务关键指标(营收/利润率/EPS),请使用。若需估值信息,请使用。若需新闻/公告,请使用。
longbridge-fundamentallongbridge-valuationlongbridge-newsSubcommands
子命令
Runif unsure of current flags. The CLI's built-in help is the canonical source.longbridge <subcommand> --help
| CLI command | Returns |
|---|---|
| Institutional shareholders: name, related ticker, % held, share change, report date. Filters: |
| 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 or for content fetched from longbridge.com (defaults to system ).
--lang zh-CN--lang enLANG若不确定当前参数,请运行。CLI内置帮助为权威来源。longbridge <subcommand> --help
| CLI命令 | 返回内容 |
|---|---|
| 机构股东信息:名称、相关代码、持股比例、股份变动、报告日期。支持筛选: |
| 高管及核心人员(管理人员、董事、关键职位)信息。 |
| 公司概况:成立日期、员工数、IPO价格、上市日期、地址、业务描述。 |
| 企业行动:拆股、派息、配股、送股。 |
| 投资关系:母公司/子公司/交叉上市标的。 |
每次调用仅支持单个标的。CLI接受或参数,用于指定从longbridge.com获取内容的语言(默认使用系统设置)。
--lang zh-CN--lang enLANGWorkflow
工作流程
- Resolve to (e.g.
<CODE>.<MARKET>,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.
- 解析为格式(例如
<CODE>.<MARKET>、AAPL.US)。700.HK - 根据提示线索选择匹配的子命令(见上表)。
- 对于复合问题(如“给我X公司的完整画像”)——同时调用多个子命令并合并结果。
- 生成结构化摘要;适用时需注明Longbridge Securities及报告日期。
CLI
CLI示例
bash
longbridge shareholder AAPL.US --format json
longbridge shareholder AAPL.US --range inc --sort owned --format json
longbridge executive 700.HK --format json
longbridge company NVDA.US --format json
longbridge corp-action 700.HK --format json
longbridge invest-relation 700.HK --format jsonIf shows newer flags, follow the help output rather than hard-coding here.
--helpbash
longbridge shareholder AAPL.US --format json
longbridge shareholder AAPL.US --range inc --sort owned --format json
longbridge executive 700.HK --format json
longbridge company NVDA.US --format json
longbridge corp-action 700.HK --format json
longbridge invest-relation 700.HK --format json若显示更新的参数,请以帮助输出为准,而非此处硬编码内容。
--helpOutput
输出格式
Render results in the user's language. Suggested layouts:
shareholder--rangeallexecutivecompanycorp-actioninvest-relationWhen data is empty, state so explicitly (e.g. "No corporate actions on record.") — do not invent.
使用用户的语言呈现结果。建议布局:
shareholder--rangeallexecutivecompanycorp-actioninvest-relation若无数据,需明确说明(例如:"暂无相关企业行动记录。")——不得编造内容。
Error handling
错误处理
| Situation | Reply |
|---|---|
Shell | Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal. |
stderr | These subcommands are public quote scope; if auth is requested, hint |
| Empty result (no shareholders / no actions) | State explicitly: "No data for this symbol." Do not invent. |
| Symbol mapping fails | Ask the user for the |
| Other stderr | Relay verbatim — never silently retry. |
| 场景 | 回复 |
|---|---|
Shell提示 | 若已配置MCP则 fallback 至MCP;否则告知用户安装longbridge-terminal。 |
stderr提示 | 这些子命令属于公开行情范围;若要求授权,提示用户执行 |
| 结果为空(无股东/无行动记录) | 明确说明:"该标的暂无相关数据。" 不得编造内容。 |
| 标的解析失败 | 请求用户提供 |
| 其他stderr信息 | 直接转发内容——切勿静默重试。 |
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 |
|---|---|
| Profitability / cash flow / dividend KPIs (the numbers side of the company). |
| Fund / ETF holders, insider trades, short interest, HK broker holdings. |
| Recent filings and community discussion of corporate events. |
| PE / PB lens once you know the company structure. |
| 技能 | 说明 |
|---|---|
| 盈利能力/现金流/派息关键指标(公司的“数字”层面)。 |
| 基金/ETF持有者、内部交易、空头持仓、香港券商持股情况。 |
| 近期公告及社区对企业事件的讨论。 |
| 在了解公司结构后,可通过PE/PB视角进行估值分析。 |
File layout
文件结构
longbridge-corporate/
└── SKILL.md # prompt-only, no scripts/longbridge-corporate/
└── SKILL.md # 仅含提示信息,无scripts/目录