← Back to Skills Marketplace
Meta Ads Collector Adarsh
by
Adarsh More
· GitHub ↗
· v1.0.0
279
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install meta-ads-collector-adarsh
Description
Collects active Meta ads for a brand, reporting total ads, formats, ad types, longest-running ad duration, and estimated spend if available.
Usage Guidance
Before installing or enabling this skill: 1) Do not provide META_ACCESS_TOKEN, META_APP_ID, or META_APP_SECRET until you confirm the skill source and how secrets are handled — the registry metadata did not declare any required env vars even though the SKILL.md requires them. 2) Prefer creating an app/credentials with minimal permissions and short-lived tokens (or use a dedicated read-only token) and rotate them after testing. 3) Ask the publisher to update the registry metadata to list the exact environment variables and explain how tokens are used and stored/logged. 4) Verify where logs and any returned data are sent (the SKILL.md references Winston logging and external APIs); ensure logs do not leak tokens or PII. 5) If you cannot verify the source, test in an isolated environment and avoid providing production credentials. If the developer cannot explain the metadata mismatch, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: meta-ads-collector-adarsh
Version: 1.0.0
The skill bundle describes a legitimate tool for collecting marketing data from the Meta Ad Library API. It defines clear input/output schemas, implements standard error handling, and uses environment variables (META_ACCESS_TOKEN) for authentication as expected for this type of integration. No malicious code, data exfiltration patterns, or prompt injection attempts were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name and description match the implementation notes: the skill queries the Meta Ad Library API and computes ad metrics. Requesting a Meta access token and app credentials is appropriate for that purpose. However, the registry metadata lists no required environment variables or primary credential while the SKILL.md explicitly requires META_ACCESS_TOKEN, META_APP_ID, and META_APP_SECRET — an inconsistency between declared requirements and the runtime instructions.
Instruction Scope
The runtime instructions are focused on the Ad Library API and metric calculation (formats, counts, durations, optional spend). They reference process.env variables and other project files (e.g., metaAdsService.ts, src/types/audit.types.ts) and instruct logging errors with Winston. The instructions do not ask for unrelated system files or other service credentials, but they do require reading secret env vars (Meta credentials). Because the registry omitted those env requirements, the instructions grant the agent access to secrets that were not declared to users/installers — this is a scope/visibility concern.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes install-time risk (nothing is downloaded or written by an installer).
Credentials
The env vars named in SKILL.md (META_ACCESS_TOKEN, META_APP_ID, META_APP_SECRET) are appropriate and proportionate for querying Meta's Ad Library. However, the skill registry metadata claims 'Required env vars: none' and 'Primary credential: none'. The absence of declared env requirements in the registry is misleading and increases risk because users may not realize they must supply sensitive credentials. No unrelated secrets are requested, but the mismatch is a serious transparency issue.
Persistence & Privilege
The skill does not request always: true, does not include an install script, and does not appear to alter other skills or system-wide settings. It relies on runtime environment variables only and does not request elevated persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meta-ads-collector-adarsh - After installation, invoke the skill by name or use
/meta-ads-collector-adarsh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Meta Ads Collector Skill.
- Scans Meta Ad Library API for active ads by brand, optionally filtering by domain.
- Extracts total active ads, ad formats, ad types, and longest-running ad duration.
- Returns estimated spend for political/issue ads if available.
- Implements robust error handling; never throws, always returns a typed result.
- Designed for integration with the Marketing Audit Pipeline to support Paid Ads Strategy reporting.
Metadata
Frequently Asked Questions
What is Meta Ads Collector Adarsh?
Collects active Meta ads for a brand, reporting total ads, formats, ad types, longest-running ad duration, and estimated spend if available. It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.
How do I install Meta Ads Collector Adarsh?
Run "/install meta-ads-collector-adarsh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meta Ads Collector Adarsh free?
Yes, Meta Ads Collector Adarsh is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Meta Ads Collector Adarsh support?
Meta Ads Collector Adarsh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meta Ads Collector Adarsh?
It is built and maintained by Adarsh More (@adarshvmore); the current version is v1.0.0.
More Skills