一键导入
ad-analyzer
Analyze competitor ads from Meta Ad Library or descriptions, extract creative patterns, hooks, and offers, and generate variants. No API keys required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze competitor ads from Meta Ad Library or descriptions, extract creative patterns, hooks, and offers, and generate variants. No API keys required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to use CodeGraph well — which tool answers which question, when to reach for it and when not, and the gotchas that trip agents up. Read before using CodeGraph tools in a project that has a .codegraph/ index, and whenever a CodeGraph call returns confusing or incomplete results.
Website Cloner. Activate when a user wants to clone, replicate, or rebuild a website's visual design. Triggers on: "clone this website", "replicate this landing page", "rebuild this design in Next.js", "copy the layout of this site", "I want my site to look like X", "recreate this homepage". Designed for landings, marketing sites, portfolios, and ecommerce storefronts — not web applications, dashboards, or SaaS products with auth flows. Produces a pixel-accurate clone using spec-driven parallel construction with automated extraction.
Analyze a company website and identify recurring service opportunities for agencies. Finds what depreciates without ongoing maintenance, what creates monthly dependency, and what justifies a retainer conversation.
Audit any company website and generate a pitch-ready report for agencies. Extracts real problems, competitor comparison, quick wins, and a structured service proposal. No API keys required.
Research a prospect and generate a personalized cold outreach sequence. First message, two follow-ups, and a break-up message. Based on real signals from their website, not generic templates.
Research a prospect company and generate a sales meeting brief in minutes. Extracts business context, likely pain points, decision-maker signals, and specific questions to ask. No API keys required.
| name | ad-analyzer |
| description | Analyze competitor ads from Meta Ad Library or descriptions, extract creative patterns, hooks, and offers, and generate variants. No API keys required. |
Analyze competitor advertising creative - hooks, offers, emotional patterns, and CTAs - and generate new variants based on what works.
Three phases:
Pass a competitor brand name or Meta Ad Library URL:
/ad-analyzer Competidor SA
Or with a direct library URL:
/ad-analyzer https://www.facebook.com/ads/library/?search_terms=empresa&country=ES
Or with screenshots or ad copy pasted directly:
/ad-analyzer [paste ad copy or describe the ads you want analyzed]
The Meta Ad Library is public. Access pattern:
https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=ES&search_terms=[brand]&media_type=all
from scripts.ad_library import scrape_meta_ads
ads = scrape_meta_ads(brand_name=brand, country="ES", limit=20)
# Returns: list of ads with body text, CTA button, media type, start date
Focus on:
If the user pastes ad copy or describes ads, skip collection and go directly to Phase 2.
Accept:
For each ad or batch of ads, extract:
The hook is the first 1-2 sentences or the headline. It determines whether someone stops scrolling.
Hook types:
Identify which hook type is used and whether it is specific or generic.
What is the ad actually selling or offering?
What is the value proposition in the offer?
What feeling is the ad trying to create?
## Ad Analysis: [Brand/Campaign]
Ads analyzed: [n]
Active ads running: [n]
Oldest ad in set: [days running]
### Pattern Summary
Most common hook type: [type]
Most common offer type: [type]
Primary emotional trigger: [trigger]
CTA buttons used: [list]
### Individual Ads
**Ad 1:**
Hook: "[first line]"
Hook type: [type]
Offer: [what they're selling/giving]
Emotional trigger: [trigger]
CTA: [button text]
Days running: [n] (longer = more likely performing)
Why it works / why it does not: [1-2 sentences]
**Ad 2:**
[same structure]
Based on the patterns found, generate new ad variants.
Rules for variant generation:
Hook swap - Same offer, different hook type
Original: "Are you still doing X manually?"
Variant A (statistic): "Teams using X spend 8 hours/week on [task]. Here's how to cut that to 30 minutes."
Variant B (story): "I tracked every hour I spent on X for a month. The number shocked me."
Offer reframe - Same product, different angle
Original: "Try [Product] free for 14 days"
Variant: "See [specific result] in your first session - or your money back"
ICP shift - Same message, different target audience signal
Original: "Perfect for marketing teams"
Variant A: "Built for solo founders who hate spreadsheets"
Variant B: "The tool 500+ CMOs switched to last year"
Urgency variant - Add or test urgency
Original: "Start your free trial"
Variant: "Spots filling up - [n] teams joined this week"
## Variants to Test
**Variant 1: [Variant type]**
Hypothesis: Changing [X] to [Y] will increase [click-through / sign-ups] because [reason]
Ad copy:
[full ad copy variant]
CTA: [button text]
Landing page: [type of page this should go to]
Test duration: [minimum days before deciding]
references/hook-patterns.md - 15 hook formulas with examplesreferences/creative-formulas.md - ad frameworks (PAS, AIDA, BAB, 4Ps)