longbridge-industry-overview
Generates an industry panorama report for a given sector or index, synthesising constituent stocks, peer valuation, and industry news into a structured landscape view.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
Trigger when the user wants an industry-level (not single-stock) analysis:
- "给我做一份半导体行业的报告" / "幫我寫港股科技板塊全景" / "Give me an overview of the EV sector"
- "行业竞争格局", "板块分析", "market landscape for cloud computing"
If the user mentions a specific stock as the entry point ("NVDA 所在的行业"), use that stock's industry as the anchor.
Workflow
- Identify the target industry or sector (from explicit mention or inferred from anchor symbol).
- If an index or ETF covers the sector, fetch its constituents.
- For each key constituent (top 5–8 by market cap), fetch industry-level valuation data.
- Fetch recent industry news using representative symbols as proxies.
- Synthesise into an industry overview report (see Output section).
CLI
If you're unsure of exact flag names or defaults, run
longbridge <subcommand> --helpfirst.
# Constituent list for a sector index or ETF
longbridge constituent <INDEX_SYMBOL> --format json
# Industry-level valuation comparison (anchored to a representative symbol)
longbridge industry-valuation <SYMBOL> --format json
# Recent news for top-N constituents (run per key company)
longbridge news <SYMBOL> --format json
# Static info for market cap / industry classification
longbridge static <SYMBOL> --format json
Common index symbols: HSI.HK (Hang Seng), SPX.US (S&P 500), IXIC.US (Nasdaq), 000300.SH (CSI 300). Sector ETF examples: SOXX.US (semiconductors), XLK.US (US tech).
Output
Structure the response as an industry report:
- Industry definition — scope, SIC/GICS classification, geographic focus
- Market sizing — estimated total addressable market, growth rate, stage (early / growth / mature / declining)
- Key players (table — top 5–8 by market cap):
| Company | Symbol | Market Cap | Revenue Growth | PE | Market Share Est. |
|---|
- Competitive dynamics — concentration (HHI), barriers to entry, switching costs, pricing power
- Valuation landscape — PE / PB / PS range (min / median / max) across sector
- Thematic catalysts — top 3–5 industry tailwinds (policy, technology, macro)
- Key risks — top 3 headwinds or structural threats
- Conclusion — overall industry attractiveness rating and investment angle
Error handling
| Situation | Simplified Chinese | Traditional Chinese / English |
|---|---|---|
command not found: longbridge | 回退到 MCP;否则提示安装 longbridge-terminal | 回退到 MCP;否則提示安裝 / Fall back to MCP; prompt to install |
not logged in / unauthorized | 请运行 longbridge auth login | 請運行 longbridge auth login / Run longbridge auth login |
| Index symbol not found | 请提供正确的指数代码,如 SPX.US、HSI.HK | 請提供正確指數代碼 / Provide a valid index symbol e.g. SPX.US |
| Other stderr | 原样展示错误,不重试 | 原樣展示,不重試 / Surface verbatim, no silent retry |
Related skills
| User asks | Route to |
|---|---|
| Single-company research | longbridge-stock-research |
| Peer valuation matrix | longbridge-peer-comparison |
| Index constituent list | longbridge-constituent |
| Competitive analysis for one company | longbridge-competitive-analysis |
| Coverage initiation | longbridge-coverage-initiation |
File layout
longbridge-industry-overview/
└── SKILL.md
Prompt-only — no scripts/. Discover the latest CLI flags via longbridge <subcommand> --help.