Overview
- Skill Key
- fortytwode/meta-video-ad-deconstructor
- Author
- fortytwode
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/fortytwode/meta-video-ad-deconstructor
- Latest Commit SHA
- 2e020aee0ac296e28367b10a75c65e2059c5380d
Deconstruct video ad creatives into marketing dimensions using Gemini AI. Extracts hooks, social proof, CTAs, target audience, emotional triggers, urgency tactics, and more. Use when analyzing competitor ads, generating creative briefs, or understanding what makes ads effective.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 video-ad-deconstructor 技能。 若已安装,则直接安装 video-ad-deconstructor 技能。
# Video Ad Deconstructor
AI-powered deconstruction of video ad creatives into actionable marketing insights.
## What This Skill Does
- **Generate Summaries**: Product, features, audience, CTA extraction
- **Deconstruct Marketing Dimensions**: Hooks, social proof, urgency, emotion, etc.
- **Support Multiple Content Types**: Consumer products and gaming ads
- **Progress Tracking**: Callback support for long analyses
- **JSON Output**: Structured data for downstream processing
## Setup
### 1. Environment Variables
```bash
# Required for Gemini
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
```
### 2. Dependencies
```bash
pip install vertexai
```
## Usage
### Basic Ad Deconstruction
```python
from scripts.deconstructor import AdDeconstructor
from scripts.models import ExtractedVideoContent
import vertexai
from vertexai.generative_models import GenerativeModel
# Initialize Vertex AI
vertexai.init(project="your-project-id", location="us-central1")
gemini_model = GenerativeModel("gemini-1.5-flash")
# Create deconstructor
deconstructor = AdDeconstructor(gemini_model=gemini_model)
# Create extracted content (from video-ad-analyzer or manually)
content = ExtractedVideoContent(
video_path="ad.mp4",
duration=30.0,
transcript="Tired of messy cables? Meet CableFlow...",
text_timeline=[{"at": 0.0, "text": ["50% OFF TODAY"]}],
scene_timeline=[{"timestamp": 0.0, "description": "Person frustrated with tangled cables"}]
)
# Generate summary
summary = deconstructor.generate_summary(
transcript=content.transcript,
scenes="0.0s: Person frustrated with tangled cables",
text_overlays="50% OFF TODAY"
)
print(summary)
```
### Full Deconstruction
```python
# Deconstruct all marketing dimensions
def on_progress(fraction, dimension):
print(f"Progress: {fraction*100:.0f}% - Analyzed {dimension}")
analysis = deconstructor.deconstruct(
extracted_content=content,
summary=summary,
is_gaming=False, # Set True for gaming...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.