longbridge-stock-research
Generates a concise equity research snapshot for a single stock by aggregating analyst consensus, key financials, valuation, 60-day price performance, and recent news — structured like a sell-side research brief.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
Trigger when the user asks for a holistic view of a stock combining multiple data sources:
- "给我做一个 NVDA 的研究报告" / "幫我分析一下 700.HK" / "Do a research brief on TSLA"
- "个股快照", "综合分析 AAPL", "stock deep dive into ARM"
For single-datatype queries (price only, valuation only, news only), prefer the dedicated skill instead.
Workflow
- Parse the symbol and normalise to
<CODE>.<MARKET> (see symbol format below).
- Run all five CLI commands (parallel is fine):
- Analyst consensus estimates
- Income statement (latest 4 quarters or annual)
- Valuation snapshot
- Recent news (latest 10 items)
- 60-day daily candlestick
- Synthesise into a structured research brief (see Output section).
- Cite data source as Longbridge Securities / 数据来源:长桥证券 / 數據來源:長橋證券.
Symbol format
<CODE>.<MARKET> — e.g. NVDA.US, 700.HK, 600519.SH, 300750.SZ, D05.SG. If the market is ambiguous, ask the user.
CLI
If you're unsure of exact flag names or defaults, run longbridge <subcommand> --help first.
# Analyst consensus (target price, EPS estimates, rating distribution)
longbridge consensus <SYMBOL> --format json
# Income statement (revenue, net income, EPS — quarterly)
longbridge financial-report <SYMBOL> --kind IS --format json
# Valuation snapshot (PE / PB / PS / EV-EBITDA)
longbridge valuation <SYMBOL> --format json
# Recent news (latest 10 items)
longbridge news <SYMBOL> --format json
# 60-day daily OHLCV
longbridge kline <SYMBOL> --period day --count 60 --format json
Output
Structure the response as a research brief with these sections:
- Company snapshot — name, market, sector, market cap, current price + 60-day change
- Financial highlights — revenue / net income / EPS (last reported + YoY growth)
- Valuation — PE / PB / PS vs industry median (if available)
- Analyst consensus — avg target price, buy/hold/sell count, implied upside
- Price performance — 60-day return, high/low range
- Key news — top 3–5 items with date and one-line summary
- Investment considerations — balanced bull/bear summary (2–3 points each)
Error handling
| Situation |
Simplified Chinese |
Traditional Chinese / English |
command not found: longbridge |
回退到 MCP;否则提示用户安装 longbridge-terminal |
回退到 MCP;否則提示安裝 / Fall back to MCP; otherwise prompt to install longbridge-terminal |
not logged in / unauthorized |
请运行 longbridge auth login |
請運行 longbridge auth login / Run longbridge auth login |
Invalid symbol / param_error |
请确认股票代码格式,例如 NVDA.US |
請確認股票代碼格式 / Check symbol format e.g. NVDA.US |
| Other stderr |
原样展示错误信息,不重试 |
原樣展示錯誤,不重試 / Surface verbatim, no silent retry |
Related skills
| User asks |
Route to |
| Price only |
longbridge-quote |
| Valuation percentile history |
longbridge-valuation |
| Peer comparison |
longbridge-peer-comparison |
| News only |
longbridge-news |
| Earnings-focused analysis |
longbridge-fundamental |
| Post-earnings update report |
longbridge-earnings |
| Pre-earnings preview |
longbridge-earnings-preview |
File layout
longbridge-stock-research/
└── SKILL.md
Prompt-only — no scripts/. Discover the latest CLI flags via longbridge <subcommand> --help.
1---2name: longbridge-stock-research3description: Comprehensive equity research snapshot — integrates analyst consensus estimates, company fundamentals (revenue / profit / valuation), 60-day price history, and recent major news to produce an investment research snapshot similar to a sell-side equity research brief. Triggers: "股票研究", "个股分析", "研究报告", "个股快照", "综合分析", "股票调研", "股票深度", "個股分析", "研究報告", "個股快照", "綜合分析", "股票研究", "stock research", "equity research", "stock analysis", "research snapshot", "investment brief", "stock deep dive", "comprehensive analysis", "NVDA research", "700.HK analysis".4license: MIT5---6
7# longbridge-stock-research
8
9Generates a concise equity research snapshot for a single stock by aggregating analyst consensus, key financials, valuation, 60-day price performance, and recent news — structured like a sell-side research brief.
10
11> **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English.
12
13## When to use
14
15Trigger when the user asks for a holistic view of a stock combining multiple data sources:
16
17- *"给我做一个 NVDA 的研究报告"* / *"幫我分析一下 700.HK"* / *"Do a research brief on TSLA"*
18- *"个股快照"*, *"综合分析 AAPL"*, *"stock deep dive into ARM"*
19
20For single-datatype queries (price only, valuation only, news only), prefer the dedicated skill instead.
21
22## Workflow
23
241. Parse the symbol and normalise to `<CODE>.<MARKET>` (see symbol format below).
252. Run all five CLI commands (parallel is fine):
26 - Analyst consensus estimates
27 - Income statement (latest 4 quarters or annual)
28 - Valuation snapshot
29 - Recent news (latest 10 items)
30 - 60-day daily candlestick
313. Synthesise into a structured research brief (see Output section).
324. Cite data source as **Longbridge Securities** / **数据来源:长桥证券** / **數據來源:長橋證券**.
33
34## Symbol format
35
36`<CODE>.<MARKET>` — e.g. `NVDA.US`, `700.HK`, `600519.SH`, `300750.SZ`, `D05.SG`. If the market is ambiguous, ask the user.
37
38## CLI
39
40> If you're unsure of exact flag names or defaults, run `longbridge <subcommand> --help` first.
41
42```bash
43# Analyst consensus (target price, EPS estimates, rating distribution)
44longbridge consensus <SYMBOL> --format json
45
46# Income statement (revenue, net income, EPS — quarterly)
47longbridge financial-report <SYMBOL> --kind IS --format json
48
49# Valuation snapshot (PE / PB / PS / EV-EBITDA)
50longbridge valuation <SYMBOL> --format json
51
52# Recent news (latest 10 items)
53longbridge news <SYMBOL> --format json
54
55# 60-day daily OHLCV
56longbridge kline <SYMBOL> --period day --count 60 --format json
57```
58
59## Output
60
61Structure the response as a research brief with these sections:
62
631. **Company snapshot** — name, market, sector, market cap, current price + 60-day change
642. **Financial highlights** — revenue / net income / EPS (last reported + YoY growth)
653. **Valuation** — PE / PB / PS vs industry median (if available)
664. **Analyst consensus** — avg target price, buy/hold/sell count, implied upside
675. **Price performance** — 60-day return, high/low range
686. **Key news** — top 3–5 items with date and one-line summary
697. **Investment considerations** — balanced bull/bear summary (2–3 points each)
70
71## Error handling
72
73| Situation | Simplified Chinese | Traditional Chinese / English |
74|---|---|---|
75| `command not found: longbridge` | 回退到 MCP;否则提示用户安装 longbridge-terminal | 回退到 MCP;否則提示安裝 / Fall back to MCP; otherwise prompt to install longbridge-terminal |
76| `not logged in` / `unauthorized` | 请运行 `longbridge auth login` | 請運行 `longbridge auth login` / Run `longbridge auth login` |
77| Invalid symbol / `param_error` | 请确认股票代码格式,例如 NVDA.US | 請確認股票代碼格式 / Check symbol format e.g. NVDA.US |
78| Other stderr | 原样展示错误信息,不重试 | 原樣展示錯誤,不重試 / Surface verbatim, no silent retry |
79
80## Related skills
81
82| User asks | Route to |
83|---|---|
84| Price only | `longbridge-quote` |
85| Valuation percentile history | `longbridge-valuation` |
86| Peer comparison | `longbridge-peer-comparison` |
87| News only | `longbridge-news` |
88| Earnings-focused analysis | `longbridge-fundamental` |
89| Post-earnings update report | `longbridge-earnings` |
90| Pre-earnings preview | `longbridge-earnings-preview` |
91
92## File layout
93
94```
95longbridge-stock-research/
96└── SKILL.md
97```
98
99Prompt-only — no `scripts/`. Discover the latest CLI flags via `longbridge <subcommand> --help`.