← 返回 Skills 市场
Meta Video Ad Deconstructor
作者
fortytwode
· GitHub ↗
· v1.0.0
2151
总下载
5
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meta-video-ad-deconstructor
功能描述
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.
安全使用建议
This skill appears to do what it says (analyze ad creatives with Gemini) but the SKILL.md requires a Google service-account JSON (GOOGLE_APPLICATION_CREDENTIALS) while the registry metadata claims no env vars — that's an inconsistency you should clear up before installing. If you decide to use it: 1) provide a least-privilege Vertex AI service account (avoid broad project/editor roles), 2) review the prompts/marketing_analysis.md and the scripts locally to confirm there are no unexpected external endpoints or data-sending logic, and 3) be aware that the skill will send transcript/scene/text data to Google Gemini (so do not feed sensitive or proprietary video content unless the service account/project policy and data residency are acceptable). If the registry maintainer cannot explain the missing credential declaration, treat the omission as a risk and proceed cautiously.
功能分析
Type: OpenClaw Skill
Name: meta-video-ad-deconstructor
Version: 1.0.0
The skill is designed to deconstruct video ad creatives using Gemini AI, which aligns with its stated purpose. It requires standard Google Cloud credentials (`GOOGLE_APPLICATION_CREDENTIALS` and `project-id`) for Vertex AI, which are configured by the user and not maliciously accessed or exfiltrated by the skill. The Python code handles prompt management, data formatting, and interaction with the Gemini API. File system access is limited to reading local markdown prompt files, and network activity is confined to the legitimate Gemini API endpoint. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection against the OpenClaw agent.
能力评估
Purpose & Capability
The code (deconstructor, prompt manager, models) implements marketing-dimension analysis and calls a Gemini generative model; that aligns with the skill's name and description. Requesting access to Gemini/Vertex AI is appropriate for this functionality.
Instruction Scope
SKILL.md explicitly instructs the user to set GOOGLE_APPLICATION_CREDENTIALS and to pip install vertexai. Those instructions are scoped to using Vertex AI / Gemini and to loading local prompt templates. However, SKILL.md requires a service-account credential that is not declared in the registry metadata, and the skill's runtime will read prompt files from disk (prompts/) — both are runtime behaviors not reflected in the declared requirements.
Install Mechanism
There is no install spec in the registry (no automatic download or archive). SKILL.md suggests installing the public vertexai Python package via pip, which is proportionate and expected for using Vertex AI. No high-risk download URLs or archive extraction are present.
Credentials
The skill requires Google service account credentials to call Vertex AI (GOOGLE_APPLICATION_CREDENTIALS) per SKILL.md, which is appropriate for Gemini usage — but the registry lists no required env vars. That mismatch is concerning because a user could install the skill without realizing they must provide a service account JSON (which grants project-level access). No other unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. The code only reads local prompt files and uses the provided Gemini model object; it does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meta-video-ad-deconstructor - 安装完成后,直接呼叫该 Skill 的名称或使用
/meta-video-ad-deconstructor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – AI-powered deconstruction of video ad creatives for marketing insights.
- Extracts hooks, social proof, CTAs, target audience, emotional triggers, urgency tactics, and more from video ads using Gemini AI.
- Supports both consumer product and gaming ads, with structured JSON output for easy integration.
- Provides summary generation and detailed breakdown by marketing dimension (hooks, proof, emotion, etc.).
- Includes progress callbacks for tracking long-running analyses.
- Customizable dimensions and prompts for tailored deconstruction and scoring.
元数据
常见问题
Meta Video Ad Deconstructor 是什么?
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2151 次。
如何安装 Meta Video Ad Deconstructor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meta-video-ad-deconstructor」即可一键安装,无需额外配置。
Meta Video Ad Deconstructor 是免费的吗?
是的,Meta Video Ad Deconstructor 完全免费(开源免费),可自由下载、安装和使用。
Meta Video Ad Deconstructor 支持哪些平台?
Meta Video Ad Deconstructor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meta Video Ad Deconstructor?
由 fortytwode(@fortytwode)开发并维护,当前版本 v1.0.0。
推荐 Skills