longbridge-corporate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-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
longbridge-fundamental
. For valuation, use
longbridge-valuation
. For news / filings, use
longbridge-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-fundamental
。若需估值信息,请使用
longbridge-valuation
。若需新闻/公告,请使用
longbridge-news

Subcommands

子命令

Run
longbridge <subcommand> --help
if unsure of current flags. The CLI's built-in help is the canonical source.
CLI commandReturns
longbridge shareholder <SYMBOL> --format json
Institutional shareholders: name, related ticker, % held, share change, report date. Filters:
--range all|inc|dec
,
--sort chg|owned|time
,
--order desc|asc
.
longbridge executive <SYMBOL> --format json
Executives and key personnel (officers, directors, key roles).
longbridge company <SYMBOL> --format json
Company overview: founding date, employees, IPO price, listing date, address, business description.
longbridge corp-action <SYMBOL> --format json
Corporate actions: stock splits, dividends, rights issues, bonus issues.
longbridge invest-relation <SYMBOL> --format json
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
).
若不确定当前参数,请运行
longbridge <subcommand> --help
。CLI内置帮助为权威来源。
CLI命令返回内容
longbridge shareholder <SYMBOL> --format json
机构股东信息:名称、相关代码、持股比例、股份变动、报告日期。支持筛选:
--range all|inc|dec
--sort chg|owned|time
--order desc|asc
longbridge executive <SYMBOL> --format json
高管及核心人员(管理人员、董事、关键职位)信息。
longbridge company <SYMBOL> --format json
公司概况:成立日期、员工数、IPO价格、上市日期、地址、业务描述。
longbridge corp-action <SYMBOL> --format json
企业行动:拆股、派息、配股、送股。
longbridge invest-relation <SYMBOL> --format json
投资关系:母公司/子公司/交叉上市标的。
每次调用仅支持单个标的。CLI接受
--lang zh-CN
--lang en
参数,用于指定从longbridge.com获取内容的语言(默认使用系统
LANG
设置)。

Workflow

工作流程

  1. Resolve to
    <CODE>.<MARKET>
    (e.g.
    AAPL.US
    ,
    700.HK
    ).
  2. Pick the matching subcommand from the prompt cue (table above).
  3. For composite questions ("give me a full picture of X as a company") — call several subcommands concurrently and merge.
  4. Render a structured summary; cite Longbridge Securities and the report date when applicable.
  1. 解析为
    <CODE>.<MARKET>
    格式(例如
    AAPL.US
    700.HK
    )。
  2. 根据提示线索选择匹配的子命令(见上表)。
  3. 对于复合问题(如“给我X公司的完整画像”)——同时调用多个子命令并合并结果。
  4. 生成结构化摘要;适用时需注明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 json
If
--help
shows newer flags, follow the help output rather than hard-coding here.
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 json
--help
显示更新的参数,请以帮助输出为准,而非此处硬编码内容。

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.
使用用户的语言呈现结果。建议布局:
shareholder
— 表格形式展示名称/持股比例/变动/报告日期。若
--range
all
,需突出显示持股量前三的股东以及变动幅度>±10%的股东。
executive
— 列表形式展示名称/职位/任命日期(如有)。按职位分组(CEO/CFO/董事长/其他)。
company
— 简短概况段落:成立年份、总部地点、员工数、IPO日期+价格、业务描述。
corp-action
— 按时间倒序列表(最新在前):日期/类型(拆股/派息/配股/送股)/比例或金额。需标注拆股调整信息。
invest-relation
— 树状列表:母公司→本公司→子公司(如有持股比例需注明)。需标注交叉上市的关联标的。
若无数据,需明确说明(例如:"暂无相关企业行动记录。")——不得编造内容。

Error handling

错误处理

SituationReply
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 failsAsk the user for the
<CODE>.<MARKET>
form.
Other stderrRelay verbatim — never silently retry.
场景回复
Shell提示
command not found: longbridge
若已配置MCP则 fallback 至MCP;否则告知用户安装longbridge-terminal。
stderr提示
not logged in
/
unauthorized
这些子命令属于公开行情范围;若要求授权,提示用户执行
longbridge auth login
结果为空(无股东/无行动记录)明确说明:"该标的暂无相关数据。" 不得编造内容。
标的解析失败请求用户提供
<CODE>.<MARKET>
格式的标的代码。
其他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 subcommandMCP tool
shareholder
mcp__longbridge__shareholder
executive
mcp__longbridge__executive
company
mcp__longbridge__company
corp-action
mcp__longbridge__corp_action
invest-relation
mcp__longbridge__invest_relation
If a name above does not resolve, fall back via the equivalent MCP tool when CLI is missing.
当CLI二进制文件缺失时,可通过等效的MCP工具进行 fallback。工具名称通常与CLI子命令名称对应(蛇形命名)。
CLI子命令MCP工具
shareholder
mcp__longbridge__shareholder
executive
mcp__longbridge__executive
company
mcp__longbridge__company
corp-action
mcp__longbridge__corp_action
invest-relation
mcp__longbridge__invest_relation
若上述名称无法解析,当CLI缺失时,仍需通过等效的MCP工具进行 fallback。

Related skills

相关技能

SkillWhy
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.
技能说明
longbridge-fundamental
盈利能力/现金流/派息关键指标(公司的“数字”层面)。
longbridge-flows
基金/ETF持有者、内部交易、空头持仓、香港券商持股情况。
longbridge-news
近期公告及社区对企业事件的讨论。
longbridge-valuation
在了解公司结构后,可通过PE/PB视角进行估值分析。

File layout

文件结构

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