← 返回 Skills 市场
Meta Ads Control
作者
Tristan Manchester
· GitHub ↗
· v1.0.0
· MIT-0
293
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install meta-ads-control
功能描述
Use this skill when the user wants to inspect, report on, create, update, pause, resume, budget, target, upload assets for, or troubleshoot Meta, Facebook, o...
安全使用建议
This skill appears to be a legitimate Meta Marketing API client. Before installing: (1) provide only a least-privilege META_ACCESS_TOKEN (prefer a system user token scoped to ads_management/ads_read as needed), (2) review the bundled scripts yourself or run them in a sandboxed agent to confirm behavior, (3) use the skill's dry-run and explicit-confirm workflows before any writes that change spend or delivery, and (4) avoid embedding tokens in prompts or files — inject them via your platform's secret/env mechanism and rotate them if shared. If you need higher assurance, inspect the full scripts (meta_ads.py) for logging of sensitive values and test in a non-production ad account first.
功能分析
Type: OpenClaw Skill
Name: meta-ads-control
Version: 1.0.0
The meta-ads-control skill bundle is a well-structured and documented tool for managing Meta Marketing API operations. The core script (scripts/meta_ads.py) uses standard Python libraries (urllib.request) to interact with graph.facebook.com and includes safety features like mandatory confirmation for write operations, dry-run modes, and credential masking in output. No evidence of data exfiltration, malicious execution, or prompt injection was found; the instructions in SKILL.md and the workflow guides prioritize safety and user approval.
能力评估
Purpose & Capability
Name/description target the Meta Marketing API and the skill only requests the expected primary credential (META_ACCESS_TOKEN) and optional Meta-specific env vars (META_AD_ACCOUNT_ID, META_API_VERSION, META_GRAPH_BASE). Required binaries (python3/python) match the bundled Python script. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines runtime actions to Graph API reads/writes, asset uploads, batch reads, and async Insights jobs. It explicitly recommends dry-runs, read-before-write, and explicit confirmation for money-affecting operations. It does not instruct reading unrelated host files or exfiltrating data to endpoints outside the declared Graph base.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). No remote downloads or installers; code is bundled as plain Python source, so there is no high-risk network installation step.
Credentials
Primary credential is META_ACCESS_TOKEN (appropriate). The skill optionally reads META_AD_ACCOUNT_ID, META_API_VERSION, and META_GRAPH_BASE — all justified by the described functionality. It does not request unrelated secrets or multiple opaque credentials.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide settings in SKILL.md or the bundled code. Autonomous invocation (model invocation) is allowed by default but is normal for skills and not combined with other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meta-ads-control - 安装完成后,直接呼叫该 Skill 的名称或使用
/meta-ads-control触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
meta-ads-control 1.0.0
- Initial release of the Meta Ads Control skill for managing and reporting on Meta, Facebook, and Instagram ads via the Marketing API.
- Supports inspection, reporting, creation, update, pausing, resuming, budgeting, targeting, troubleshooting, and asset uploads for ad accounts, campaigns, ad sets, creatives, and ads.
- Features dry-run protection, retries, pagination, batch operations, async Insights reporting, and targeting search.
- Requires Python 3, outbound API access, and configuration via environment variables.
- Detailed usage guidance and best practices included in SKILL.md.
元数据
常见问题
Meta Ads Control 是什么?
Use this skill when the user wants to inspect, report on, create, update, pause, resume, budget, target, upload assets for, or troubleshoot Meta, Facebook, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 Meta Ads Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meta-ads-control」即可一键安装,无需额外配置。
Meta Ads Control 是免费的吗?
是的,Meta Ads Control 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meta Ads Control 支持哪些平台?
Meta Ads Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meta Ads Control?
由 Tristan Manchester(@tristanmanchester)开发并维护,当前版本 v1.0.0。
推荐 Skills