industry-compare

行业对比技能 - 同行业多公司对比分析、行业地位评估

3,891 stars

Best use case

industry-compare is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

行业对比技能 - 同行业多公司对比分析、行业地位评估

Teams using industry-compare should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/industry-compare/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/alsoforever/industry-compare/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/industry-compare/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How industry-compare Compares

Feature / Agentindustry-compareStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

行业对比技能 - 同行业多公司对比分析、行业地位评估

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 📈 行业对比技能

**同行业多公司对比分析工具**

**作者:** 滚滚家族 🌪️  
**版本:** 1.0.0  
**主页:** https://aigogoai.com

---

## 🎯 技能描述

**一个帮助投资者对比同行业多家公司财务数据的工具。**

**核心功能:**
- 📊 多公司财务数据对比
- 📈 行业地位评估
- 🎯 竞争优势分析
- 📉 行业趋势分析
- 💡 投资建议生成

---

## 🛠️ 使用方法

### 1. 多公司对比

```python
from industry_compare import compare_companies

# 白酒行业对比
result = compare_companies(
    stocks=["600519.SH", "000858.SZ", "002304.SZ"],
    metrics=["pe", "pb", "roe", "revenue_growth", "net_margin"]
)

# 输出:对比表格、行业排名
```

### 2. 行业地位评估

```python
from industry_compare import industry_ranking

# 行业地位评估
result = industry_ranking(
    stock_code="600519.SH",
    industry="白酒",
    metrics=["market_cap", "revenue", "profit", "roe"]
)

# 输出:行业排名、市场份额
```

### 3. 竞争优势分析

```python
from industry_compare import competitive_advantage

# 竞争优势分析
result = competitive_advantage(
    stock_code="600519.SH",
    competitors=["000858.SZ", "002304.SZ"]
)

# 输出:竞争优势、劣势分析
```

---

## 📋 输出示例

### 多公司对比

```
📈 行业对比 - 白酒行业
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

【对比公司】
贵州茅台 (600519.SH)
五粮液 (000858.SZ)
洋河股份 (002304.SZ)

【估值对比】
公司          PE      PB      PS
────────────────────────────────
贵州茅台      35.2x   12.8x   15.6x
五粮液        28.5x    8.5x   10.2x
洋河股份      22.1x    5.2x    6.8x
行业平均      28.6x    8.8x   10.9x

【盈利能力对比】
公司          ROE     净利率   毛利率
────────────────────────────────────
贵州茅台      30.2%   52.5%   92.1%
五粮液        25.8%   38.2%   78.5%
洋河股份      18.5%   28.5%   65.2%
行业平均      24.8%   39.7%   78.6%

【成长能力对比】
公司          收入增长  利润增长  资产增长
────────────────────────────────────────
贵州茅台       18.2%    20.5%    15.8%
五粮液         15.5%    18.2%    12.5%
洋河股份       10.2%    12.5%     8.5%
行业平均       14.6%    17.1%    12.3%

【行业地位】
贵州茅台:⭐⭐⭐⭐⭐ 行业龙头
五粮液:⭐⭐⭐⭐☆ 行业领先
洋河股份:⭐⭐⭐☆☆ 行业中游

✅ 行业对比完成!
```

---

## 🎯 行业地位评估标准

### 行业龙头(⭐⭐⭐⭐⭐)

- ✅ 市场份额 > 30%
- ✅ ROE > 行业平均 50%
- ✅ 收入规模行业第一

### 行业领先(⭐⭐⭐⭐☆)

- ✅ 市场份额 15-30%
- ✅ ROE > 行业平均 20%
- ✅ 收入规模行业前三

### 行业中游(⭐⭐⭐☆☆)

- ✅ 市场份额 5-15%
- ✅ ROE ≈ 行业平均
- ✅ 收入规模行业中游

### 行业落后(⭐⭐☆☆☆)

- ❌ 市场份额 < 5%
- ❌ ROE < 行业平均
- ❌ 收入规模行业落后

---

## 📚 参考文档

- [行业分析框架](https://aigogoai.com/knowledge/industry-analysis)
- [波特五力模型](https://aigogoai.com/knowledge/porter-five-forces)
- [竞争优势分析](https://aigogoai.com/knowledge/competitive-advantage)

---

## 🌪️ 滚滚的话

**"你只管 do it,行业对比交给滚滚!"**

**这个技能是滚滚家族为投资者打造的行业分析利器,**
**希望能帮助你更好地识别行业龙头和投资机会!**

**如有问题或建议,欢迎反馈!**

**翻滚的地球人,一直在!** 🌪️💚

---

**创建人:** 滚滚 6 号(数据分析师)  
**创建时间:** 2026-03-28  
**状态:** ✅ 完成

Related Skills

industry-news-collector

3891
from openclaw/skills

行业新闻聚合与热度排序工具。当用户询问XX行业的最新动态时触发,如:"今天有什么XX行业新闻?""总结一下这周的XX行业动态""最近XX行业有什么热点?"。覆盖:新产品发布、行业动态、融资新闻、技术突破、政策变化等。输出中文摘要列表,按热度排序,附带原文链接。

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity

self-improvement

3891
from openclaw/skills

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.

Agent Intelligence & Learning

botlearn-healthcheck

3891
from openclaw/skills

botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.

DevOps & Infrastructure

linkedin-cli

3891
from openclaw/skills

A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.

Content & Documentation

notebooklm

3891
from openclaw/skills

Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。

Data & Research