
Competitor Analysis
FreeGain insights into your competitors' SEO and content strategies.
Free · Opens the source repo
What Competitor Analysis does
Competitor Analysis is a Python-based skill designed to help users analyze their competitors' SEO and GEO strategies. By benchmarking competitor keywords, content, backlinks, and traffic share, this skill identifies strengths, weaknesses, and market gaps. It is particularly useful for marketers, SEO specialists, and business strategists who need a structured approach to understanding their competitive landscape.
The skill operates by taking competitor URLs and your own site metrics to generate a comprehensive analysis. Users can initiate an analysis by simply entering a competitor's URL or by comparing multiple competitors against their own site. The output includes a prioritized competitor brief and a detailed action plan, which can be used to inform marketing strategies and improve overall performance.
Competitor Analysis is built to read various data points, including domain authority, estimated traffic, and keyword rankings. It synthesizes this information into a clear executive summary, highlighting actionable insights such as keyword opportunities and content recommendations. The skill ensures that every strength and weakness is backed by measurable data, enhancing the reliability of the analysis.
This skill is ideal for anyone looking to enhance their competitive intelligence, whether they are launching a new product, entering a new market, or simply trying to outperform existing competitors. With its structured approach and emphasis on data-driven insights, Competitor Analysis equips users with the tools they need to make informed decisions in a competitive environment.
When to use it
Use this skill when you need to analyze competitors' SEO and content strategies to inform your marketing decisions.
When not to use it
Avoid using this skill for pairwise topic-coverage gap analysis, as it is not designed for that purpose.
What you can build with it
Launching a New Product
When preparing to launch a new product, use this skill to analyze competitors and identify market gaps.
Improving SEO Strategy
Utilize the skill to benchmark your SEO performance against competitors and find keyword opportunities.
Content Strategy Planning
Employ this skill to audit competitors' content strategies and inform your own content creation efforts.
How to install Competitor Analysis
View source1. Install with the skills CLI
npx skills add aaron-he-zhu/aaron-marketing-skills/competitor-analysis --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by aaron-he-zhuCompetitor Analysis
Analyzes competitor SEO and GEO strategies to reveal repeatable wins, weak spots, and market gaps.
Quick Start
Analyze SEO strategy for [competitor URL]
Compare my site [URL] against [competitor 1], [competitor 2], [competitor 3]
Skill Contract
Expected output: a prioritized competitor brief plus the standard handoff summary for memory/research/.
- Reads: competitor URLs/domains, your own site metrics, business model, target audience, industry context, and any user-provided or tool data.
- Writes: a user-facing analysis and reusable summary.
- Promotes: durable competitor facts, keyword priorities, entity candidates, and pending strategy decisions to
memory/hot-cache.md,memory/open-loops.md, andmemory/research/. - Done when: 3-5 competitors are benchmarked across keywords, backlinks, and traffic share in one comparison table; each strength-to-learn and weakness-to-exploit cites evidence; and the deliverable closes with an Immediate / Short-term / Long-term plan.
- Primary next skill: content-gap-analysis when the competitive landscape is clear.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
Optional integrations: ~~SEO tool, ~~analytics, ~~AI monitor. Without tools, ask for competitor URLs, your site metrics, and industry context. See CONNECTORS.md.
Zero-dependency competitor fetch (keyless): python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/firecrawl.py" scrape <competitor-url> returns the rendered page as LLM-ready markdown (JavaScript-heavy pages included), firecrawl.py map <competitor-domain> --limit 500 inventories their URL surface fast, and firecrawl.py search "<brand or topic>" --tbs qdr:m finds their fresh coverage — all on Firecrawl's keyless free tier (~1,000 credits/mo). The connector pre-flights the target's robots.txt locally and refuses on a Disallow per SECURITY.md §Scraping Boundaries. See scripts/connectors/README.md.
Decision Gates
Stop and ask — when the competitor set cannot be established:
- No competitors named and none inferable from
CLAUDE.md, prior research, or the user's niche → ask the user to name 2-5 competitors, OR offer to infer them from a target keyword via serp-analysis first.
Continue silently — do not stop for: which 3-5 of a longer list to deep-dive (pick the closest direct competitors and note the rest); missing your-own-site metrics (benchmark competitors against each other and mark your row N/A); missing optional tool data (label Estimated and proceed).
Instructions
When a user requests competitor analysis:
- Identify Competitors — separate direct competitors, indirect alternatives, and content competitors if the user has not named them already.
- Gather Competitor Data — capture URL, domain age, estimated traffic, domain authority, business model, target audience, and key offerings.
- Analyze Keyword Rankings — document total rankings, top 10/top 3 counts, high-value keywords, intent mix, and keyword gaps.
- Audit Content Strategy — review content volume, top performers, publishing patterns, themes, and success factors.
- Analyze Backlink Profile — review backlink totals, quality mix, top linking domains, link acquisition patterns, and linkable assets.
- Technical SEO Assessment — evaluate Core Web Vitals, mobile-friendliness, architecture, internal linking, URL structure, and standout strengths/weaknesses.
- GEO / AI Citation Analysis — test which queries cite competitors, what formats get cited, and where competitors still leave openings.
- Synthesize Competitive Intelligence — deliver an Executive Summary, comparison table, CITE comparison, strengths to learn from, weaknesses to exploit, keyword opportunities, content recommendations, and an Immediate / Short-term / Long-term plan.
Label every metric Measured (tool/export), User-provided, or Estimated (model inference); never present an estimate as measured; if a required metric is unavailable, mark it N/A — do not invent it.
Quality bar: every strength or weakness ties to a labeled metric and a named competitor — a specific ranking or backlink figure for a named domain, not "strong content presence".
Reference: See Analysis Templates for the compact templates used at each step.
Example
See references/example-report.md for a full sample analyzing HubSpot's marketing keyword dominance.
Advanced Analysis Types
Content Gap Analysis
For a pairwise topic-coverage gap map ("content [competitor] has that I don't, sorted by traffic potential"), hand off to content-gap-analysis — that is its dedicated job.
Video Benchmarking
When a competitor invests in video, benchmark their YouTube outliers (views >=2x their channel average) and the title/thumbnail packaging that drives those wins — those patterns show what topics and framing earn reach. See platforms/youtube.md.
Link Intersection
Find sites linking to [competitor 1] AND [competitor 2] but not me
SERP Feature Analysis
What SERP features do competitors win? (Featured snippets, PAA, etc.)
Historical Tracking
How has [competitor]'s SEO strategy evolved over the past year?
Save Results
Write path: memory/research/competitor-analysis/YYYY-MM-DD-<topic>.md; promote durable competitor facts and entity candidates to memory/hot-cache.md. See Skill Contract §Save Results Template.
Reference Materials
- Analysis Templates — Step-by-step analysis templates
- Battlecard Template — Quick-reference battlecard format
- Positioning Frameworks — Positioning and differentiation frameworks
- Example Report — Worked sample
- platforms/youtube.md — YouTube outlier and title-packaging benchmarks for video-heavy competitors
Next Best Skill
Primary: content-gap-analysis. Also: serp-analysis and offsite-signal-analyzer. If the goal is a head-to-head "us vs them" page, hand the vetted competitor set to page-play-builder.
Frequently asked questions about Competitor Analysis
Similar skills
Competitor Profiling
Analyze and profile competitors from their URLs.
Competitor Analysis
Streamline your competitor research with structured insights.
Competitor Profiling
Generate structured competitor profiles from URLs.
YouTube Transcript Analysis
Extract and analyze YouTube video transcripts efficiently.
Y Combinator Reader
Access real-time data on Y Combinator startups.
Long Form Web Novel Scan
Analyze ranking data to identify market trends in web novels.
