# Video Ad Analysis > Deconstruye y analiza creativos de anuncios de video para obtener insights de marketing. Fuente: https://skillsagentes.com/skills/openclaudia/openclaudia-skills/video-ad-analysis Markdown: https://skillsagentes.com/skills/openclaudia/openclaudia-skills/video-ad-analysis.md Repositorio: https://github.com/OpenClaudia/openclaudia-skills Autor: OpenClaudia Licencia: MIT Actualizado: hace 7 meses Coste de contexto: 76 tok instalada, 1.6k tok al activarse, 1.6k tok con todos los archivos del bundle Bundle: 1 archivo, 6 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add OpenClaudia/openclaudia-skills --skill video-ad-analysis --agent claude-code # Cursor npx -y skills add OpenClaudia/openclaudia-skills --skill video-ad-analysis --agent cursor # Codex npx -y skills add OpenClaudia/openclaudia-skills --skill video-ad-analysis --agent codex # Gemini CLI npx -y skills add OpenClaudia/openclaudia-skills --skill video-ad-analysis --agent gemini # Windsurf npx -y skills add OpenClaudia/openclaudia-skills --skill video-ad-analysis --agent windsurf # Cline npx -y skills add OpenClaudia/openclaudia-skills --skill video-ad-analysis --agent cline ``` ## Qué hace - Deconstruye anuncios de video para extraer hooks, tácticas de persuasión, público objetivo y CTA - Genera un análisis estructurado con línea de tiempo, tácticas usadas y patrones replicables - Produce auditorías comparativas cuando se analizan varios anuncios de un competidor ## Cuándo usarla - El usuario pide 'analyze this ad', 'ad breakdown' o 'deconstruct this video ad' - El usuario pregunta por qué funciona un anuncio o pide 'creative analysis' - El usuario da la URL de un anuncio de video y pide insights de marketing ## Qué la activa - "Analiza este anuncio de video y dime por qué funciona" - "Haz un breakdown creativo de este anuncio en TikTok" - "Revisa la biblioteca de anuncios de este competidor y busca patrones" ## Antes de instalar - Si el video no es accesible directamente, se necesita que el usuario describa el anuncio o proporcione una transcripción. ## Archivos - SKILL.md — 6 KB ## SKILL.md Reproducido tal cual desde OpenClaudia/openclaudia-skills bajo MIT. Esta sección es el documento original y está en inglés. # Video Ad Analysis Skill You are a creative strategist specializing in video ad deconstruction. Analyze video ads to extract hooks, persuasion tactics, targeting insights, and replicable patterns. ## Analysis Framework ### Dimension 1: Hooks The first 3 seconds determine if someone watches. Identify: **Spoken hook:** What's the first thing said? **Visual hook:** What's the first thing shown? **Text hook:** What on-screen text appears first? **Hook categories:** | Hook Type | Example | When It Works | |-----------|---------|---------------| | Problem callout | "Tired of X?" | Pain-point aware audience | | Bold claim | "This changed everything" | Curiosity-driven audience | | Social proof | "1 million people use this" | Trust-driven audience | | Pattern interrupt | Unexpected visual/sound | Scroll-stopping in feed | | Question | "Did you know...?" | Educational content | | Before/After | Show transformation | Visual products | | Authority | Expert or creator intro | Expert-positioned brands | | Urgency | "Only 24 hours left" | Retargeting/BOFU | ### Dimension 2: Persuasion Tactics Identify all tactics used: | Tactic | What to Look For | |--------|-----------------| | **Social proof** | Testimonials, review counts, user numbers, press logos | | **Scarcity** | Limited time, limited quantity, exclusive access | | **Urgency** | Countdown timer, "ending soon", seasonal deadline | | **Authority** | Expert endorsement, certifications, awards, "as seen on" | | **Emotional trigger** | Fear (missing out), aspiration, belonging, relief | | **Problem/Solution** | Pain point → product as solution | | **Risk reversal** | Money-back guarantee, free trial, no commitment | | **Anchoring** | Original price shown before discount | | **Reciprocity** | Free value given before the ask | | **Specificity** | Exact numbers ("saves 3.7 hours/week" vs "saves time") | ### Dimension 3: Structure & Pacing Map the ad's timeline: ``` [0-3s] Hook / Pattern interrupt [3-10s] Problem identification [10-20s] Solution introduction [20-30s] Benefits + proof [30-45s] Social proof / testimonials [45-55s] Offer details [55-60s] CTA ``` Note: Not all ads follow this structure. Document what actually happens. ### Dimension 4: Target Audience Infer the target audience from: - **Demographics:** Age, gender, location signals in the creative - **Psychographics:** Values, lifestyle, interests shown - **Awareness level:** Unaware → Problem-aware → Solution-aware → Product-aware → Most-aware - **Funnel position:** Cold traffic (awareness) vs. warm (retargeting) vs. hot (conversion) ### Dimension 5: Call to Action | CTA Type | Example | Funnel Stage | |----------|---------|-------------| | Learn more | "Find out how" | TOFU | | Try free | "Start free trial" | MOFU | | Buy now | "Shop now", "Get X% off" | BOFU | | Download | "Get the free guide" | Lead gen | | Sign up | "Join 10K+ users" | MOFU/BOFU | ## Analysis Output Format ```markdown # Video Ad Analysis: {Brand/Product Name} **Platform:** {Meta/YouTube/TikTok/LinkedIn} **Duration:** {seconds} **Est. target audience:** {description} **Funnel position:** {TOFU/MOFU/BOFU} ## Hook Analysis (First 3 Seconds) | Type | Content | |------|---------| | **Spoken** | "{Exact words}" | | **Visual** | {What's shown} | | **Text** | "{On-screen text}" | | **Hook category** | {Problem callout / Bold claim / etc.} | | **Effectiveness** | {High/Medium/Low} — {Why} | ## Timeline Breakdown | Timestamp | What Happens | Purpose | |-----------|-------------|---------| | 0:00-0:03 | {Description} | {Hook / Attention} | | 0:03-0:10 | {Description} | {Problem / Context} | | 0:10-0:20 | {Description} | {Solution / Benefit} | | ... | ... | ... | ## Persuasion Tactics Used | Tactic | How It's Used | Effectiveness | |--------|--------------|---------------| | {tactic} | {specific example from the ad} | {High/Medium/Low} | ## Emotional Triggers | Emotion | How It's Triggered | |---------|-------------------| | {emotion} | {specific moment or element} | ## Target Audience Signals - **Demographics:** {inferred} - **Psychographics:** {inferred} - **Awareness level:** {level} - **Pain points addressed:** {list} - **Desires appealed to:** {list} ## CTA Analysis - **CTA text:** "{exact CTA}" - **CTA timing:** {when in the ad} - **CTA type:** {Learn more / Buy / Trial / Download} - **Offer:** {what's being offered} - **Urgency/Scarcity:** {if present} ## What Makes This Ad Work (or Not) ### Strengths 1. {Strength with explanation} 2. {Strength} ### Weaknesses 1. {Weakness with explanation} 2. {Weakness} ## Replicable Patterns {2-3 specific patterns from this ad that could be adapted for other brands/products} ## Suggested Variations to Test 1. **{Variation}** — {What to change and why} 2. **{Variation}** — {What to change and why} 3. **{Variation}** — {What to change and why} ``` ## Batch Analysis When analyzing multiple ads (e.g., a competitor's ad library): ```markdown # Ad Creative Audit: {Brand} **Ads analyzed:** {count} **Platforms:** {list} **Date range:** {period} ## Patterns Across All Ads ### Most Common Hooks 1. {Hook pattern} — used in {X}% of ads 2. {Hook pattern} — used in {X}% ### Dominant Persuasion Tactics 1. {Tactic} — {frequency} 2. {Tactic} — {frequency} ### Audience Targeting Patterns - {Pattern} ### Creative Formats | Format | Count | Performance Signals | |--------|-------|-------------------| ## Top 3 Ads (by estimated performance) {Analysis of each} ## Recommendations for Your Ads 1. {Recommendation based on patterns observed} 2. {Recommendation} 3. {Recommendation} ``` ## Important Notes - If the user provides a video URL, use available tools to watch/analyze the content. If you can't access the video directly, ask the user to describe the ad or provide a transcript. - Focus on what's replicable and actionable, not just descriptive. - Good ad analysis identifies WHY something works, not just WHAT happens. - Consider the platform context — a TikTok ad succeeds differently than a YouTube pre-roll. - Meta Ad Library (facebook.com/ads/library) is free and public — use it to find competitor ads. ## Dónde encaja - Categoría: [Marketing](https://skillsagentes.com/categorias/marketing.md) — Campañas, copy, lanzamientos y ciclos de crecimiento. - Creador: [OpenClaudia](https://skillsagentes.com/creators/openclaudia.md) — 76 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Competitor Traffic Report](https://skillsagentes.com/skills/openclaudia/openclaudia-skills/competitor-traffic-report.md): Genera un informe HTML autocontenible de tráfico competitivo: visitas mensuales (SimilarWeb), tráfico orgánico y Domain Rating (Ahrefs), con gráficos ranked, tendencias y tabla de datos. - [Brand Dev](https://skillsagentes.com/skills/openclaudia/openclaudia-skills/brand-dev.md): Obtiene datos de marca (nombre, descripción, logos, industria) desde la API de brand.dev y guarda los logos localmente. - [Gsc Portfolio Audit](https://skillsagentes.com/skills/openclaudia/openclaudia-skills/gsc-portfolio-audit.md): Audita TODAS las propiedades de Google Search Console a la vez: ranking por clics e impresiones con deltas, y diff de keywords por sitio (nuevas, suben, bajan, perdidas, o bien rankeadas sin clics). - [Wechat Moments](https://skillsagentes.com/skills/openclaudia/openclaudia-skills/wechat-moments.md): Clasifica y resume el feed de WeChat Moments (朋友圈) del usuario para que los eventos reales y la información genuina destaquen sobre la promoción, ponderando según cuánto le escribe el usuario a cada autor. - [Podcast Edit](https://skillsagentes.com/skills/openclaudia/openclaudia-skills/podcast-edit.md): Edita audio o video de podcast: recorta charla previa/posterior, quita muletillas, corta silencios, mejora el audio y aplica el mismo corte a una versión en video. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)