← 返回 Skills 市场
arsalan98m

Meta AI Ads

作者 arsalan98m · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meta-ai-ads
功能描述
Create and manage Meta (Facebook & Instagram) ad campaigns, lead forms, audiences, pixels, and product catalogs via the Plai API. Also connects Facebook/Inst...
安全使用建议
This skill appears to implement the advertised Plai Meta Ads CLI and asks only for a Plai API key and user id, which is expected. Before installing or running it: (1) Inspect scripts/plai-meta.js yourself — note it will POST your PLAI_API_KEY and PLAI_USER_ID to the configured BASE_URL; by default that's https://public.plai.io but an undocumented PLAI_BASE_URL env var can redirect calls to any host, so only set PLAI_BASE_URL to a trusted endpoint. (2) Be aware package.json has a postinstall script that runs `cd scripts && npm install` — this will download from npm and write node_modules; run in a controlled environment or offline if you prefer. (3) Review OAuth connection links the tool generates before opening them. If you trust Plai and will only use the official endpoint, the skill is generally coherent. If you cannot verify the endpoint or want to avoid automatic npm installs, treat this as higher risk.
功能分析
Type: OpenClaw Skill Name: meta-ai-ads Version: 1.0.0 The skill bundle provides a legitimate interface for managing Meta Ads via the Plai API. The Node.js script (scripts/plai-meta.js) communicates exclusively with the official Plai API endpoint (public.plai.io) using provided environment variables for authentication. There is no evidence of data exfiltration, unauthorized execution, or malicious prompt injection in the instructions (SKILL.md).
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name, description, required env vars (PLAI_API_KEY, PLAI_USER_ID), required binary (node), and the code all match a Plai Meta Ads CLI that creates/manages campaigns, forms, audiences, etc.
Instruction Scope
SKILL.md instructs running the provided CLI and describes expected operations; however the runtime script reads an optional PLAI_BASE_URL environment variable (defaults to https://public.plai.io). PLAI_BASE_URL is not declared in requires.env or documented in SKILL.md, which means API calls can be redirected to an arbitrary endpoint if that env var is set — a potential data-exfiltration vector if misused.
Install Mechanism
Install uses Homebrew to ensure node exists (reasonable). package.json contains a postinstall script that runs `cd scripts && npm install` — this will reach out to the npm registry and create node_modules under scripts if dependencies are present. This networked install step is not large but is an extra action that will modify disk and can fetch code from npm; review the scripts folder before running postinstall.
Credentials
The two required env vars (PLAI_API_KEY, PLAI_USER_ID) are appropriate and proportional for a Plai integration. However, the script also honors PLAI_BASE_URL (undeclared) which can redirect API traffic; the presence of this undocumented env var is worth noting and documenting before use.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. It runs as a CLI and has no persistent background agent components.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meta-ai-ads
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meta-ai-ads 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
meta-ai-ads 1.0.0 - Initial release with support for managing Meta (Facebook & Instagram) ad campaigns via the Plai API. - Features include connecting Facebook/Instagram and Google Ads accounts, campaign creation and management, lead form setup, audience creation, and product catalog management. - Provides commands for campaign insights, pausing, updating, and ad performance reporting. - Includes tools to handle targeting locations, interests, locales, custom and lookalike audiences, and media uploads. - Requires PLAI_API_KEY and PLAI_USER_ID environment variables for setup.
元数据
Slug meta-ai-ads
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Meta AI Ads 是什么?

Create and manage Meta (Facebook & Instagram) ad campaigns, lead forms, audiences, pixels, and product catalogs via the Plai API. Also connects Facebook/Inst... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。

如何安装 Meta AI Ads?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meta-ai-ads」即可一键安装,无需额外配置。

Meta AI Ads 是免费的吗?

是的,Meta AI Ads 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Meta AI Ads 支持哪些平台?

Meta AI Ads 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meta AI Ads?

由 arsalan98m(@arsalan98m)开发并维护,当前版本 v1.0.0。

💬 留言讨论