~/ai_assets_directory_
Claude Skill 8.9k stars · whole AgriciDaniel/claude-ads repo
ads-setup.skill

Paid Media Setup

Sets up the client, brand and guardrail profile every other Claude Ads skill reads from, and refuses to ever store your API keys or secrets in it.

Overview

Paid Media Setup is the onboarding skill behind /ads setup in the Claude Ads suite, creating the profile every other skill in the plugin reads from.

What it covers

  • Collects business model, offer, geography, regulated categories, objective, conversion taxonomy, economics and active platforms.
  • Records data-source type and whether credentials are present, but never stores credential values, cookies, tokens or raw exports.
  • Creates and validates a data-lifecycle.json (classification, retention, access roles, deletion method) before persisting anything.
  • Declares mutation authority, approvers, budget/policy ceilings and rollback owner up front.
  • Refuses curl | bash-style remote installs and refuses to store API keys/tokens in the profile, only presence plus an environment/keychain reference.

Part of Claude Ads

This skill is dispatched automatically by the main ads conductor for /ads setup requests. See the full Claude Ads entry for installation.

Installation

This worker skill installs automatically as part of the Claude Ads plugin, there's no separate step for it.

  1. Install the plugin once, from inside Claude Code:
    /plugin marketplace add AgriciDaniel/claude-ads
    /plugin install claude-ads@ai-marketing-hub-claude-ads
    
  2. This is usually the first skill you run: call /ads setup yourself right after installing the plugin to create your profile.
  3. See the Claude Ads entry for the full setup and platform list.

Related assets