From ai-marketing-agency
Use when researching competitor ad creatives: find competitors, brand IDs, evergreen winners, breakout winners, pattern analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-marketing-agency:creative-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Discover new creative concepts by analyzing competitor ads. Find validated winning concepts and adapt them for your brand.
Discover new creative concepts by analyzing competitor ads. Find validated winning concepts and adapt them for your brand.
Before exploring competitors, identify your current winning ads and their patterns (angles, formats, hooks). This gives you a baseline to compare competitor insights against. Use your primary conversion metric: Purchase ROAS (ecommerce) or Cost Per Result (leadgen).
Tool: ads_library_find_competitors
Parameters:
website_url: "www.yourcompany.com" # Preferred
OR brand: "Your Brand Name"
Returns: competitor brands (up to 5) with names + URLs, product keywords, niche category, market target (B2B/B2C), suggested search queries.
ads_library_search_brands with those brands BEFORE using keyword searchads_library_discover_ads keyword search as last resortTool: ads_library_search_brands
Parameters:
domain: "competitor.com" # More accurate than name
OR name: "Competitor Brand"
limit: 10
Returns: brand_id (needed for fetching ads), brand name, category/niches. Save brand_ids for Steps 3A/3B.
Goal: Find ads running 30+ days — longevity implies profitability.
Tool: ads_library_get_ads_by_brand_id
Parameters:
brand_ids: ["brand_id_1", "brand_id_2"]
live: "true"
order: "longest_running"
limit: 50
running_duration_min_days: 30 # Optional filter
ads_library_analyze_ad: pass top ad IDs with include_duplicates: true.| Element | What to Look For |
|---|---|
| Angle | What selling points repeat across winners? (Authority? Results? Price?) |
| Concept | How is the angle executed? (Testimonial? Before/after? Expert?) |
| Visual Style | Professional vs lo-fi? UGC? Product-focused? |
| Script | Common structure? (Problem → Solution → CTA) Length patterns? |
| Hook | Visual patterns? Text overlay? Audio approach? (first 3–5 seconds) |
| Format | Dominant format? (Testimonial, demo, lifestyle) |
Goal: Find concepts launched recently and repeated aggressively — indicates active scaling.
Tool: ads_library_get_ads_by_brand_id
Parameters:
brand_ids: ["brand_id_1", "brand_id_2"]
live: "true"
start_date: "[30 days ago, YYYY-MM-DD]"
order: "newest"
limit: 100
Group ads by similarity (same copy/format/visual style). A Breakout Winner is a concept that:
Scaling signal levels:
Deep analyze with ads_library_analyze_ad using include_duplicates: true.
Tool: ads_library_discover_ads
Parameters:
search_query: "protein shake" # Max 6 words, specific not generic
order: "longest_running"
niches: ["health/wellness"]
display_format: ["video"]
live: true
limit: 50
Use when researching a category broadly rather than specific brands.
Tool: ads_library_get_brand_analytics
Parameters:
brand_ids: ["brand_id_1"]
Returns: total active ads, format distribution, platform breakdown. Use to decide which competitors are most active and worth deep analysis.
npx claudepluginhub gomarble-ai/ai-marketing-agency --plugin ai-marketing-agencyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.