← 返回 Skills 市场
claudiodrusus

Competitor Analyzer

作者 claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
910
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install competitor-analyzer
功能描述
Generate a detailed competitive analysis report for any company, including overview, pricing, social media, recent news, and SWOT-lite insights.
使用说明 (SKILL.md)

Competitor Analyzer

Analyze any company's competitive position in minutes. Takes a company name or URL and produces a structured report covering what they do, pricing, social presence, and recent news.

Usage

./analyze.sh \x3Ccompany_name_or_url>

Example

./analyze.sh "Notion"
./analyze.sh "https://linear.app"

Output

A structured competitive analysis report with:

  • Company Overview — What they do, market position
  • Pricing Analysis — Plans, tiers, free tier details
  • Social Presence — Twitter, LinkedIn, GitHub activity
  • Recent News — Latest announcements, funding, launches
  • Strengths & Weaknesses — Quick SWOT-lite summary

Requirements

  • curl (standard)
  • Internet access for web searches
  • Works best when run by an AI agent with web_search tool access

How It Works

The script uses web search queries to gather intel, then formats results into a clean markdown report. When run by an OpenClaw agent, it leverages the web_search tool for richer results. Standalone mode uses curl + DuckDuckGo.

安全使用建议
This skill appears to do what it says: it scrapes public search results and builds a markdown report. Before installing or running it, note the following: (1) the script uses curl and python3 even though the registry metadata lists no required binaries — ensure curl and python3 are present. (2) It queries DuckDuckGo HTML (https://html.duckduckgo.com/html/) and parses the returned HTML; this is scraping and may be brittle or return incomplete results. (3) The script writes a report file to your current working directory; run it in a location where writing is safe. (4) There are no credentials requested and no hidden/external endpoints in the code, but as with any script, inspect it yourself and run it in an isolated environment if you have concerns. If you plan to let an agent run this autonomously, be aware the agent will perform web searches on your behalf (no secrets are sent).
功能分析
Type: OpenClaw Skill Name: competitor-analyzer Version: 1.0.0 The OpenClaw skill bundle 'competitor-analyzer' is benign. The `analyze.sh` script uses `curl` to perform web searches on DuckDuckGo and `python3` to parse the HTML results, then compiles them into a local markdown report. This behavior is fully aligned with its stated purpose. Input sanitization for the output filename and URL query parameters prevents path traversal and command injection. There is no evidence of data exfiltration, persistence mechanisms, obfuscation, or malicious prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
The skill's name and description match what the files do: gather public web search results and produce a markdown report. Minor inconsistency: the registry metadata lists no required binaries, but both SKILL.md and analyze.sh require curl and python3 (the script calls curl and invokes python3 for URL encoding and HTML parsing). This is likely a documentation/metadata omission rather than malicious.
Instruction Scope
SKILL.md instructs running the bundled analyze.sh and (optionally) using the agent's web_search tool. The script only performs web searches against DuckDuckGo HTML, parses public search snippets, formats a report, and writes it to the current working directory. It does not read other files, access environment variables, or send data to unexpected third-party endpoints.
Install Mechanism
No install spec is provided (instruction-only with an included script). No external archives or downloads are performed. The script is run locally and uses system utilities (curl, python3).
Credentials
The skill requests no credentials, secrets, or config paths. The script does not reference any environment variables or require access to unrelated services.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It writes a report file to the current directory (expected behavior) and prints it to stdout.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install competitor-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /competitor-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Instantly generate a structured competitor analysis report from any company name or URL. - Produces automated reports covering company overview, pricing, social presence, and recent news. - Includes a SWOT-lite section for quick strengths and weaknesses. - Usable via `analyze.sh <company_name_or_url>`. - Requires curl and web access; enhanced results when used with web_search tool.
元数据
Slug competitor-analyzer
版本 1.0.0
许可证
累计安装 6
当前安装数 5
历史版本数 1
常见问题

Competitor Analyzer 是什么?

Generate a detailed competitive analysis report for any company, including overview, pricing, social media, recent news, and SWOT-lite insights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 910 次。

如何安装 Competitor Analyzer?

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

Competitor Analyzer 是免费的吗?

是的,Competitor Analyzer 完全免费(开源免费),可自由下载、安装和使用。

Competitor Analyzer 支持哪些平台?

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

谁开发了 Competitor Analyzer?

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

💬 留言讨论