/install notfair-meta-ads-agent
NotFair Meta Ads Agent
Use this skill when the user asks to manage, audit, diagnose, or optimize Meta Ads / Facebook Ads / Instagram Ads through NotFair.
Powered by NotFair's hosted Meta Ads MCP server.
Setup
openclaw plugins install clawhub:openclaw-notfair
openclaw plugins enable openclaw-notfair
openclaw config set 'plugins.entries.openclaw-notfair.config.mcpUrl' '"https://notfair.co/api/mcp/meta_ads"' --strict-json
openclaw notfair login
openclaw notfair status
If the plugin is not authenticated, ask the user to run openclaw notfair login. If Meta Ads is not connected, send them to NotFair Meta Ads setup.
Available OpenClaw Tools
- listAdAccounts - list Meta ad accounts connected to this session.
- runScript - run sandboxed JavaScript against the Meta Marketing API for broad audits and cross-surface analysis.
- getAdAccount - inspect account currency, timezone, spend cap, status, balance, and Business Manager context.
- getInsights - pull performance insights at account, campaign, ad set, or ad level.
- listCampaigns - list campaigns with status, objective, budget, bid strategy, schedule, and timestamps.
- listAdSets - list ad sets with targeting, optimization goal, budget, schedule, and promoted object.
- listAds - list ads with parent campaign/ad set ids and creative envelopes.
- listPages - list manageable Facebook Pages for ad creative
object_story_spec.page_id. - getPagePostInsights - compare boosted-post ad performance with aggregate Page post engagement.
- Write tools: pauseCampaign, enableCampaign, pauseAdSet, enableAdSet, pauseAd, enableAd, updateCampaignBudget, updateAdSetBudget, renameCampaign, renameAd, createCampaign, createAdSet, createAdCreative, createAd, updateCampaign, updateAdSet, updateAdCreative.
Safety Model
- Read-only analysis can run without extra approval.
- Any Meta Ads write must be explicitly approved by the user before execution.
- Treat budget increases, campaign/ad set/ad creation, enabling delivery, bid changes, targeting changes, and creative swaps as external money-affecting side effects.
- Prefer creating paused/draft entities when a tool supports it.
- Never delete or remove entities unless the user explicitly requests the destructive action and confirms scope.
- For boosted Page-post ads,
pauseAdmay fail because Meta blocks status changes on the boosted post ad object. Pause the parent ad set instead and explain the limitation. - Budget values from Meta are commonly in the account's minor currency units (for example cents for USD); convert before showing the user.
Default Workflow
- Call listAdAccounts when account context is unclear.
- Use runScript for broad account audits, waste analysis, creative inspection, or campaign × ad set × ad × insight correlation.
- Use typed point tools for narrow queries: getInsights, listCampaigns, listAdSets, listAds, getAdAccount, listPages, and getPagePostInsights.
- Present findings and proposed actions before any write.
- After an approved write, verify the resulting Meta Ads state with the relevant read tool.
Example Read-Only Script
const campaigns = await ads.graphParallel([
{
path: `/${ads.accountId}/campaigns`,
params: {
fields: "id,name,status,effective_status,objective,daily_budget,lifetime_budget,bid_strategy,updated_time",
limit: 100
}
},
{
path: `/${ads.accountId}/insights`,
params: {
level: "campaign",
date_preset: "last_30d",
fields: "campaign_id,campaign_name,spend,impressions,clicks,ctr,cpc,cpm,actions",
limit: 100
}
}
]);
return campaigns;
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notfair-meta-ads-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/notfair-meta-ads-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
NotFair Meta Ads Agent 是什么?
NotFair Meta Ads agent for OpenClaw. Diagnose live Meta Ads accounts across Facebook and Instagram, audit spend and delivery, inspect campaigns/ad sets/ads/c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。
如何安装 NotFair Meta Ads Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notfair-meta-ads-agent」即可一键安装,无需额外配置。
NotFair Meta Ads Agent 是免费的吗?
是的,NotFair Meta Ads Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NotFair Meta Ads Agent 支持哪些平台?
NotFair Meta Ads Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NotFair Meta Ads Agent?
由 Tong Chen(@tongchen92)开发并维护,当前版本 v2026.5.23。