← 返回 Skills 市场
danyangliu-sandwichlab

Multi-Platform Ads Executor

作者 danyangliu · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
283
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install channel-ads-executor
功能描述
Translate strategy into channel-specific execution plans for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP...
使用说明 (SKILL.md)

Multi-Platform Ads Executor

Purpose

Core mission:

  • execution sequencing, setup checklist, rollout control

This skill is specialized for advertising workflows and should output actionable plans rather than generic advice.

When To Trigger

Use this skill when the user asks for:

  • ad execution guidance tied to business outcomes
  • growth decisions involving revenue, roas, cpa, or budget efficiency
  • platform-level actions for: Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic
  • this specific capability: execution sequencing, setup checklist, rollout control

High-signal keywords:

  • ads, advertising, campaign, growth, revenue, profit
  • roas, cpa, roi, budget, bidding, traffic, conversion, funnel
  • meta, googleads, tiktokads, youtubeads, amazonads, shopifyads, dsp

Input Contract

Required:

  • objective: growth target and KPI priority
  • budget_frame: test budget and scale budget
  • channel_scope: channels to include

Optional:

  • audience_segments
  • creative_inventory
  • seasonality_window
  • policy_constraints

Output Contract

  1. Strategy Snapshot
  2. Channel Role Definition
  3. Budget and Bidding Plan
  4. Test Matrix
  5. Scale and Kill Rules

Workflow

  1. Define objective hierarchy (primary and secondary KPI).
  2. Assign channel roles by funnel stage.
  3. Allocate budget by expected signal and risk.
  4. Design test cells and learning windows.
  5. Set scale, hold, and stop rules.

Decision Rules

  • If KPI conflict exists, prioritize revenue efficiency over volume.
  • If channel evidence is weak, allocate minimum test budget first.
  • If audience is broad, start with modular creatives and layered targeting.

Platform Notes

Primary scope:

  • Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic

Platform behavior guidance:

  • Keep recommendations channel-aware; do not collapse all channels into one generic plan.
  • For Meta and TikTok Ads, prioritize creative testing cadence.
  • For Google Ads and Amazon Ads, prioritize demand-capture and query/listing intent.
  • For DSP/programmatic, prioritize audience control and frequency governance.

Constraints And Guardrails

  • Never fabricate metrics or policy outcomes.
  • Separate observed facts from assumptions.
  • Use measurable language for each proposed action.
  • Include at least one rollback or stop-loss condition when spend risk exists.

Failure Handling And Escalation

  • If critical inputs are missing, ask for only the minimum required fields.
  • If platform constraints conflict, show trade-offs and a safe default.
  • If confidence is low, mark it explicitly and provide a validation checklist.
  • If high-risk issues appear (policy, billing, tracking breakage), escalate with a structured handoff payload.

Code Examples

Strategy Matrix (YAML)

objective: improve_roas
channels:
  - name: Meta
    role: demand_creation
  - name: Google Ads
    role: demand_capture
budget_split:
  Meta: 0.55
  Google Ads: 0.45

Test Cell Example

cell_id: T1
variable: audience_segment
success_metric: cpa

Examples

Example 1: Channel mix reset

Input:

  • Budget fixed at 50k
  • ROAS dropped for two weeks

Output focus:

  • reallocation plan
  • test matrix
  • stop-loss conditions

Example 2: Creator-led expansion strategy

Input:

  • Goal: scale traffic without ROAS collapse
  • Channels: TikTok Ads + YouTube Ads

Output focus:

  • funnel role split
  • budget pacing logic
  • creative cadence

Example 3: Retargeting-heavy recovery

Input:

  • Prospecting unstable
  • Strong existing customer base

Output focus:

  • retargeting architecture
  • audience exclusion design
  • two-phase launch plan

Quality Checklist

  • Required sections are complete and non-empty
  • Trigger keywords include at least 3 registry terms
  • Input and output contracts are operationally testable
  • Workflow and decision rules are capability-specific
  • Platform references are explicit and concrete
  • At least 3 practical examples are included
安全使用建议
This skill is coherent and low-risk as provided: it is an instructions-only planner that asks for no credentials and performs no installs. Before enabling or automating it, consider: (1) do not supply production API keys, billing credentials, or account passwords when asking for execution plans — give anonymized or read-only data instead; (2) review any generated rollout/scale/kill rules before applying them to live campaigns and require a human approval step if you integrate outputs into automation; (3) clarify how and where 'escalation handoff payloads' are delivered if you plan to hook the skill to ticketing or alerting systems; (4) validate recommended metrics and assumptions against real account data (the doc explicitly forbids fabricating metrics, but always double-check). If you want higher assurance, request that the skill be wrapped so it cannot be wired to automated API calls without explicit operator consent.
功能分析
Type: OpenClaw Skill Name: channel-ads-executor Version: 1.0.0 The skill bundle contains only metadata files and a `SKILL.md` file. The `SKILL.md` content defines the purpose, triggers, contracts, workflow, and guardrails for an AI agent focused on multi-platform ad execution. All instructions and examples are strictly aligned with this stated purpose, focusing on ad strategy, budget allocation, and campaign management. There are no indications of prompt injection attempts to subvert the agent, no instructions for unauthorized code execution, data exfiltration, or any other malicious activity. The 'escalate with a structured handoff payload' instruction in `SKILL.md` is tied to specific ad-related high-risk issues (policy, billing, tracking breakage) and does not suggest malicious intent.
能力评估
Purpose & Capability
The name/description (multi-platform ads execution plans) align with the SKILL.md: the document defines inputs, outputs, workflows, decision rules, and examples consistent with producing channel-specific ad execution plans. There are no requests for unrelated resources (no cloud credentials, no binaries) that would be out-of-scope for an ads planning skill.
Instruction Scope
SKILL.md is purely prescriptive: it tells the agent how to generate plans, checklists, and escalation payloads. It does not instruct the agent to read local files, call external endpoints, or exfiltrate secrets. One minor ambiguity: the phrase 'escalate with a structured handoff payload' does not specify a destination or transport — harmless as text, but if later integrated into automation it could be wired to external systems. Recommend verifying any automation integrations before enabling autonomous actions.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk and there are no external downloads — lowest-risk install footprint.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. That is proportionate for a planning/advisory skill which should not need API keys or system credentials.
Persistence & Privilege
always is false (not forced into every agent run). disable-model-invocation is false (normal default) — this only means the agent could call the skill autonomously; on its own this is not a discrepancy given the skill's benign, instruction-only nature. No requests to modify other skills or system settings are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install channel-ads-executor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /channel-ads-executor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the channel-ads-executor skill. - Translates advertising strategy into actionable, channel-specific execution plans for major ad platforms (Meta, Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic). - Defines structured workflows: execution sequencing, setup checklist, and rollout control for ad campaigns. - Outlines required/optional input fields, platform-specific guidance, and detailed output contracts (strategy snapshot, budget plan, test matrix, scale/kill rules). - Includes concrete decision rules, platform notes, constraints, examples, and output quality checklist.
元数据
Slug channel-ads-executor
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Multi-Platform Ads Executor 是什么?

Translate strategy into channel-specific execution plans for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 Multi-Platform Ads Executor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install channel-ads-executor」即可一键安装,无需额外配置。

Multi-Platform Ads Executor 是免费的吗?

是的,Multi-Platform Ads Executor 完全免费(开源免费),可自由下载、安装和使用。

Multi-Platform Ads Executor 支持哪些平台?

Multi-Platform Ads Executor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Multi-Platform Ads Executor?

由 danyangliu(@danyangliu-sandwichlab)开发并维护,当前版本 v1.0.0。

💬 留言讨论