longbridge-industry-overview
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-industry-overview
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.
当用户需要行业层面(非个股)分析时触发:
- "给我做一份半导体行业的报告" / "幫我寫港股科技板塊全景" / "Give me an overview of the EV sector"
- "行业竞争格局", "板块分析", "market landscape for cloud computing"
如果用户以特定个股为切入点("NVDA 所在的行业"),则以该个股所属行业为分析锚点。
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).
- 确定目标行业或板块(来自明确提及或从锚点个股推断)。
- 若有指数或ETF覆盖该板块,获取其成分股列表。
- 针对每个核心成分股(市值排名前5-8位),获取行业层面的估值数据。
- 以代表性个股为代理,获取近期行业新闻。
- 整合为行业概览报告(详见输出部分)。
CLI
CLI
If you're unsure of exact flag names or defaults, runfirst.longbridge <subcommand> --help
bash
undefined若不确定确切的参数名称或默认值,请先运行。longbridge <subcommand> --help
bash
undefinedConstituent list for a sector index or ETF
获取行业指数或ETF的成分股列表
longbridge constituent <INDEX_SYMBOL> --format json
longbridge constituent <INDEX_SYMBOL> --format json
Industry-level valuation comparison (anchored to a representative symbol)
基于代表性个股的行业层面估值对比
longbridge industry-valuation <SYMBOL> --format json
longbridge industry-valuation <SYMBOL> --format json
Recent news for top-N constituents (run per key company)
获取头部N家成分股的近期新闻(针对每家核心企业运行)
longbridge news <SYMBOL> --format json
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).longbridge static <SYMBOL> --format json
常见指数代码:`HSI.HK`(恒生指数)、`SPX.US`(标普500)、`IXIC.US`(纳斯达克指数)、`000300.SH`(沪深300)。行业ETF示例:`SOXX.US`(半导体)、`XLK.US`(美国科技)。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
将响应整理为行业报告结构:
- 行业定义——范围、SIC/GICS分类、地域聚焦
- 市场规模——估算总可寻址市场、增长率、发展阶段(早期/成长/成熟/衰退)
- 核心参与者(表格——市值前5-8位):
| 公司 | 代码 | 市值 | 营收增长率 | PE | 市场份额估算 |
|---|
- 竞争动态——集中度(HHI)、进入壁垒、转换成本、定价权
- 估值全景——行业内PE/PB/PS区间(最小值/中位数/最大值)
- 主题催化剂——Top3-5行业利好因素(政策、技术、宏观)
- 核心风险——Top3行业利空因素或结构性威胁
- 结论——整体行业吸引力评级及投资视角
Error handling
错误处理
| Situation | Simplified Chinese | Traditional Chinese / English |
|---|---|---|
| 回退到 MCP;否则提示安装 longbridge-terminal | 回退到 MCP;否則提示安裝 / Fall back to MCP; prompt to install |
| 请运行 | 請運行 |
| Index symbol not found | 请提供正确的指数代码,如 SPX.US、HSI.HK | 請提供正確指數代碼 / Provide a valid index symbol e.g. SPX.US |
| Other stderr | 原样展示错误,不重试 | 原樣展示,不重試 / Surface verbatim, no silent retry |
| 场景 | 简体中文 | 繁体中文 / 英文 |
|---|---|---|
| 回退至MCP;否则提示安装longbridge-terminal | 回退至MCP;否則提示安裝 / Fall back to MCP; prompt to install |
| 请运行 | 請運行 |
| 指数代码未找到 | 请提供正确的指数代码,如SPX.US、HSI.HK | 請提供正確指數代碼 / Provide a valid index symbol e.g. SPX.US |
| 其他标准错误输出 | 原样展示错误,不重试 | 原樣展示,不重試 / Surface verbatim, no silent retry |
Related skills
相关技能
| User asks | Route to |
|---|---|
| Single-company research | |
| Peer valuation matrix | |
| Index constituent list | |
| Competitive analysis for one company | |
| Coverage initiation | |
| 用户提问 | 跳转至 |
|---|---|
| 个股研究 | |
| 同行估值矩阵 | |
| 指数成分股列表 | |
| 单公司竞争分析 | |
| 首次覆盖报告 | |
File layout
文件结构
longbridge-industry-overview/
└── SKILL.mdPrompt-only — no . Discover the latest CLI flags via .
scripts/longbridge <subcommand> --helplongbridge-industry-overview/
└── SKILL.md仅需提示词——无目录。通过了解最新CLI参数。
scripts/longbridge <subcommand> --help