← Back to Skills Marketplace
Meta Ads Manager — No API Key Required
by
Aidan Dunlap
· GitHub ↗
· v1.0.0
2307
Downloads
7
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install meta-ads-manager
Description
Manage and analyze Meta (Facebook/Instagram) Ads campaigns. Use this skill when the user asks about ad performance, campaign metrics, ad spend, ROAS, CPA, CT...
Usage Guidance
This skill appears coherent for Meta Ads management: it expects the platform runtime to provide authenticated MCP tools and does not ask for local secrets. Before installing or invoking it, confirm who operates the 'Metacog MCP' service and whether your platform/runtime actually provides the listed tools (list_ad_accounts, read_ads, write_ads). Verify audit logging and that writes require explicit human approval (don't approve changes you don't fully review). Because the skill's source and homepage are unknown, prefer installing only in environments where you can audit tool calls or where least-privilege controls and logs are in place. If you need higher assurance, ask the publisher/runtime owner for documentation or an origin URL for the MCP service and for examples of the exact API calls that will be made during reads/writes.
Capability Analysis
Type: OpenClaw Skill
Name: meta-ads-manager
Version: 1.0.0
The skill bundle appears benign. The `SKILL.md` provides clear instructions for the AI agent to manage Meta Ads campaigns using specific, described tools (`list_ad_accounts`, `read_ads`, `write_ads`). These tools are stated to operate within a 'sandboxed JavaScript' environment and interact exclusively with the Meta Graph API via `metaFetch`, `metaPost`, and `metaDelete` functions. Crucially, the instructions explicitly require user confirmation before executing any write operations, mitigating accidental or unauthorized changes. There is no evidence of prompt injection attempting to bypass security, exfiltrate data, execute arbitrary commands, or access unrelated sensitive information.
Capability Assessment
Purpose & Capability
The name/description (manage Meta Ads) matches the instructions: listing accounts, reading insights, and performing campaign mutations via read_ads/write_ads. No unrelated credentials or binaries are requested, which is consistent with the claim that authentication is handled by an external MCP server.
Instruction Scope
SKILL.md limits actions to Meta Graph API endpoints via sandboxed tools (metaFetch/metaPost/metaDelete) and explicitly requires user confirmation before any write operations. It does not instruct reading local files, arbitrary env vars, or contacting unrelated external endpoints.
Install Mechanism
Instruction-only skill with no install spec or code files—this is the lowest-risk install model and matches the declared metadata.
Credentials
No environment variables or credentials are requested in the manifest, which aligns with the statement that the MCP server supplies OAuth access. However, the skill implicitly requires the runtime to provide the MCP tools and authenticated access; this dependency should be verified. The ability to perform writes to ad accounts is powerful but the skill requires explicit user confirmation before write operations.
Persistence & Privilege
always is false and there is no install-time persistence requested, which is appropriate. Be aware that the skill uses 'persist' in tool calls to carry state between calls; this is normal for workflows but means the runtime will retain some intermediate ad-account data between calls. Also note that autonomous agent invocation is allowed by default—combined with write capability this increases blast radius if approvals are automated or misunderstood.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meta-ads-manager - After installation, invoke the skill by name or use
/meta-ads-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Meta Ads Manager skill.
- Manage and analyze Facebook/Instagram ad campaigns, ad sets, and ads via the full Meta Marketing API (v21.0).
- Supports performance, creative, audience, and budget analysis with strategic playbooks for common ad tasks.
- Secure, live access to user accounts—no manual API keys needed.
- Safeguards in place for campaign writes: explicit confirmation required for any changes.
- Output and analysis are efficient and concise, with guidance on context management and summary reports.
Metadata
Frequently Asked Questions
What is Meta Ads Manager — No API Key Required?
Manage and analyze Meta (Facebook/Instagram) Ads campaigns. Use this skill when the user asks about ad performance, campaign metrics, ad spend, ROAS, CPA, CT... It is an AI Agent Skill for Claude Code / OpenClaw, with 2307 downloads so far.
How do I install Meta Ads Manager — No API Key Required?
Run "/install meta-ads-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meta Ads Manager — No API Key Required free?
Yes, Meta Ads Manager — No API Key Required is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Meta Ads Manager — No API Key Required support?
Meta Ads Manager — No API Key Required is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meta Ads Manager — No API Key Required?
It is built and maintained by Aidan Dunlap (@aiddun); the current version is v1.0.0.
More Skills