Analyze extracted Meta ad creatives and generate a professional strategy report. Use after /meta_ads_extractor to produce a clean, organized analysis documen...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install meta-ads-analyser或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install meta-ads-analyser⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/meta-ads-analyser/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: meta-ads-analyser description: Analyze extracted Meta ad creatives and generate a professional strategy report. Use after /meta_ads_extractor to produce a clean, organized analysis document with inline videos/images grouped by funnel/landing page. ---
Generate a professional ad strategy analysis report from extracted Meta ad creatives.
/meta_ads_extractor (images, videos, landing page screenshots)Assets folder from extraction, typically at:
~/clawd/output/meta-ads/{advertiser-slug}/
├── {slug}-video-01.mp4
├── {slug}-video-02.mp4
├── {slug}-image-01.jpg
├── {slug}-image-02.jpg
├── landing-{page-name}.jpg
└── ...
For each ad creative, identify:
Use vision model for images, Gemini for video analysis.
Get dimensions with:
# Images (macOS)
sips -g pixelWidth -g pixelHeight image.jpg
# Videos
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=p=0 video.mp4
Common aspect ratios: | Ratio | Use Case | |-------|----------| | 1:1 | Feed (universal) | | 4:5 | Feed (recommended) | | 9:16 | Stories/Reels | | 16:9 | Landscape video |
For each landing page, identify:
Group ads by their destination landing page. Each funnel = landing page + all ads driving to it.
Typical funnel types:
Look for:
Generate a self-contained HTML report using the template structure below.
1. Header
- Advertiser name
- Stats (# ads, # funnels, date)
2. Strategy Overview (TOP)
- High-level acquisition strategy
- Funnel flow visualization
- Creative testing patterns
- Key takeaways (actionable insights)
3. Funnel Sections (one per landing page)
- Funnel header (name, URL)
- Landing page card (screenshot + analysis)
- Ad cards grid (media + analysis for each)
4. Footer
- Source attribution
- Date generated
Each ad card should display:
[Media: video/image]
[Badges: Type | Funnel Stage | Aspect Ratio | Duration (if video)]
[Title]
[Analysis fields: Hook, Script, Emotion, Strengths, Gaps]
Include aspect ratio badge on every ad card so patterns are visible at a glance (e.g., "all TOFU ads are 4:5, BOFU ads are 1:1").
See templates/report-template.html for the full HTML/CSS template.
``` ~/clawd/output/meta-ads/{advertiser-slug}/{slug}-analysis.html ```
Important: The HTML uses relative paths to media files. Always deliver as a zip so the recipient can open it locally with all assets.
User: Analyze the EricPartaker ads we extracted
1. Read assets folder: ~/clawd/output/meta-ads/ericpartaker/
2. Analyze each video with Gemini / image with vision
3. Analyze landing page screenshots
4. Map ads to landing pages (identify 3 funnels)
5. Identify strategy patterns
6. Generate HTML report
7. Zip folder
8. Send to user
This skill is designed to follow /meta_ads_extractor:
/meta_ads_extractor → downloads assets
/meta_ads_analyser → generates strategy report
Can also integrate with:
安装 Ads Analyzer 后,可以对 AI 说这些话来触发它
Help me get started with Ads Analyzer
Explains what Ads Analyzer does, walks through the setup, and runs a quick demo based on your current project
Use Ads Analyzer to analyze extracted Meta ad creatives and generate a professional str...
Invokes Ads Analyzer with the right parameters and returns the result directly in the conversation
What can I do with Ads Analyzer in my marketing & growth workflow?
Lists the top use cases for Ads Analyzer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/meta-ads-analyser/ 目录(个人级,所有项目可用),或 .claude/skills/meta-ads-analyser/(项目级)。重启 AI 客户端后,用 /meta-ads-analyser 主动调用,或让 AI 根据上下文自动发现并使用。
Ads Analyzer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Ads Analyzer 可免费安装使用。请查阅仓库了解许可证信息。
Analyze extracted Meta ad creatives and generate a professional strategy report. Use after /meta_ads_extractor to produce a clean, organized analysis documen...
Ads Analyzer 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Ads Analyzer
Identifies repetitive steps in your workflow and sets up Ads Analyzer to handle them automatically