ads-create

ads-create is a skill for Claude Code, Codex from citedy/adclaw. It costs 84 tokens per session (1,775 once invoked), scanned A, original, Apache-2.0.

A paid-ad campaign planning helper that turns a brand profile and optional audit findings into campaign ideas, messaging themes, and platform-specific copy briefs.

In plain words
What is it for?
Use it to create a campaign brief, limit the plan to selected platforms, or shape it around an objective such as generating leads. It writes campaign-brief.md.
Why use it?
It organizes campaign decisions in one document before ad production begins, reducing the need to develop concepts and copy separately for each platform.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/citedy/adclaw/ads-create
Any agent
npx skills add citedy/adclaw --skill ads-create
Clone the repo
git clone --depth 1 https://github.com/citedy/adclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ads-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/citedy/adclaw/ads-create.svg)](https://agentmods.dev/skills/citedy/adclaw/ads-create)
Your own site
<a href="https://agentmods.dev/skills/citedy/adclaw/ads-create"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/ads-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,775 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00084 $0.01775
Opus 5 $0.00042 $0.00888
Sonnet 5 $0.00017 $0.00355
Haiku 4.5 $0.00008 $0.00178

Measured 4d ago against content hash 97ea1c2ada53, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ads-create scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/adclaw/agents/skills/ads-create/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ads Create: Campaign Concept & Copy Brief Generator

Generates structured campaign concepts and platform-specific copy from your brand profile and optional audit data. Outputs campaign-brief.md for use by /ads generate.

Quick Reference

Command What it does
/ads create Full campaign brief → campaign-brief.md
/ads create --platforms meta google Brief for specific platforms only
/ads create --objective leads Brief optimized for lead generation

Process

Step 1: Check for Brand Profile

Look for brand-profile.json in the current directory.

  • Found: Load and proceed.
  • Not found: Ask the user:

    "I don't see a brand-profile.json in this directory. Would you like to:

    1. Run /ads dna <url> first to extract brand DNA automatically
    2. Describe your brand manually (I'll create a basic profile from your description)"

If the user chooses manual, collect:

  • Brand name and website
  • Primary color (or "unsure")
  • 3 words that describe the brand voice
  • Target audience (age, role, key pain point)
  • Main product/service offering

Step 2: Check for Audit Results

Look for ADS-AUDIT-REPORT.md or any *-audit-results.md in the current directory.

  • Found: Read them. Note the top 3 weaknesses (creative fatigue, tracking gaps, wasted spend) to address in concepts.
  • Not found: Continue without. Note in the brief: "No audit data found; concepts are generalized. Run /ads audit for weakness-targeted concepts."

Step 3: Collect Campaign Parameters

If --platforms or --objective flags were provided in the command, use those values and skip the corresponding questions below.

Ask (combine into one message; omit any already provided via flags):

  1. Platforms: Which ad platforms? (Meta · Google · LinkedIn · TikTok · YouTube · Microsoft · All)
  2. Objective: Sales/Revenue · Leads/Demos · App Installs · Brand Awareness · Retargeting
  3. Offer or brief: Any specific offer, promotion, or message to highlight? (optional)
  4. Number of concepts: How many campaign concepts? (default: 3)

Read the full file on GitHub · 189 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 189 lines · 84 tokens per session scan A 97ea1c2ada53

Subscribe to this mod's changes

ads-create is a skill published in the GitHub repository citedy/adclaw (35 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 84 tokens to every session and 1,775 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.