mcpbeat

Ads Launch

agricidaniel/ads-launch

Draft or explicitly apply a paid-ad campaign launch through Claude Ads capability-gated adapters. Use for campaign creation, launch plans, publishing ads, activating campaigns, uploading creative, or requests to push a campaign live.

325 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
7798
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/AgriciDaniel/claude-ads --skill ads-launch

The instruction itself

1 sections, as written by the author

Campaign Launch

Default to --draft.

  • Load the validated setup profile, account snapshot, campaign plan, creative

manifest, platform capability manifest, policy findings, and tracking checks.

  • Refuse a draft that lacks account/object scope, objective, conversion, budget,

dates, targeting, assets, destinations, measurement, or policy eligibility.

  • Produce a deterministic mutation plan with exact proposed objects, before/after

state, blast radius, learning impact, owner, success measure, verification

window, idempotency key, audit destination, and rollback.

  • For --apply, require the exact operation to be enabled and independently

tested, then obtain explicit approval for that exact plan.

  • Apply the smallest reversible change, verify remote state, and preserve the

immutable audit and rollback record.

Missing ceilings, stale account state, changed remote state, incomplete tracking,

failed policy review, or an unavailable adapter blocks apply. Permanent deletion is

not supported.

How to use it

Copy the folder

Take agricidaniel/ads-launch from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.