Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

meta-ads-guide-didoo元广告指南 didoo

Agent Skill

meta-ads-guide-didoo 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,858

周安装

79

GitHub Stars

公开资料未说明

下载量

651
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install meta-ads-guide-didoo

简介

Didoo AI 元广告工作流的入口导航器与技能路由器。

  • 帮助用户选择合适工具完成特定广告任务。meta-ads-guide-didoo 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 根据当前目标智能推荐关联技能组合路径。
  • 依赖其他技能协同运作,不可独立执行具体操作。
  • 注意部分路由可能受限于上游技能可用性状态。

SKILL.md

name
meta-ads-guide
description
[Didoo AI] Entry-point navigator and skill router for Didoo AI''s Meta Ads workflow. Use when starting a Meta Ads task, unsure which skill to use, or building a Meta Ads agent workflow. Triggers on: which skill, how do I use Didoo AI, Meta Ads workflow, skill routing, not sure where to start, first time.
homepage
https://didoo.ai/blog
Published by Didoo AI — Your AI Media Buyer. One that actually knows you, built for SMBs. A skill system for Meta Ads strategy, execution, and analysis.

What is This System?

This is Didoo AI's Meta Ads Agent System — a set of 19 skills covering strategy, research, creative, execution, analysis, and reporting for Meta Ads campaigns.

For AI agents: This system is designed for modular use. Any skill can run independently or chain in sequence. Start with meta-ads-guide if you're unsure where to begin.

Meta Ads Skill Routing Guide

When to Use

This is the entry-point navigator for Didoo AI's Meta Ads workflow. New here? Start at the diagram below. Not sure which skill to use? Jump to the Quick Routing Table.


Skill Relationship Map

REFERENCE / ENTRY
├── meta-ads-guide (this file)
│       ├── meta-ads-fundamentals (core mechanisms)
│       └── meta-ads-capi-setup (tracking setup)

PLAN -- NEW CAMPAIGN
├── meta-ads-strategy (campaign design)
│       └── meta-ads-research (competitive intel)
│       └── meta-ads-budget-planning (budget allocation)

EXECUTE -- LAUNCH & MANAGE
├── meta-ads-builder (creative generation)
│       └── [creative output]
└── meta-ads-publisher (create/update campaigns)
        └── meta-ads-scale-campaign (scaling)
        └── meta-ads-daily-pulse (daily monitoring)

ANALYZE -- INTERPRET & DIAGNOSE
├── meta-ads-daily-pulse (daily auto-scan)
├── meta-ads-healthcheck (on-demand check)
└── meta-ads-weekly-performance (weekly report)
        │
        ├── meta-ads-drop-diagnosis
        ├── meta-ads-analysis
        ├── meta-ads-lead-gen-analysis
        ├── meta-ads-creative-fatigue
        └── meta-ads-audience-analysis
                │
                └── meta-ads-recommendation (single exit point for all analysis)
                        │
                        └── meta-ads-publisher (execution)

Quick Routing Table

What you want to doUse this skill
Entry point / not sure where to startmeta-ads-guide
"My ads are running -- are they healthy?"meta-ads-healthcheck
"I want to understand why performance dropped suddenly"meta-ads-drop-diagnosis
"I need to analyze campaign performance in depth"meta-ads-analysis *(general / e-commerce)*
"I'm running lead generation campaigns and need analysis"meta-ads-lead-gen-analysis *(lead gen only — mutually exclusive with meta-ads-analysis; do NOT run both)*
"I know what I want to do -- just do it (launch/change)"meta-ads-publisher
"I have analysis results -- what should I actually do?"meta-ads-recommendation
"I'm planning a new campaign -- where do I start?"meta-ads-strategy
"I need ad creative -- copy, images, hooks"meta-ads-builder
"I'm entering a new market -- what are competitors doing?"meta-ads-research
"I have a winner and want to scale it"meta-ads-scale-campaign
"My creative performance is declining over time"meta-ads-creative-fatigue
"I want a structured weekly performance report"meta-ads-weekly-performance
"I want daily monitoring signals before my morning review"meta-ads-daily-pulse
"I need to understand how Meta's auction/bidding actually works"meta-ads-fundamentals
"I need to set up CAPI / server-side tracking"meta-ads-capi-setup
"I want to plan my ad budget across campaigns"meta-ads-budget-planning
"I need to audit targeting, audience mix, or placement"meta-ads-audience-analysis

Two Core Workflows

Workflow A -- New Campaign Launch

meta-ads-strategy -> meta-ads-research -> meta-ads-builder -> meta-ads-publisher
                                                                    |
                                                         meta-ads-daily-pulse
                                                                    |
                                                         meta-ads-analysis
                                                                    |
                                                         meta-ads-recommendation

Workflow B -- Problem Detection & Fix

meta-ads-healthcheck / meta-ads-daily-pulse
          | [flags problem]
meta-ads-drop-diagnosis
          | [root cause identified]
          ↓
    ┌─────────────────────────────────────────────┐
    │  Creative declining over time → creative-fatigue    │
    │  Audience or budget allocation → audience-analysis  │
    │  Lead gen campaign → lead-gen-analysis              │
    │  General / e-commerce → analysis                    │
    └─────────────────────────────────────────────┘
                              ↓
                   meta-ads-recommendation
                              ↓
meta-ads-publisher (execute) -> meta-ads-daily-pulse (monitor)
Important: meta-ads-analysis and meta-ads-lead-gen-analysis are mutually exclusive — they cover different campaign types. Choose one based on your campaign type. Do NOT run both in the same session.

Monitoring Cadence

FrequencySkillWhen
Daily -- 2 minmeta-ads-daily-pulseEvery morning
Weekly -- 10 minmeta-ads-weekly-performanceEvery Monday
On-demandmeta-ads-healthcheckWhen something feels off

Getting Started -- First Time Setup

Before running your first campaign:

  1. Connect your Meta Ads account -- Ad Account ID (act_XXXXXXXXX) from Ads Manager + Access Token from Meta Developer Console.
  2. Install Pixel + CAPI -- Without these, Meta can't optimize. See meta-ads-capi-setup.
  3. Define your first campaign goal -- Lead gen / Conversions / Link Clicks / Awareness.
  4. Set a realistic budget -- Minimum $10-15/day per adset. See meta-ads-budget-planning.
  5. Launch -- meta-ads-strategy -> meta-ads-builder -> meta-ads-publisher (always launch PAUSED, review, then activate).
  6. Wait 5-7 days -- Don't judge during Learning Phase. Changing things during Learning resets the clock.

Common First-Timer Mistakes

  • Budget too low ($1-5/day) -- Learning Phase never completes
  • Too many campaigns at once -- spread thin, none learns
  • Expecting results in 24-48 hours -- give Meta time to optimize
  • Changing too many things at once -- change one variable, then wait
  • Not connecting CAPI -- CPA looks worse than reality

Key Constraint -- Analysis vs. Recommendation Boundary

  • meta-ads-analysis (and its variants) -- explains what happened. Data only. Never tells you what to do.
  • meta-ads-recommendation -- tells you what to do, why, and in what order. Requires analysis data first.
  • Never output recommendations without running analysis first (or having existing data in session context).

Session Context Conventions

Analysis skills store their output in session context. Downstream skills read from there. This is the shared contract between skills.

Analysis -> Recommendation Data Flow

Skill (Writer)Keys WrittenSkill (Reader)
meta-ads-analysisfunnel_weak_points, trend_signals, anomalies, data_quality, lp_diagnosis_generalmeta-ads-recommendation
meta-ads-lead-gen-analysislp_diagnosis, capi_status, cpl_breakdown, recommended_fix_prioritymeta-ads-recommendation
meta-ads-audience-analysisbudget_reallocation_plan, audience_issuesmeta-ads-recommendation
meta-ads-creative-fatiguerotation_pipeline, fatigue_level, days_until_deathmeta-ads-recommendation
meta-ads-drop-diagnosisprimary_root_cause, recovery_planmeta-ads-recommendation

Cross-Skill Reference Rules

  • Analysis skills never embed recommendation logic -- they store results and defer
  • meta-ads-recommendation is the single exit point for all analysis outputs
  • When one analysis skill routes to another (e.g., meta-ads-analysis -> meta-ads-lead-gen-analysis), preserve the original skill's context keys before overwriting
  • When routing from meta-ads-recommendation back to execution, use meta-ads-publisher for all campaign changes

Session Key Collision — Resolved

meta-ads-analysis now writes lp_diagnosis_general; meta-ads-lead-gen-analysis writes lp_diagnosis. These keys no longer collide — they coexist. meta-ads-recommendation reads lp_diagnosis first (lead-gen-specific), falling back to lp_diagnosis_general if not present.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.25%
按下载量换算490

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills