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

- Skill: `modbender/competitor-analyzer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add modbender/competitor-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/competitor-analyzer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/competitor-analyzer

---

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

