longbridge-company-profile
Professional pitch-book company profile page — positioning, financials, shareholders, and catalysts formatted for investment-banking presentations.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
Trigger on prompts asking for:
- Pitch-book or presentation-ready company page — "给我 TSLA 的公司画像", "company profile page for AAPL", "公司简介页"
- Investor or trading material — "investor profile", "公司展示页", "company slide"
- IB-style company description — "投行公司页", "pitch book company page"
For a compact one-pager defer to longbridge-company-tearsheet. For deep financial analysis defer to longbridge-fundamental.
Workflow
- Extract and normalise the symbol (e.g.
TSLA.US, 700.HK).
- Fetch in parallel:
- Company profile (business description, industry, founded, employees, IPO)
- Income statement KPIs (revenue, EBITDA, net income, EPS — last 3 years)
- Valuation multiples (PE, PB, EV, EV/EBITDA)
- 1-year daily price history (OHLCV, for trend description)
- Executive team (CEO, CFO, key officers)
- Major shareholders (top 5)
- Latest news / catalysts (top 5)
- Synthesise a positioning quadrant narrative (market position vs. growth rate).
- Render the profile in structured markdown — headline block, financial matrix, shareholder table, catalyst bullets.
- Flag any data gaps with "—".
If unsure of exact flag names, run longbridge <subcommand> --help before proceeding.
CLI
# Company profile (description, industry, IPO, address)
longbridge company <SYMBOL> --format json
# Income statement (revenue, net income, EPS)
longbridge financial-report <SYMBOL> --kind IS --format json
# Valuation multiples (PE, PB, EV/EBITDA)
longbridge calc-index <SYMBOL> --format json
# 1-year daily OHLCV for trend description
longbridge kline <SYMBOL> --period day --count 252 --format json
# Executive team
longbridge executive <SYMBOL> --format json
# Major shareholders
longbridge shareholder <SYMBOL> --format json
# Recent news / catalysts
longbridge news <SYMBOL> --format json
Output structure
╔══════════════════════════════════════════════════════╗
<Company Name> (<SYMBOL>) [Sector / Industry]
╚══════════════════════════════════════════════════════╝
COMPANY OVERVIEW
<2–3 sentence business description>
Founded: ... Employees: ... HQ: ... IPO: ...
POSITIONING
Market Position: [Leader / Challenger / Niche]
Growth Profile: [High / Moderate / Mature]
Competitive Moat: <key differentiator>
FINANCIAL MATRIX
Year Revenue EBITDA Net Income EPS
FY-2 $xxxB $xxxB $xxxB $x.xx
FY-1 $xxxB $xxxB $xxxB $x.xx
LTM $xxxB $xxxB $xxxB $x.xx
VALUATION
PE: xx.x× PB: x.x× EV: $xxxB EV/EBITDA: xx.x×
PRICE PERFORMANCE (1Y)
Range: $xx – $xxx Current: $xxx Change: +x.x%
Trend: <brief narrative of price trajectory>
KEY MANAGEMENT
CEO: <Name> CFO: <Name> Other: ...
MAJOR SHAREHOLDERS
1. <Name> — xx.x%
2. ...
RECENT CATALYSTS
• <Catalyst 1>
• <Catalyst 2>
• <Catalyst 3>
Error handling
| Situation |
简体回复 |
繁體回復 |
English reply |
| Symbol not found |
未找到该代码,请确认市场和格式。 |
找不到該代碼,請確認市場和格式。 |
Symbol not found — verify the exchange and ticker. |
| Partial data missing |
部分数据暂不可用,已用"—"标注。 |
部分數據暫不可用,已用"—"標注。 |
Some data unavailable — marked with "—". |
command not found: longbridge |
请安装 longbridge-terminal 或通过 MCP 连接。 |
請安裝 longbridge-terminal 或透過 MCP 連線。 |
Install longbridge-terminal or connect via MCP. |
not logged in |
请运行 longbridge auth login。 |
請執行 longbridge auth login。 |
Run longbridge auth login. |
MCP fallback
When the CLI is unavailable, fall back to the MCP server. Discover available tools from the MCP server's tool list at runtime.
Related skills
longbridge-company-tearsheet — compact one-pager
longbridge-fundamental — deep financial analysis
longbridge-corporate — ownership structure and management detail
longbridge-investment-proposal — full investment memo
longbridge-valuation — historical valuation percentile
File layout
skills/longbridge-company-profile/
└── SKILL.md
1---2name: longbridge-company-profile3description: Pitch-book company profile page via Longbridge — generates a professional company profile for trading materials and client presentations: positioning quadrant (market position / growth), business highlights, key financial matrix (revenue / EBITDA / net income / EPS / PE / EV), price trend description, major shareholders and management, recent catalysts. More presentation-focused and investment-banking oriented than longbridge-company-tearsheet. Triggers: "公司画像", "公司简介页", "投行公司页", "公司展示", "公司描述", "公司介绍页", "公司信息页", "公司畫像", "公司簡介頁", "投行公司頁", "pitch book", "company profile page", "company profile", "company description", "investor profile", "company slide", "company overview page", "pitch book company page".4license: MIT5---6
7# longbridge-company-profile
8
9Professional pitch-book company profile page — positioning, financials, shareholders, and catalysts formatted for investment-banking presentations.
10
11> **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English.
12
13## When to use
14
15Trigger on prompts asking for:
16
17- Pitch-book or presentation-ready company page — *"给我 TSLA 的公司画像"*, *"company profile page for AAPL"*, *"公司简介页"*
18- Investor or trading material — *"investor profile"*, *"公司展示页"*, *"company slide"*
19- IB-style company description — *"投行公司页"*, *"pitch book company page"*
20
21For a compact one-pager defer to `longbridge-company-tearsheet`. For deep financial analysis defer to `longbridge-fundamental`.
22
23## Workflow
24
251. Extract and normalise the symbol (e.g. `TSLA.US`, `700.HK`).
262. Fetch in parallel:
27 - Company profile (business description, industry, founded, employees, IPO)
28 - Income statement KPIs (revenue, EBITDA, net income, EPS — last 3 years)
29 - Valuation multiples (PE, PB, EV, EV/EBITDA)
30 - 1-year daily price history (OHLCV, for trend description)
31 - Executive team (CEO, CFO, key officers)
32 - Major shareholders (top 5)
33 - Latest news / catalysts (top 5)
343. Synthesise a positioning quadrant narrative (market position vs. growth rate).
354. Render the profile in structured markdown — headline block, financial matrix, shareholder table, catalyst bullets.
365. Flag any data gaps with "—".
37
38> If unsure of exact flag names, run `longbridge <subcommand> --help` before proceeding.
39
40## CLI
41
42```bash
43# Company profile (description, industry, IPO, address)
44longbridge company <SYMBOL> --format json
45
46# Income statement (revenue, net income, EPS)
47longbridge financial-report <SYMBOL> --kind IS --format json
48
49# Valuation multiples (PE, PB, EV/EBITDA)
50longbridge calc-index <SYMBOL> --format json
51
52# 1-year daily OHLCV for trend description
53longbridge kline <SYMBOL> --period day --count 252 --format json
54
55# Executive team
56longbridge executive <SYMBOL> --format json
57
58# Major shareholders
59longbridge shareholder <SYMBOL> --format json
60
61# Recent news / catalysts
62longbridge news <SYMBOL> --format json
63```
64
65## Output structure
66
67```
68╔══════════════════════════════════════════════════════╗
69 <Company Name> (<SYMBOL>) [Sector / Industry]
70╚══════════════════════════════════════════════════════╝
71
72COMPANY OVERVIEW
73<2–3 sentence business description>
74Founded: ... Employees: ... HQ: ... IPO: ...
75
76POSITIONING
77Market Position: [Leader / Challenger / Niche]
78Growth Profile: [High / Moderate / Mature]
79Competitive Moat: <key differentiator>
80
81FINANCIAL MATRIX
82Year Revenue EBITDA Net Income EPS
83FY-2 $xxxB $xxxB $xxxB $x.xx
84FY-1 $xxxB $xxxB $xxxB $x.xx
85LTM $xxxB $xxxB $xxxB $x.xx
86
87VALUATION
88PE: xx.x× PB: x.x× EV: $xxxB EV/EBITDA: xx.x×
89
90PRICE PERFORMANCE (1Y)
91Range: $xx – $xxx Current: $xxx Change: +x.x%
92Trend: <brief narrative of price trajectory>
93
94KEY MANAGEMENT
95CEO: <Name> CFO: <Name> Other: ...
96
97MAJOR SHAREHOLDERS
981. <Name> — xx.x%
992. ...
100
101RECENT CATALYSTS
102• <Catalyst 1>
103• <Catalyst 2>
104• <Catalyst 3>
105```
106
107## Error handling
108
109| Situation | 简体回复 | 繁體回復 | English reply |
110|-----------|---------|---------|---------------|
111| Symbol not found | 未找到该代码,请确认市场和格式。 | 找不到該代碼,請確認市場和格式。 | Symbol not found — verify the exchange and ticker. |
112| Partial data missing | 部分数据暂不可用,已用"—"标注。 | 部分數據暫不可用,已用"—"標注。 | Some data unavailable — marked with "—". |
113| `command not found: longbridge` | 请安装 longbridge-terminal 或通过 MCP 连接。 | 請安裝 longbridge-terminal 或透過 MCP 連線。 | Install longbridge-terminal or connect via MCP. |
114| `not logged in` | 请运行 `longbridge auth login`。 | 請執行 `longbridge auth login`。 | Run `longbridge auth login`. |
115
116## MCP fallback
117
118When the CLI is unavailable, fall back to the MCP server. Discover available tools from the MCP server's tool list at runtime.
119
120## Related skills
121
122- `longbridge-company-tearsheet` — compact one-pager
123- `longbridge-fundamental` — deep financial analysis
124- `longbridge-corporate` — ownership structure and management detail
125- `longbridge-investment-proposal` — full investment memo
126- `longbridge-valuation` — historical valuation percentile
127
128## File layout
129
130```
131skills/longbridge-company-profile/
132└── SKILL.md
133```