Industry supply-chain analysis via Longbridge Securities — maps upstream / midstream / downstream structure for a sector, identifies key bottleneck nodes, assesses bargaining power and profitability at each tier, and evaluates investment value of core supply-chain companies using Longbridge data. Triggers: "产业链", "供应链", "上中下游", "产业链分析", "供应链分析", "咽喉环节", "卡脖子", "产业链投资", "产业链研究", "產業鏈", "供應鏈", "上中下游", "產業鏈分析", "供應鏈分析", "咽喉環節", "supply chain", "value chain", "upstream midstream downstream", "sup...
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill longbridge-supply-chain --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Longbridge Supply Chain?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-longbridge-supply-chain)More formats (shields.io, HTML) on the badges page.
---
name: longbridge-supply-chain
description: |
Industry supply-chain analysis via Longbridge Securities — maps upstream / midstream / downstream structure for a sector, identifies key bottleneck nodes, assesses bargaining power and profitability at each tier, and evaluates investment value of core supply-chain companies using Longbridge data. Triggers: "产业链", "供应链", "上中下游", "产业链分析", "供应链分析", "咽喉环节", "卡脖子", "产业链投资", "产业链研究", "產業鏈", "供應鏈", "上中下游", "產業鏈分析", "供應鏈分析", "咽喉環節", "supply chain", "value chain", "upstream midstream downstream", "supply chain analysis", "bottleneck", "industry chain", "supply chain investment".
license: MIT
metadata:
author: longbridge
version: "1.0.0"
risk_level: read_only
requires_login: false
default_install: true
requires_mcp: false
tier: read
---
# longbridge-supply-chain
Industry supply-chain deep-dive — map the value chain, identify bottlenecks, and assess investment opportunities across tiers.
> **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English.
## When to use
Trigger on prompts asking about:
- Supply-chain structure for an industry — *"半导体产业链"*, *"新能源车供应链"*, *"semiconductor supply chain"*
- Upstream / midstream / downstream breakdown — *"上中下游分析"*, *"upstream downstream"*
- Bottleneck / chokepoint identification — *"卡脖子环节"*, *"咽喉环节"*, *"bottleneck"*
- Supply-chain investment — *"产业链哪个环节最有投资价值"*, *"supply chain investment"*
For individual company fundamentals defer to `longbridge-fundamental`. For industry-wide valuation defer to `longbridge-industry-valuation`.
## Workflow
1. Identify the target industry from the prompt.
2. Use knowledge to map the supply-chain tiers: upstream (raw materials / components), midstream (manufacturing / processing), downstream (end-product / distribution / end-user).
3. For key representative companies at each tier, fetch financial data to compare gross margins and profitability.
4. Identify bottleneck nodes based on gross margin premium, market concentration, and switching cost.
5. Fetch recent news for supply-chain events (shortages, geopolitics, new entrants).
6. Output a structured supply-chain map and investment commentary.
> If unsure of exact flag names, run `longbridge <subcommand> --help` before proceeding.
## CLI
```bash
# Supply-chain news and industry dynamics
longbridge news <SYMBOL> --format json
# Income statement for gross margin comparison across tiers
longbridge financial-report <SYMBOL> --kind IS --format json
# Industry valuation context
longbridge industry-valuation <SYMBOL> --format json
```
Run for each representative company at each tier to compare margins and profitability.
## Output structure
```
# <Industry> Supply Chain Map
## Upstream (上游)
Key materials / components, key companies, avg gross margin, bargaining power
## Midstream (中游)
Processing / manufacturing, key companies, avg gross margin, bargaining power
## Downstream (下游)
End products / services / distribution, key companies, avg gross margin
## Bottleneck Analysis (咽喉环节)
Which tier / company controls pricing, why, and for how long
## Investment Implications
- Highest-margin tier: ...
- Most defensible position: ...
- Near-term catalyst: ...
- Risk: ...
```
## Error handling
| Situation | 简体回复 | 繁體回復 | English reply |
|-----------|---------|---------|---------------|
| Industry too vague | 请提供更具体的行业或公司名称(如"半导体"或"TSMC")。 | 請提供更具體的行業或公司名稱(如"半導體"或"TSMC")。 | Please specify an industry or anchor company (e.g. "semiconductors" or "TSMC"). |
| Company data unavailable | 该公司财务数据暂不可用,已跳过该环节比较。 | 該公司財務數據暫不可用,已略過該環節比較。 | Company financials unavailable — skipping that tier comparison. |
| `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-industry-valuation` — sector-level valuation analysis
- `longbridge-fundamental` — individual company financials
- `longbridge-sector-monitor` — sector-wide monitoring
- `longbridge-competitive-analysis` — competitive positioning within a sector
## File layout
```
skills/longbridge-supply-chain/
└── SKILL.md
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!