← 返回 Skills 市场
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install metaad
功能描述
This skill automates the creation of Meta (Facebook/Instagram) ads using the Marketing API. It handles campaign setup, audience targeting, media upload, and...
安全使用建议
This skill appears to do what it says, but before installing use a safe workflow: (1) review the bundled scripts (you already have them) and run them in a sandbox or virtualenv; (2) ensure Python 'requests' is installed; (3) create and use a token with minimal scopes and, if possible, a test ad account to avoid accidental spend; (4) be aware the Access Token and optional App Secret are saved to ~/.workbuddy/meta_ads_config.json in plaintext — delete or securely store that file when finished; (5) verify network calls (they go to graph.facebook.com) and confirm you trust the skill source (no homepage/author details provided). If you need higher assurance, request provenance (repository or author info) or run the scripts in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: metaad
Version: 1.0.0
The meta-ads-creator skill is a legitimate tool designed to automate the creation of Meta (Facebook/Instagram) advertisements using the Marketing API. The bundle consists of Python scripts (e.g., create_full_ad.py, meta_api.py) that wrap standard Meta Graph API calls for managing campaigns, ad sets, and media uploads. Sensitive credentials like Access Tokens are stored locally in the user's home directory (~/.workbuddy/meta_ads_config.json) and are only used for authenticated communication with official Meta endpoints (graph.facebook.com). No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (Meta ads automation) align with included scripts (campaign/adset/ad/media upload/one‑shot flow). Required credentials (access token, ad account ID) are used by the code and documented in SKILL.md; nothing unrelated (e.g., AWS keys) is requested.
Instruction Scope
SKILL.md instructs running the bundled Python scripts and to run an interactive config step; the scripts only read local files (images/config), write a local config, and call the Meta Graph API endpoints documented in references. Note: the config is stored in plaintext under ~/.workbuddy/meta_ads_config.json which contains the access token, ad account ID, and optional app secret (sensitive).
Install Mechanism
There is no install spec (instruction-only install), which is low risk. However, the skill includes Python scripts that require the 'requests' library but the registry metadata does not declare dependencies—this may cause runtime errors if requests is absent. No external install URLs or archives are used.
Credentials
No environment variables are required (the code uses a local config file). The credential access requested (Meta Access Token, Ad Account ID, optional App ID/Secret) is proportionate to the task. Warning: credentials are persisted to a local file in the user's home directory in cleartext; protect or remove that file if needed.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It persists its own config under ~/.workbuddy/meta_ads_config.json (self-contained).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install metaad - 安装完成后,直接呼叫该 Skill 的名称或使用
/metaad触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
New major version: Streamlined skill for automated Meta ads campaign creation via Marketing API.
- Complete rewrite for Meta ads automation: create, configure, and manage campaigns, ad sets, creatives, and ads via scripts.
- Added Python scripts for each step: media upload, campaign/adset/ad creation, and full workflow orchestration.
- Introduced configuration management, CLI, and example templates for faster onboarding.
- Plain-language documentation with use cases, requirements, API prerequisites, and troubleshooting tips.
- Reference guide included for Meta API usage in the new documentation set.
元数据
常见问题
meta_ad 是什么?
This skill automates the creation of Meta (Facebook/Instagram) ads using the Marketing API. It handles campaign setup, audience targeting, media upload, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 meta_ad?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install metaad」即可一键安装,无需额外配置。
meta_ad 是免费的吗?
是的,meta_ad 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
meta_ad 支持哪些平台?
meta_ad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 meta_ad?
由 Zine1993(@zine1993)开发并维护,当前版本 v1.0.0。
推荐 Skills