Writing & Content competitive-analysisseo-gap-analysisswotpricing-comparisonreview-miningpositioning-mapcontent-strategymarketing-reports

Competitive Intelligence Analysis

Point it at a URL and get a client-ready competitor report: direct/indirect/aspirational rivals, positioning maps, pricing and feature matrices, SWOT, and differentiation plays.

FollowSkills review · FSRS-2.0
Not recommended
41/ 100 5-point scale 2.1 / 5
1 2 3 4 5 6
1Trust11 / 25 · 2.2/5

The skill itself is modest in scope: it fetches target and competitor web pages and writes one COMPETITOR-REPORT.md to the working directory; no credential access, covert exfiltration, or destructive defaults. But data-flow disclosure is incomplete (scraping G2/Capterra/Trustpilot/Reddit may violate their ToS with no user notice), there is no confirmation mechanism, and the referenced scripts/competitor_scanner.py is not present in the evidence so its behavior is unauditable; the unverified publisher leaves attribution and maintenance responsibility unclear. Deducted for: scraping-compliance disclosure, confirmation, script auditability.

2Reliability8 / 20 · 2.0/5

Instructions are internally consistent — trigger command, analysis framework, and output template correspond cleanly — and a WebFetch fallback for a missing script shows forethought. However the key script path cannot be statically verified, most data points (follower counts, ratings, posting frequency) rely on unreliable manual estimation, and there is no failure-feedback design for abnormal inputs (unreachable sites, missing pricing pages). Static cap is 10 and not reached; scored 8.

3Adaptability7 / 15 · 2.3/5

Scenario is clear (`/market competitors <url>`), inputs (a URL) and output (COMPETITOR-REPORT.md) are explicit, and semantic triggering is precise. But non-fit boundaries are undeclared (non-SaaS sites, login-walled sites), the workflow depends entirely on overseas services (Google, G2, Capterra, Twitter/X, Reddit) that are poorly reachable from mainland China, and there is no Chinese-language support. Deducted for: missing boundaries, environment fit.

4Convention7 / 15 · 2.3/5

Docs are well layered with category tables, output templates, and cross-skill integration notes; the repo carries MIT licensing and an uninstall script. But this skill has no versioning, no changelog, no known-limitation disclosure, dependencies are only thinly covered (reportlab), and the maintenance/update path is unclear with an unverified publisher. Deducted for: version governance, limitations disclosure, maintenance path.

5Effectiveness5 / 15 · 1.7/5

Output templates are complete (pricing matrix, SWOT, positioning map, alternative-page strategy) and directly presentable to clients, giving organizational value over manual analysis. But a static read cannot verify that representative outputs are directly usable; report quality hinges on live scraping and estimated figures (scores, followers) whose inaccuracy would require heavy rework. Cap is 7 with limited evidence; scored 5.

6Verifiability3 / 10 · 1.5/5

Evidence consists of author-written instructions and a README terminal transcript that appears demonstrative rather than a real execution record; there are no tests, no CI evidence, and no third-party execution material for this skill. Fact and inference are mixed inside templates (e.g., 'Estimated impact Low/Medium/High'). Cap is 5 with only documentation covered; scored 3.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision e5aa0ea4c5f3
Before you use it
  • The skill relies on scraping G2, Capterra, Trustpilot, Reddit, and Twitter/X, which may violate those platforms' terms of service; assess compliance before use.
  • The referenced scripts/competitor_scanner.py was not included in the review evidence and is unaudited; read its source before running it.
  • Many report figures (ratings, follower counts, posting frequency) are model estimates rather than measurements; manually verify numeric claims before client delivery.
  • The core workflow depends entirely on overseas services and may largely fail on mainland-China networks; no Chinese-language support is declared.
  • No versioning or changelog exists; behavior may change across updates — pin to a repository revision.
Review evidence [1][2][3][4]
See the full review method →

What does this skill do, and when should you use it?

This is a sub-skill inside the ai-marketing-claude suite, triggered by /market competitors <url>. It works in five phases: identify 6-10 competitors, analyze messaging and pricing, run SWOT, propose steal-worthy tactics and differentiation angles, and deliver an ongoing monitoring plan. Output is written to COMPETITOR-REPORT.md in a format suited to both strategic decision-making and client presentations. It relies on web fetching of the target and competitor sites, optionally running the repo's Python scanning script.

Identifies three tiers of competitors (direct, indirect, aspirational) via keyword searches, on-site comparison pages, review platforms (G2, Capterra, Trustpilot), and Reddit/Twitter communities; scrapes each competitor's homepage copy, pricing page, blog, social profiles, and tech stack (preferring scripts/competitor_scanner.py, falling back to WebFetch); builds feature matrices, pricing matrices, social presence tables, and review intelligence matrices; plots a simplicity-power / budget-premium positioning map; produces per-competitor and aggregate SWOT; extracts 5-10 steal-worthy tactics, a differentiation framework, vs/alternatives page outlines, and switching narratives; writes the full report to COMPETITOR-REPORT.md and prints a terminal summary.

  1. An agency preparing a client proposal needs a polished competitor comparison to drop into a deck
  2. A SaaS founder wants to know if their pricing sits above or below market and where features lag
  3. A content lead hunting for SEO topics competitors cover but the target brand doesn't
  4. A marketer building [competitor]-alternative landing pages needs ready-made outlines and switching narratives
  5. A solopreneur who wants an executable long-term monitoring checklist and response playbook for competitor moves

What are this skill's strengths and limitations?

Pros
  • Complete methodology: competitor tiering, positioning map, pricing/feature matrices, SWOT, and review mining in one pass
  • Action-oriented output: vs-page outlines, switching narratives, and differentiation frameworks are directly usable on landing pages and proposals
  • Includes an automated data-collection script with a documented WebFetch fallback
  • Consistent report structure makes it reusable as a client deliverable
Limitations
  • Triggered only via the /market slash command; porting to other platforms requires rewriting the invocation
  • Analysis quality depends entirely on publicly fetchable data — hidden pricing and internal data are out of reach
  • No test suite in the repo; no evidence of validated script or prompt reliability
  • Social follower counts and review ratings depend on third-party platform accessibility and may fail or go stale

How do you install this skill?

Install the whole suite first: curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash, or git clone the repo and run ./install.sh. This skill lives at skills/market-competitors/SKILL.md and installs with the suite. Optionally pip install reportlab for the suite's PDF reporting (a suite-level capability). Uninstall with ./uninstall.sh.

How do you use this skill?

In Claude Code, run /market competitors <url> (e.g., /market competitors https://calendly.com). The skill fetches the target site, identifies competitors, analyzes each, and saves the report as COMPETITOR-REPORT.md. If other suite outputs exist (e.g., MARKETING-AUDIT.md, COPY-SUGGESTIONS.md), the report references them; follow up with /market copy or /market ads as suggested.

FAQ

Does it cost anything or need network access?
The skill is free and MIT-licensed, but it needs network access at runtime to fetch the target site, competitor sites, and review platforms.
What if review platforms block scraping?
Those report sections will be incomplete; G2 and similar sites have anti-scraping measures and the skill provides no documented fallback beyond missing data — manual supplementation may be needed.
Can I install just this one skill?
The installer targets the full 15-skill suite and the source doesn't document single-skill installation; you could manually copy only skills/market-competitors, but the slash-command routing depends on the suite's main orchestrator.
Who is the report for?
Both internal strategy work and client-facing use — it includes an executive summary, comparison tables, SWOT, and next-step actions formatted for client presentations.

More skills from this repository

All from zubair-trabzada/ai-marketing-claude

Writing & Content

AI Marketing Suite Orchestrator (market)

Run website marketing audits, generate copy, and deliver client-ready reports from the Claude Code command line.

Writing & Content

Marketing Audit Orchestrator

Run `/market audit <url>` and five parallel subagents score any website across content, conversion, SEO, competition and strategy, producing a client-ready marketing audit with revenue estimates.

Writing & Content

SEO Content Audit Skill

Run a systematic SEO audit on any page or site and get an actionable report with prioritized fixes.

Writing & Content

Marketing Report Generator (Markdown)

Compiles prior marketing audit results into a scored, client-ready report with an action roadmap.

Writing & Content

Brand Voice Analysis & Guidelines Skill

Analyzes how a brand sounds across its website, social, and email channels, then generates a brand voice guide any writer can follow.

Writing & Content

PDF Marketing Report Generator

Compiles website marketing audit data into a client-ready PDF with score gauges, charts, and a prioritized action plan.

Writing & Content

Client Proposal Generator for Marketing Services

Turns discovery-call notes into a client-ready marketing proposal with tiered pricing, ROI projections, and follow-up sequences — via one Claude Code command.

Writing & Content

Sales Funnel Analysis & Optimization Skill

One command maps your site's full visitor-to-purchase path, pinpoints drop-off stages, and prices every fix in revenue terms.

Writing & Content

Landing Page CRO Analysis Skill

Runs a section-by-section conversion rate optimization teardown on any landing page, producing prioritized, actionable fixes.

Writing & Content

Market Social — 30-Day Social Media Calendar Generator

Generates a complete 30-day social media calendar for any brand or topic: platform-specific posts, hooks, hashtag strategies, and repurposing plans — ready to publish as-is.

Writing & Content

Market Launch Playbook Generator

Generates a complete week-by-week launch playbook for any product, service, or feature — with email sequences, social posts, and metrics tracking included.

Writing & Content

Website Copy Analysis & Optimization Skill

Fetches and scores any web page's copy across five dimensions, then generates specific before/after rewrites using proven frameworks like PAS and AIDA.

Writing & Content

Email Sequence Generation (Market Emails)

Generate complete, ready-to-send email sequences inside Claude Code — subject lines, body copy, cadence, segmentation, and compliance checklists, all calibrated to industry benchmarks.

Writing & Content

Ad Creative & Copy Generation Skill

Turn any website into a complete, platform-ready ad campaign — copy, targeting, budgets, and test plans for Google, Meta, LinkedIn, TikTok, and Twitter/X.

Related skills