Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

meta-ads-creative-fatigue元广告创意疲劳

Agent Skill

meta-ads-creative-fatigue 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,794

周安装

155

GitHub Stars

公开资料未说明

下载量

1,215
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meta-ads-creative-fatigue(元广告创意疲劳)
来源仓库:https://github.com/elias-didoo/meta-ads-creative-fatigue
安装命令:
openclaw skills install meta-ads-creative-fatigue
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meta-ads-creative-fatigue

简介

分析元广告活动中创意疲劳信号,识别点击率或 ROI 下降原因。

  • 适合规划素材轮换计划或管理长期投放效果时使用。
  • 自动检测异常波动并提供素材替换建议。meta-ads-creative-fatigue 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 使用前需确认账户是否开启必要的数据追踪权限。
  • 建议结合原始文档理解阈值设定与告警逻辑细节。

SKILL.md

name
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 managing creative lifecycle. Run standalone or after meta-ads-daily-pulse flags creative fatigue.
homepage
https://didoo.ai/blog
metadata

Required Credentials

CredentialWhere to GetUsed ForOAuth Scope
META_ACCESS_TOKENMeta Developer Console → Graph API Explorer → Generate TokenFetching ad performance and frequency dataads_read (read-only)
META_AD_ACCOUNT_IDAds Manager URL: adsmanager.facebook.com/act_XXXXXXXXXIdentifying which account to query

When to Use

When creative has been running for 7+ days and performance is declining — or proactively when managing a portfolio of creatives. Use before scheduling creative refresh.


Requirements

  • account_id (required)
  • campaign_id or ad_ids (optional — defaults to all active ads in account)
  • date_range: last_30d (default)

Step 1: Fetch Active Ads

Get list of all active ads with performance data:

  • get_ads_list → ad names, IDs, campaign association
  • get_ads_insights per ad: frequency, CTR, ROAS, spend, impressions

Step 2: Calculate Fatigue Signals

For each ad, compute:

  • Days active: from ad creation date
  • CTR drop %: (Week 1 CTR − Current CTR) / Week 1 CTR × 100
  • Frequency decay: CTR at freq 1-2x vs CTR at freq 5x+
  • Decay rate: CTR drop % per day since launch
  • Days until death: estimate based on current decay rate and "Dead" threshold
  • Lifespan status: see Classification table below

Step 3: Fatigue Classification

LevelCriteriaAction
Fresh< 7 days OR CTR drop < 10%Monitor
Mild7-14 days, CTR drop 10-20%Monitor
Moderate14-21 days, CTR drop 20-35%Rotate Soon
Severe21-28 days, CTR drop 35-50%Refresh Now
Dead> 28 days OR CTR drop > 50% OR Freq > 5x with CTR < 50% of baselineKill Immediately

Step 4: Lifespan Status

StatusCriteria
GrowingROAS within 10% of peak, < 14 days
PeakROAS at maximum, 7-21 days
DecliningROAS decay > 5%/day, > 21 days
ExpiredROAS < 50% of peak OR > 35 days

Step 5: Build Rotation Pipeline

Classify all active creatives into pipeline buckets:

StatusCount
Active Winners
Active Decaying
Recently Killed
In Pipeline

Calculate:

  • Creatives dying this week
  • Creatives dying next week
  • New creatives needed
  • Testing velocity (new creatives launched per week)

Step 6: Output Format

SECTION 1: Fatigue Status Overview

Fatigue Health Table (top 15-20 creatives):

CreativeDays ActiveCurrent FreqCTR Week 1CTR NowDrop %Fatigue LevelAction

SECTION 2: Frequency Decay Analysis

Frequency Impact Table (top 10-12 highest frequency):

CreativeFreq 1-2x CTRFreq 3-4x CTRFreq 5x+ CTRCurrent FreqDecay Rate

SECTION 3: Performance Degradation Timeline

ROAS Decay Table (top 12-15):

CreativeLaunch DatePeak ROASCurrent ROASDays to PeakDays Since PeakDecay RateLifespan Status

SECTION 4: Rotation Pipeline Status

Creative Inventory Table:

StatusCount
Active Winners
Active Decaying
Recently Killed
In Pipeline

Refresh Needs: Dying this week, dying next week, new needed, testing velocity.

SECTION 5: Refresh Recommendations

Action Priority Table (top 10-12):

CreativeCurrent StatusDays Until DeathActionPriorityNew Direction

Priority: Urgent (24h), High (3d), Medium (7d), Low (monitor).


Rules

  • Prioritize by: Severity > Days Until Death > Spend
  • New Direction must be specific angles, not generic advice ("Test urgency angle" not "new creative")
  • No executive summary
  • This is analysis only — recommendations route to meta-ads-recommendation

Session Context — What This Skill Writes

After completing analysis, store the following in session context:

KeyDescriptionExample
rotation_pipelineCreative inventory by status bucket"2 growing, 3 declining, 1 dead, 2 in pipeline"
fatigue_levelPer-creative fatigue classification"Blue Banner v2: Severe; CTR drop 52%"
days_until_deathEstimated days before each creative expires"Banner v3: 8 days; Banner v4: 22 days"
meta-ads-recommendation reads these keys to produce the creative rotation action plan. For new creative generation, route to meta-ads-builder.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.19%
按下载量换算877

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills