← 返回 Skills 市场
36
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install industry-analyzer-top-enterprise
功能描述
Analyze the top 10 leading enterprises in a given industry, ranked by market value/revenue 1-10. Use when the user asks for '头部企业分析', 'Top 10 companies in X'...
使用说明 (SKILL.md)
头部企业分析器 (Top Enterprise Analyzer)
Analyze the top 10 leading enterprises in a given industry, ranked by market value/revenue 1-10, with per-company deep dive.
When to Use
- 用户明确要求"分析 {行业} 头部企业 / Top 10 / 行业龙头"
- 行业分析流水线第 1 环(由 行业分析成章官 调度)
- 用户给出
output/{slug}/session.json路径,单独跑这个 Skill 做"重跑头部维度"或"补查"
Input
- 必填:
output/{industry-slug}/session.json- 读取
industry/scope/time_window/language/audience
- 读取
- 可选:用户可在 prompt 中追加特殊要求(如"只看上市公司"、"只看未上市独角兽"、"按市值排还是营收排")
Output
- 文件:
output/{industry-slug}/01-top-enterprise.md - 格式:Markdown,含 1 张总览表 + 10 段公司详解(每段 200-300 字)
必含要素(每家公司)
| 要素 | 说明 |
|---|---|
| 排名 | 1-10 |
| 公司名 | 中文 + 英文(如有) |
| 市值或最新年度营收 | 注明口径(市值/营收/估值) |
| 主营业务 | 1-2 句话 |
| 市场份额或行业地位 | 量化或定性 |
| 数据来源 | 注明(财报/官网/榜单/报告) |
| 备注 | 公司近期重大事件、战略动作 |
找不到的处理
- 显式标"未找到,参考线索:..."+ 给出 1-2 个备选
- 不编造、不夸大、不假装全知
Workflow
- 读 session.json:确认 industry / scope / time_window / language / audience
- web_search 头部企业:组合多次搜索
"{行业} 头部企业 排名 {year}""{行业} Top 10 companies revenue {year}""{行业} 上市公司 市值 排行""{行业} 行业龙头 市场份额""{industry} market leaders ranking"
- 取 Top 10:按市值或最新年度营收排序,注明排序口径
- 每家深挖:用 webfetch 拿公司官网 / 财报 / 维基百科 / 行业报告
- 写
01-top-enterprise.md:总览表 + 逐家详解 - 更新 session.json
输出模板
参见 references/top-10-template.md
stop_condition
01-top-enterprise.md存在- 包含 10 家公司
- 每家公司 4 要素齐(排名 / 营收市值 / 主营 / 份额)
- 数据来源标注
- 不确定处显式标注
- session.json
status.top-enterprise=done
style
- 数据精确、来源可追溯、不夸大
- 表格汇总 + 逐家详解
- 不写"加油""努力"等空话
- 不确定 → 显式标"未找到,参考线索:...",不编造
更新 session.json
- 改
status.top-enterprise=done(失败则failed) - 改
updated_at - 在
data_sources追加本次搜索记录{dim, queries, results_summary}
Standalone Mode
若用户未提供 session.json,可直接传参:
- 行业名(必填)
- scope(默认"中国")
- time_window(默认"近 1 年")
- 输出落到默认路径
output/{industry-slug}/01-top-enterprise.md(自动生成最小 session.json)
错误处理
- 行业名太宽泛("商业")→ 提示用户细化
- 行业资料稀少 → 退回 AI 通用知识 + 显式标"未找到具体数据"
- web 搜索失败 → 保留 AI 整合部分 + 在
data_sources标错误原因 - 找不到 10 家 → 至少给 5-7 家,明确说明行业集中度
参考
- 行业分析器总 spec:
~/Downloads/周报生成器/行业分析器/docs/superpowers/specs/2026-06-07-industry-analyzer-design.md§5.1 - 模板:
references/top-10-template.md
安全使用建议
Before installing, understand that the skill will use web research and write or update files under an output directory for the requested industry. Its results may include financial and market data, so users should review cited sources before relying on the report for business decisions.
能力评估
Purpose & Capability
The stated purpose is to analyze leading companies in an industry, and the instructions align with that purpose by searching for rankings, revenue, market value, company details, and source citations.
Instruction Scope
Use is scoped to explicit industry Top 10 or pipeline requests, with clear output requirements and instructions not to fabricate missing data.
Install Mechanism
The artifact contains only markdown skill instructions and a markdown template, with no executable scripts, dependencies, or install-time behavior.
Credentials
Web search/web fetch and reading or writing report files are proportionate for a research-report skill; no unrelated local data access is requested.
Persistence & Privilege
The skill writes output markdown and updates session.json status/data sources, which is expected workflow state rather than hidden persistence or privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install industry-analyzer-top-enterprise - 安装完成后,直接呼叫该 Skill 的名称或使用
/industry-analyzer-top-enterprise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Re-publish v0.1.1: 头部企业 Top 10 排名分析器(修复初次发布的 display name)
v0.1.0
test
元数据
常见问题
行业分析·头部企业 是什么?
Analyze the top 10 leading enterprises in a given industry, ranked by market value/revenue 1-10. Use when the user asks for '头部企业分析', 'Top 10 companies in X'... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 行业分析·头部企业?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install industry-analyzer-top-enterprise」即可一键安装,无需额外配置。
行业分析·头部企业 是免费的吗?
是的,行业分析·头部企业 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
行业分析·头部企业 支持哪些平台?
行业分析·头部企业 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 行业分析·头部企业?
由 Aha.Gare(@zrxparley)开发并维护,当前版本 v0.1.1。
推荐 Skills