---
name: Ads Launch
slug: ads-launch
category: Automation
description: Ads Launch drafts or explicitly applies paid-ad campaign launches 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.
github: "https://github.com/AgriciDaniel/claude-ads/tree/main/skills/ads-launch"
language: Python
stars: 8064
forks: 1200
install: "npx degit https://github.com/AgriciDaniel/claude-ads/tree/main/skills/ads-launch ~/.claude/skills/ads-launch"
installs_to: ~/.claude/skills/ads-launch
source_path: skills/ads-launch/SKILL.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/AgriciDaniel/claude-ads"
added: 2026-08-15T06:51:12.427Z
last_synced: 2026-08-15T06:51:12.427Z
canonical_url: "https://dirskills.com/skills/ads-launch"
---

# Ads Launch

Ads Launch drafts or explicitly applies paid-ad campaign launches 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.

**Install:**

```bash
npx degit https://github.com/AgriciDaniel/claude-ads/tree/main/skills/ads-launch ~/.claude/skills/ads-launch
```

## README

# Campaign Launch

Default to `--draft`.

1. Load the validated setup profile, account snapshot, campaign plan, creative
   manifest, platform capability manifest, policy findings, and tracking checks.
2. Refuse a draft that lacks account/object scope, objective, conversion, budget,
   dates, targeting, assets, destinations, measurement, or policy eligibility.
3. 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.
4. For `--apply`, require the exact operation to be enabled and independently
   tested, then obtain explicit approval for that exact plan.
5. 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.
