Systems Lab

Agent skill

competitor-ad-teardown

Deep-dive analysis of a competitor's ad strategy.

dormantNeeds a keyActs undeclared1,226 words

Filed under Positioning and messaging.

From edupegoretti/fluidz-skills · 116 skills · 0 · pushed 2026-03-11

What it does when it runs

Deep-dive analysis of a competitor's ad strategy. Scrapes their Meta + Google ads, reverse-engineers their funnel (ad → landing page → CTA), identifies positioning bets, and produces a strategic teardown. Goes beyond ad-creative-intelligence by analyzing the full conversion path and strategic intent behind each campaign.

Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
  • APIFY_API_TOKEN
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It does act, so it runs under whatever permissions your session already grants.
Actions present in the files
shellwrites files

Ask about competitor-ad-teardown

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/edupegoretti/fluidz-skills.git /tmp/fluidz-skills
git -C /tmp/fluidz-skills sparse-checkout set "skills/composites/competitor-ad-teardown"
mkdir -p ~/.claude/skills/competitor-ad-teardown
cp -R "/tmp/fluidz-skills/skills/composites/competitor-ad-teardown/." ~/.claude/skills/competitor-ad-teardown/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Before you install: this skill will not complete its job on a bare agent. It needs APIFY_API_TOKEN, which you have to obtain separately.

Reproduced in full from edupegoretti/fluidz-skills/blob/a2cf697e2e8ec2ea517d85496e2d5c7f5dc44cd3/skills/composites/competitor-ad-teardown/SKILL.md, which is licensed MIT (repository). 1,226 words, 31 headings.

Competitor Ad Teardown

Go deeper than surface-level ad monitoring. Take a single competitor and reverse-engineer their entire paid strategy: what they're running, where they're sending traffic, what they're testing, what's working, and where they're vulnerable.

Core principle: A competitor's ad portfolio is a window into their growth strategy. Long-running ads reveal what converts. New ads reveal what they're testing. Landing pages reveal their positioning bets. This skill reads all the signals.

When to Use

  • "Tear down [competitor]'s ad strategy"
  • "What's [competitor] spending their ad budget on?"
  • "Reverse-engineer [competitor]'s paid funnel"
  • "How is [competitor] positioning themselves in ads?"
  • "Deep competitive ad analysis on [competitor]"

Phase 0: Intake

  1. Competitor name + domain — Who are we tearing down?
  2. Your product — For comparison framing
  3. Channels — Meta, Google, or both? (default: both)
  4. Depth level:
    • Standard: Ad scrape + landing page analysis
    • Deep: Standard + historical comparison + funnel reconstruction
  5. Known competitor landing pages? — Any URLs you've seen in their ads

Phase 1: Ad Collection

1A: Meta Ad Library Scrape

python3 skills/meta-ad-scraper/scripts/scrape_meta_ads.py \
  --domain <competitor_domain> \
  --output json

For each ad, capture:

  • Ad copy (headline + primary text)
  • Visual type (image / video / carousel)
  • CTA button
  • Landing page URL
  • Active duration (first seen → still running or stopped)
  • Platforms (Facebook, Instagram, Audience Network)
  • Ad variations (A/B tests — same landing page, different creative)

1B: Google Ads Transparency Scrape

python3 skills/google-ad-scraper/scripts/scrape_google_ads.py \
  --domain <competitor_domain> \
  --output json

For each ad:

  • Headline variants
  • Description lines
  • Ad type (Search / Display / YouTube / Shopping)
  • Landing page URL (from display URL)
  • Geographic targeting (if visible)

Phase 2: Landing Page Analysis

For each unique landing page URL found in ads:

Fetch: [landing_page_url]

Extract:

  • Hero headline — Does it match the ad promise?
  • Subheadline — Value prop expansion
  • Primary CTA — What action are they driving? (Demo / Free trial / Sign up / Download)
  • Social proof — Logos, testimonials, case study metrics
  • Pricing visibility — Is pricing shown or hidden?
  • Form fields — How much info do they ask for?
  • Page type — General homepage / dedicated LP / feature page / use-case page
  • Message match score — How well does the LP deliver on the ad's promise? (1-10)

Phase 3: Strategic Analysis

3A: Campaign Clustering

Group all ads into logical campaigns by:

  • Landing page destination — Ads pointing to the same URL = same campaign
  • Messaging theme — Similar copy angles = same strategic bet
  • Audience signal — Different copy for different personas

3B: Per-Campaign Analysis

For each campaign cluster:

DimensionAnalysis
Strategic intentWhat is this campaign trying to achieve? (Awareness / Lead gen / Free trial / Competitive displacement)
Target personaWho is this ad speaking to? (Role, pain, stage)
Positioning betWhat market position are they claiming?
Hook strategyFear / Outcome / Social proof / Contrarian / Product-led
Conversion pathAd → LP → CTA → [Demo call / Free trial / Content download]
Longevity signalHow long has this been running? (Longer = likely working)
A/B tests detectedMultiple creatives to same LP = active testing

3C: Budget Allocation Inference

Based on ad volume and platform distribution, estimate where they're concentrating spend:

PlatformAd Count% of TotalEstimated Focus
Meta (Facebook)[N][X%][Awareness / Retargeting]
Meta (Instagram)[N][X%][Visual / younger audience]
Google Search[N][X%][Bottom-funnel capture]
Google Display[N][X%][Awareness / retargeting]
YouTube[N][X%][Education / awareness]

3D: Historical Comparison (Deep Mode)

If Web Archive data exists for their landing pages:

  • Has their positioning changed in the last 6-12 months?
  • What campaigns did they retire? (Possible losers)
  • What campaigns have they scaled up? (Possible winners)

3E: Vulnerability Analysis

Identify weaknesses in their ad strategy:

Vulnerability TypeDescription
Message-LP mismatchAd promises one thing, LP delivers another
Single-persona dependencyAll ads target the same persona — missing segments
Platform concentrationHeavy on one platform, absent from others
No social proofAds or LPs lack credibility markers
Weak CTAAsking for too much too soon (demo before value)
Generic positioningClaims anyone could make — not differentiated
Stale creativeSame ads running unchanged for months — fatigue risk

Phase 4: Output Format

# Competitor Ad Teardown: [Competitor Name] — [DATE]

Domain: [competitor.com]
Channels analyzed: [Meta, Google]
Total ads found: [N] (Meta: [N], Google: [N])
Unique landing pages: [N]
Estimated active campaigns: [N]

---

## Executive Summary

[3-5 sentence summary: What is this competitor doing with paid ads? What's working? Where are they vulnerable?]

---

## Campaign Breakdown

### Campaign 1: [Inferred Campaign Name]
- **Ads in cluster:** [N]
- **Platform(s):** [Meta / Google / Both]
- **Strategic intent:** [Awareness / Lead gen / Competitive displacement / etc.]
- **Target persona:** [Description]
- **Hook strategy:** [Type]
- **Landing page:** [URL]
  - Hero: "[Headline text]"
  - CTA: "[Button text]"
  - Message match: [Score/10]
- **Longevity:** [First seen date → status]
- **A/B tests detected:** [Yes/No — what they're testing]

**Sample ad:**
> **Headline:** [text]
> **Body:** [text]
> **CTA:** [button]
> **Format:** [Image/Video/Carousel]

**Assessment:** [1-2 sentences — is this working? Why/why not?]

### Campaign 2: ...

---

## Funnel Map

[Ad: Hook/Angle] → [LP: /landing-page-url] → [CTA: Book Demo] ↓ [Ad: Different angle] → [LP: /same-or-different] → [CTA: Free Trial]


---

## Budget Allocation Estimate

| Platform | Share | Focus Area |
|----------|-------|-----------|
| [Platform] | [X%] | [Intent] |

---

## What's Working (Long-Running Ads)

| Ad | Platform | Running Since | Why It Likely Works |
|----|----------|--------------|-------------------|
| [Headline excerpt] | [Platform] | [Date] | [Analysis] |

---

## Vulnerability Report

### 1. [Vulnerability]
**Evidence:** [What we observed]
**Your opportunity:** [How to exploit this gap]

### 2. ...

---

## Recommended Counter-Plays

### Counter-Play 1: [Name]
- **Target their weakness:** [Which vulnerability]
- **Your ad angle:** [Hook]
- **Platform:** [Where to run]
- **LP strategy:** [What your landing page should emphasize]

### Counter-Play 2: ...

Save to clients/<client-name>/ads/competitor-teardown-[competitor]-[YYYY-MM-DD].md.

Cost

ComponentCost
Meta ad scraper~$0.20-0.50 (Apify)
Google ad scraper~$0.20-0.50 (Apify)
Landing page fetchingFree
Web Archive lookup (deep mode)Free
AnalysisFree (LLM reasoning)
Total~$0.40-1.00

Tools Required

  • Apify API tokenAPIFY_API_TOKEN env var
  • Upstream skills: meta-ad-scraper, google-ad-scraper
  • fetch_webpage — for landing page analysis

Trigger Phrases

  • "Tear down [competitor]'s ads"
  • "What's [competitor] running on Meta/Google?"
  • "Reverse-engineer [competitor]'s paid funnel"
  • "Deep ad analysis on [competitor]"
  • "Find weaknesses in [competitor]'s ad strategy"

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what competitor-ad-teardown does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.