← 返回 Skills 市场
lj22503

行业分析师

作者 lj22503 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
185
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install industry-analyst
功能描述
[何时使用]当用户需要快速了解一个行业时;当用户问"这个行业值得投资吗"时;当进行行业研究时;当需要判断行业生命周期时
使用说明 (SKILL.md)

行业分析师 🏭

基于《如何快速了解一个行业》- 肖璟


📋 功能描述

快速分析行业生命周期、竞争格局、投资价值。

适用场景:

  • 行业快速研究
  • 生命周期判断
  • 竞争格局分析
  • 投资价值评估

边界条件:

  • 不替代深度研究
  • 需配合公司分析
  • 数据时效性需注意
  • 行业差异需考虑

🎯 核心功能

功能 1:行业生命周期判断

4 大阶段特征:

阶段 特征 投资策略
导入期 市场小,增速慢,亏损 观察,不投资
成长期 市场快速扩大,盈利改善 积极投资龙头
成熟期 增速放缓,集中度高 投资现金牛
衰退期 市场萎缩,利润下降 回避或做空

判断指标:

  • 市场增长率
  • 渗透率
  • 竞争格局
  • 盈利水平

功能 2:行业空间分析

市场规模:

  • 当前规模:X 亿
  • 增长率:X%
  • 天花板:远/中/近

驱动因素:

  1. 政策驱动
  2. 技术驱动
  3. 需求驱动
  4. 供给驱动

功能 3:竞争格局分析

市场集中度:

  • CR3(前 3 名份额)
  • CR5(前 5 名份额)
  • 赫芬达尔指数

竞争态势:

公司 市场份额 竞争优势 劣势
龙头 A X% ... ...
龙头 B X% ... ...

功能 4:投资价值评估

投资价值评分: [X/10 分]

维度 评分 说明
行业空间 X/10 天花板高低
增长速度 X/10 增速快慢
竞争格局 X/10 集中度高低
盈利水平 X/10 利润率高低
进入壁垒 X/10 壁垒高低

投资建议: 强烈推荐/推荐/观察/回避


⚠️ 常见错误

错误 1:忽视行业生命周期

问题:
• 在衰退期投资
• 在导入期重仓
• 忽视周期变化

解决:
✓ 先判断生命周期阶段
✓ 成长期积极投资
✓ 衰退期坚决回避

错误 2:只看增速不看质量

问题:
• 只关注收入增速
• 忽视盈利质量
• 忽视现金流

解决:
✓ 关注盈利增速
✓ 关注现金流
✓ 关注 ROE

错误 3:忽视竞争格局变化

问题:
• 只看当前格局
• 忽视新进入者
• 忽视技术颠覆

解决:
✓ 分析进入壁垒
✓ 关注潜在竞争者
✓ 关注技术变革

错误 4:过度依赖历史数据

问题:
• 用过去推断未来
• 忽视结构性变化
• 忽视黑天鹅

解决:
✓ 关注未来驱动因素
✓ 识别结构性变化
✓ 进行情景分析

错误 5:忽视政策风险

问题:
• 忽视政策变化
• 忽视监管风险
• 忽视地缘政治

解决:
✓ 跟踪政策动向
✓ 评估监管风险
✓ 考虑地缘政治

🔗 相关资源

  • references/industry-analysis-framework.md - 行业分析框架详解
  • examples/tech-industry.md - 科技行业分析示例
  • examples/consumer-industry.md - 消费行业分析示例
  • templates/industry-analysis-template.md - 行业分析模板

📊 输入参数

{
  "industry_name": {
    "type": "string",
    "required": true,
    "description": "行业名称"
  },
  "industry_description": {
    "type": "string",
    "required": false,
    "description": "行业描述"
  },
  "market_size": {
    "type": "number",
    "required": false,
    "description": "市场规模(亿)"
  },
  "growth_rate": {
    "type": "number",
    "required": false,
    "description": "增长率(%)"
  },
  "key_players": {
    "type": "array",
    "items": {"type": "string"},
    "required": false,
    "description": "主要玩家列表"
  }
}

📤 输出格式

{
  "status": "success",
  "data": {
    "lifecycle_stage": "导入期 | 成长期 | 成熟期 | 衰退期",
    "market_analysis": {
      "size": 0,
      "growth_rate": 0,
      "ceiling": "远 | 中 | 近"
    },
    "competition_analysis": {
      "cr3": 0,
      "cr5": 0,
      "leaders": []
    },
    "investment_score": 0,
    "max_score": 10,
    "recommendation": "强烈推荐 | 推荐 | 观察 | 回避"
  }
}

🧪 使用示例

示例 1:新能源汽车行业分析

输入:

行业名称:新能源汽车
行业描述:电动汽车、插电混动等
市场规模:5000 亿
增长率:30%
主要玩家:比亚迪、特斯拉、蔚来、小鹏

输出:

【行业生命周期判断】

| 阶段 | 特征 | 当前阶段 |
|------|------|---------|
| 导入期 | 市场小,增速慢 | ❌ |
| 成长期 | 市场快速扩大 | ✅ |
| 成熟期 | 增速放缓,集中度高 | ❌ |
| 衰退期 | 市场萎缩 | ❌ |

判断:当前处于成长期

【行业空间分析】

市场规模:5000 亿,增长率 30%
天花板:远(渗透率仅 20%)

驱动因素:
1. 政策支持(双碳目标)
2. 技术进步(电池成本下降)
3. 需求增长(消费者接受度提高)

【竞争格局分析】

| 公司 | 市场份额 | 竞争优势 |
|------|---------|---------|
| 比亚迪 | 35% | 垂直整合、成本优势 |
| 特斯拉 | 20% | 品牌、技术领先 |
| 蔚来 | 10% | 服务、换电模式 |
| 小鹏 | 8% | 智能化、性价比 |

CR3:65%(集中度中等)

【投资价值评估】

| 维度 | 评分 | 说明 |
|------|------|------|
| 行业空间 | 9/10 | 天花板远 |
| 增长速度 | 9/10 | 增速 30% |
| 竞争格局 | 7/10 | 集中度中等 |
| 盈利水平 | 6/10 | 分化明显 |
| 进入壁垒 | 7/10 | 技术 + 资金壁垒 |

投资价值评分:38/50 分(7.6/10)

【投资建议】

建议:推荐
理由:
1. 行业处于成长期
2. 市场空间大,渗透率低
3. 竞争格局逐步清晰
4. 龙头公司优势明显

风险:
- 政策变化风险
- 竞争加剧风险
- 技术路线风险

📚 核心理念

关键洞察:

  1. 先判断生命周期再投资
  2. 成长期是最佳投资窗口
  3. 竞争格局决定盈利水平
  4. 天花板决定长期空间
  5. 壁垒决定护城河

健康公式:

好行业 = 成长期 × 大空间 × 好格局 × 高壁垒

🔗 相关文件

  • templates/industry-analysis-template.md - 行业分析模板
  • examples/industry-examples.md - 完整行业分析示例集
  • references/industry-analysis-framework.md - 行业分析框架参考

更新日志

  • v2.0.0 (2026-03-19): 按照 SKILL-STANDARD-v2.md 重构,添加 Front Matter、坑点章节、相关资源 🏭
  • v1.0.0 (2026-03-13): 初始版本,行业分析师上线 🏭

先判断生命周期,再决定是否投资。成长期是最佳投资窗口。 🏭

安全使用建议
This skill is an instruction-only industry-analysis template and appears internally consistent. Before relying on its output: (1) remember it provides high-level guidance, not verified market data — supply up-to-date inputs or corroborating data; (2) treat recommendations as informational, not financial advice; (3) verify authorship/source if you require provenance or regulatory-grade analysis. No special credentials or installs are required, so the runtime risk is low.
功能分析
Type: OpenClaw Skill Name: industry-analyst Version: 2.0.0 The skill bundle is a purely informational set of instructions and templates designed to guide an AI agent in performing industry and investment analysis. It contains no executable code, no network activity, and no instructions that would lead to data exfiltration or unauthorized system access. All files, including SKILL.md and the provided templates, are strictly aligned with the stated purpose of financial research and lack any high-risk behaviors or prompt-injection attacks.
能力评估
Purpose & Capability
Name/description (行业分析师) align with the provided SKILL.md, examples, templates, and references. All declared inputs and outputs are appropriate for an industry-analysis assistant; there are no extraneous environment variables, binaries, or config paths required.
Instruction Scope
SKILL.md contains clear, bounded instructions (how to assess lifecycle, market size, CR3/CR5, scoring, templates and examples). It does not instruct the agent to read unrelated files, access system state, call external endpoints, or exfiltrate data. The skill is guidance/templating rather than an autonomous data-collection agent.
Install Mechanism
No install spec and no code files that would be written/executed. Instruction-only skills carry minimal install risk because nothing is downloaded or installed.
Credentials
The skill requests no environment variables, credentials, or config paths. The inputs it expects (industry_name, market_size, growth_rate, key_players) are appropriate and user-supplied.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent system privileges. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install industry-analyst
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /industry-analyst 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
按 v2.0 标准重构,添加 Front Matter、坑点章节、支持文件
元数据
Slug industry-analyst
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

行业分析师 是什么?

[何时使用]当用户需要快速了解一个行业时;当用户问"这个行业值得投资吗"时;当进行行业研究时;当需要判断行业生命周期时. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。

如何安装 行业分析师?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install industry-analyst」即可一键安装,无需额外配置。

行业分析师 是免费的吗?

是的,行业分析师 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

行业分析师 支持哪些平台?

行业分析师 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 行业分析师?

由 lj22503(@lj22503)开发并维护,当前版本 v2.0.0。

💬 留言讨论