← Back to Skills Marketplace
elias-didoo

Meta Ads Daily Pulse

by elias-didoo · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
98
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install meta-ads-daily-pulse
Description
[Didoo AI] Rapid daily health scan for Meta Ads — detects week-over-week performance changes and flags urgent issues before meetings. Use every morning or be...
Usage Guidance
This skill looks like what it says (a Meta Ads daily change detector) but has some issues you should address before using it with real credentials: 1) The SKILL.md runs python3 for date math but the skill metadata doesn't declare python3 as a required binary — confirm the runtime will have Python or change the instructions to a shell-only method. 2) The curl examples embed the access token on the command line; that can leak via process listings and shell history. Prefer sending the token in an Authorization header (e.g., -H "Authorization: Bearer $META_ACCESS_TOKEN") or otherwise avoid putting secrets in argv. 3) The doc contradicts itself about recommendations: it says 'do not output recommendations' but also asks for 'one immediate action per issue' — clarify whether the skill should propose actions or not. 4) Confirm the referenced companion skill (meta-ads-recommendation) exists if the intent is to offload remediation. If you proceed, only provide a token with read-only ads_read scope and consider rotating the token after testing. If you want, ask the skill author to (a) declare python3 in required binaries, (b) update curl examples to use an Authorization header, and (c) fix the recommendation vs detection contradiction.
Capability Analysis
Type: OpenClaw Skill Name: meta-ads-daily-pulse Version: 1.1.0 The skill bundle is a legitimate tool for monitoring Meta Ads performance. It uses standard shell commands (curl, python3) to query the official Meta Graph API (graph.facebook.com) using provided credentials (META_ACCESS_TOKEN). The logic in SKILL.md is focused entirely on performance analysis and reporting, with no evidence of data exfiltration to unauthorized endpoints, malicious execution, or prompt-injection attacks.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description ask for Meta Ads insights and the skill only requires META_ACCESS_TOKEN and META_AD_ACCOUNT_ID — which is proportionate. However, the runtime instructions call python3 for dates even though the registry lists no required binaries; that mismatch is an omission the author should fix (declare python3 or provide a pure-shell alternative).
Instruction Scope
SKILL.md instructs the agent to run curl via shell and to pass the access token on the command line (-d access_token=...), which can expose tokens in process listings and shell history. It also contains an internal contradiction: the 'Skill Boundary' says 'do not output recommendations' yet the 'Rules' require 'One immediate action per issue' (an action is effectively a recommendation). The skill also tells the agent not to re-fetch data in the same session — that is fine but relies on session state management that may not be enforced.
Install Mechanism
Instruction-only skill with no install spec or code files — low disk/write risk. There is no external download or package installation declared.
Credentials
Only META_ACCESS_TOKEN and META_AD_ACCOUNT_ID are required, which aligns with the Meta Graph API use. However, the way the token is used (exposed on the command line) is a risk to credential confidentiality. Also the skill does not declare a 'primary credential' even though one env var is the main secret; that's a minor metadata omission.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges. Autonomous model invocation is allowed (platform default), but there is no additional privileged presence requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meta-ads-daily-pulse
  3. After installation, invoke the skill by name or use /meta-ads-daily-pulse
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added homepage, metadata.openclaw.requires.env, OAuth scope for credential clarity
v1.0.0
Initial release
Metadata
Slug meta-ads-daily-pulse
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Meta Ads Daily Pulse?

[Didoo AI] Rapid daily health scan for Meta Ads — detects week-over-week performance changes and flags urgent issues before meetings. Use every morning or be... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Meta Ads Daily Pulse?

Run "/install meta-ads-daily-pulse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meta Ads Daily Pulse free?

Yes, Meta Ads Daily Pulse is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Meta Ads Daily Pulse support?

Meta Ads Daily Pulse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meta Ads Daily Pulse?

It is built and maintained by elias-didoo (@elias-didoo); the current version is v1.1.0.

💬 Comments