← Back to Skills Marketplace
elias-didoo

Meta Ads Creative Fatigue

by elias-didoo · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
124
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install meta-ads-creative-fatigue
Description
[Didoo AI] Analyzes creative fatigue signals across Meta Ads campaigns. Use when reviewing declining CTR or ROAS, planning creative rotation schedules, or ma...
Usage Guidance
This skill looks coherent for analyzing Meta Ads creative fatigue. Before installing: 1) Provide a least-privilege Meta token (ads_read) and prefer short-lived or app-scoped credentials rather than long-lived user tokens. 2) Confirm that the agent environment will keep session context private (the skill stores per-creative fatigue keys) and that any downstream skills that read those keys are trustworthy. 3) Be aware the SKILL.md uses abstract API actions instead of explicit Graph API calls — verify the agent implementation will respect rate limits and error handling. If you need stronger assurance, ask the publisher for details on the exact API calls performed and how tokens are used/rotated.
Capability Analysis
Type: OpenClaw Skill Name: meta-ads-creative-fatigue Version: 1.1.0 The skill bundle is a legitimate tool for analyzing Meta Ads performance and creative fatigue. It requires standard API credentials (META_ACCESS_TOKEN) and follows a logical workflow for fetching ad data, calculating decay metrics, and formatting reports, with no evidence of malicious intent, data exfiltration, or prompt injection attacks in SKILL.md or _meta.json.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description match the requirements: it needs access to Meta Ads data and declares META_ACCESS_TOKEN and META_AD_ACCOUNT_ID. Both env vars are appropriate and sufficient for read-only ad performance queries.
Instruction Scope
SKILL.md confines actions to fetching ads and insights, computing fatigue metrics, classifying creatives, and storing a small set of session-context keys. It does not instruct reading arbitrary files or unrelated credentials. Note: the doc uses abstract calls (get_ads_list, get_ads_insights) rather than concrete Graph API endpoints or error/rate-limit handling; that's an operational gap but not a security incoherence.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or automatically installed by the skill.
Credentials
Only two env vars are required (META_ACCESS_TOKEN and META_AD_ACCOUNT_ID), which are expected for this task. The token is sensitive — the SKILL.md correctly references ads_read scope; users should avoid providing overly-broad or long-lived tokens.
Persistence & Privilege
always: false and default autonomous invocation are used (expected). The skill writes a small set of keys into session context (rotation_pipeline, fatigue_level, days_until_death) so downstream skills (meta-ads-recommendation, meta-ads-builder) can consume them. This is standard but you should confirm those downstream skills are trusted and that session context will not be logged or exported to third parties.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meta-ads-creative-fatigue
  3. After installation, invoke the skill by name or use /meta-ads-creative-fatigue
  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-creative-fatigue
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Meta Ads Creative Fatigue?

[Didoo AI] Analyzes creative fatigue signals across Meta Ads campaigns. Use when reviewing declining CTR or ROAS, planning creative rotation schedules, or ma... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install Meta Ads Creative Fatigue?

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

Is Meta Ads Creative Fatigue free?

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

Which platforms does Meta Ads Creative Fatigue support?

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

Who created Meta Ads Creative Fatigue?

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

💬 Comments