← 返回 Skills 市场
45
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install industry-deep-report
功能描述
竞品/行业深度分析报告。 用户指定赛道或公司,AI 进行深度搜索分析,输出结构化深度报告。 定价:1元/份。 触发条件:用户明确请求竞品分析、行业深度报告、赛道研究、公司分析。
使用说明 (SKILL.md)
竞品/行业深度报告
核心原则:技能负责描述业务意图、发起支付与流程编排。ClawTip 全权负责钱包管理、支付执行、提供凭证。
工作流程
Phase 1 — 创建订单
当用户请求报告时,先确认参数(赛道/公司名称),然后调用 scripts/create_order.py:
python3 scripts/create_order.py "\x3C用户请求>"
脚本输出 JSON 包含:order_no、amount、indicator、encrypted_data。
Phase 2 — 发起支付
使用 ClawTip 处理支付。沙箱测试阶段使用 clawtip-sandbox,生产环境替换为 clawtip。
沙箱环境(开发测试用):
npx --yes @clawtip/[email protected] pay -o \x3Corder_no> -i \x3Cindicator> -v 1.0.12
生产环境:
npx --yes @clawtip/[email protected] pay -o \x3Corder_no> -i \x3Cindicator> -v 1.0.14
Phase 3 — 生成报告
支付成功后,根据用户请求进行深度搜索分析,生成结构化报告。
报告结构:
- 赛道/公司概览 — 基本信息、规模、定位
- 竞品格局 — 主要玩家、市场份额、差异化
- 趋势分析 — 行业趋势、技术演进、政策环境
- 机会与风险 — 潜在机会、风险预警、应对建议
- 情报洞察 — 深度分析结论和可行动建议
职责边界
| Skills(本技能) | ClawTip |
|---|---|
| 描述业务意图、创建订单 | 钱包管理 |
| 发起支付、流程编排 | 支付执行 |
| 生成报告内容 | 提供支付凭证 |
| 断点续服 | 限额/频次控制 |
安全使用建议
Install only if you are comfortable with a paid workflow that may run ClawTip tooling, use network search, and keep local order records containing your report request and payment metadata. Avoid sensitive business queries unless you understand where the data goes and how to remove the saved order files.
能力评估
Purpose & Capability
The stated purpose is a 1-yuan competitor or industry analysis report, and the order creation, ClawTip payment, outbound network use, and report generation fit that purpose.
Instruction Scope
The workflow tells the agent to create an order and run a ClawTip payment command after confirming report parameters, but it does not require an explicit user confirmation step immediately before payment or clearly disclose exactly what request data is stored or sent.
Install Mechanism
The manifest requests python3 and the runtime instructions execute version-pinned ClawTip npm packages with npx --yes; this is disclosed but still means installing/running external payment tooling.
Credentials
Outbound network access is proportionate for deep search and payment processing, but the skill gives broad network permission rather than narrowly describing destinations or data recipients.
Persistence & Privilege
The scripts create persistent JSON order files under ~/.openclaw/skills/orders or ~/openclaw/skills/orders containing the raw user question, amount, payee, encrypted payment data, and order metadata, with no retention, deletion, encryption-at-rest, or restrictive file-permission controls described.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install industry-deep-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/industry-deep-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
移除不需要的credential.read权限,消除API key required标签
v1.0.1
修正定价显示:更新为1元/份
v1.0.0
初版发布:竞品/行业深度分析报告技能
元数据
常见问题
竞品/行业深度报告 是什么?
竞品/行业深度分析报告。 用户指定赛道或公司,AI 进行深度搜索分析,输出结构化深度报告。 定价:1元/份。 触发条件:用户明确请求竞品分析、行业深度报告、赛道研究、公司分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。
如何安装 竞品/行业深度报告?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install industry-deep-report」即可一键安装,无需额外配置。
竞品/行业深度报告 是免费的吗?
是的,竞品/行业深度报告 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
竞品/行业深度报告 支持哪些平台?
竞品/行业深度报告 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 竞品/行业深度报告?
由 Neo-yu3(@neo-yu3)开发并维护,当前版本 v1.0.2。
推荐 Skills