← 返回 Skills 市场
adarshvmore

Meta Ads Collector

作者 Adarsh More · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
338
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meta-ads-collector
功能描述
Scans Meta Ad Library API to count active ads, identify ad formats and types, track longest-running ad, and estimate spend for a given brand.
安全使用建议
This skill describes how to query Meta's Ad Library but the registry metadata does not declare the required credentials or include any code. Before installing: 1) Confirm the skill's origin and trustworthiness (no homepage/source provided). 2) Ask the publisher to update the registry to declare required env vars (META_ACCESS_TOKEN, META_APP_ID, META_APP_SECRET) so you know what secrets will be needed. 3) Request the actual implementation (metaAdsService.ts and related code) to review how tokens are used/stored and to verify there is no data exfiltration beyond the intended API calls. 4) Ensure your Facebook App has minimally scoped, reviewed Ad Library access and rotate any secrets after testing. If you cannot verify these points, treat this skill as unsafe to grant production credentials to.
功能分析
Type: OpenClaw Skill Name: meta-ads-collector Version: 1.0.0 The Meta Ads Collector skill is a standard data aggregation tool designed to query the official Meta Ad Library API (graph.facebook.com) for marketing audits. The SKILL.md documentation outlines legitimate logic for calculating ad metrics and handling API responses, using environment variables for authentication without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name and description match the instructions: the skill queries the Meta/Facebook Ad Library to produce ad counts, formats, types, durations, and optional spend estimates — that's consistent with the declared purpose.
Instruction Scope
The runtime instructions assume environment variables (META_ACCESS_TOKEN, META_APP_ID, META_APP_SECRET) and local modules (metaAdsService.ts, src/types/audit.types.ts) that are not present in the registry or package. SKILL.md directs the agent to call the external Meta Graph API (expected) but also references application internals and logging behavior that won't exist for an instruction-only skill as published.
Install Mechanism
No install spec and no code files — lowest-risk distribution model — but also means the SKILL.md is purely a specification/instruction and depends on external implementation that isn't bundled.
Credentials
The instructions require sensitive credentials (META_ACCESS_TOKEN, META_APP_ID, META_APP_SECRET) yet the registry lists no required environment variables or primary credential. This is a mismatch: the skill needs secrets to function but does not declare them, so users may be surprised or the agent may attempt to prompt for or mishandle secrets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. Autonomous invocation is allowed (default) but that alone is expected and not a new concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meta-ads-collector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meta-ads-collector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Meta Ads Collector skill. - Scans the Meta Ad Library API for active ads by brand and optional domain. - Extracts key metrics: number of active ads, formats used, ad types, and longest-running ad duration. - Supports error handling with consistent fallback output. - Designed to feed marketing audit reports with up-to-date paid ad strategy insights. - Gracefully handles API issues, zero results, and domain disambiguation. - Requires Meta App credentials and uses the official Facebook Graph API.
元数据
Slug meta-ads-collector
版本 1.0.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Meta Ads Collector 是什么?

Scans Meta Ad Library API to count active ads, identify ad formats and types, track longest-running ad, and estimate spend for a given brand. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。

如何安装 Meta Ads Collector?

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

Meta Ads Collector 是免费的吗?

是的,Meta Ads Collector 完全免费(开源免费),可自由下载、安装和使用。

Meta Ads Collector 支持哪些平台?

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

谁开发了 Meta Ads Collector?

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

💬 留言讨论