TopRank Skills

Home / Claw Skills / Git / GitHub / Competitor Analyzer
Official OpenClaw rules 54%

Competitor Analyzer

Competitor Analyzer

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Competitor Analyzer 技能。 若已安装,则直接安装 Competitor Analyzer 技能。

Overview

Skill Key
claudiodrusus/competitor-analyzer
Author
claudiodrusus
Source Repo
openclaw/skills
Version
-
Source Path
skills/claudiodrusus/competitor-analyzer
Latest Commit SHA
51eb92bd1d11f8677e647c7be67bcc354ab68f31

Extracted Content

SKILL.md excerpt

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

Related Claw Skills