Jump to related tools in the same category or review the original source on GitHub.

PDF & Documents @claudiodrusus Updated 2/24/2026

Competitor Analyzer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Competitor Analyzer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate pdf & documents tasks instantly, without having to write custom tools from scratch.

What this skill does

Analyze any company's competitive position in minutes.

Install

npx clawhub@latest install competitor-analyzer

Full SKILL.md

Open original

SKILL.md content below is scrollable.

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 <company_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.

Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/claudiodrusus/competitor-analyzer
Latest commit: https://github.com/openclaw/skills/commit/192236dce9996507a3402c74e5256dfe9fb3b571

Related skills

If this matches your use case, these are close alternatives in the same category.