ads-copywriter

ads-copywriter is a skill for Claude Code, Codex from claude-office-skills/skills. It costs 27 tokens per session (2,308 once invoked), scanned A, original, MIT.

A guide for creating advertising copy for Google Ads, Meta, TikTok, and LinkedIn. It includes platform-specific text formats, length limits, required elements, and ideas for testing different versions.

In plain words
What is it for?
Use it to write search ads, social ads, display ads, headlines, descriptions, calls to action, and A/B test variants for different advertising platforms.
Why use it?
It helps adapt one advertising message to each platform's rules and available space. It also gives a structure for making and comparing alternative headlines, descriptions, and calls to action.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to write search ads, social ads, display ads, headlines, descriptions, calls to action, and A/B test variants for different advertising platforms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/claude-office-skills/skills/ads-copywriter
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.

Any agent
npx skills add claude-office-skills/skills --skill ads-copywriter
Clone the repo
git clone --depth 1 https://github.com/claude-office-skills/skills

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-copywriter

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude-office-skills/skills/ads-copywriter/github.svg)](https://agentmods.dev/skills/claude-office-skills/skills/ads-copywriter)
Your own site
<a href="https://agentmods.dev/skills/claude-office-skills/skills/ads-copywriter"><img src="https://agentmods.dev/badge/skills/claude-office-skills/skills/ads-copywriter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ads-copywriter

Your own site · 80×15
<a href="https://agentmods.dev/skills/claude-office-skills/skills/ads-copywriter"><img src="https://agentmods.dev/badge/skills/claude-office-skills/skills/ads-copywriter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 9 Mar 2026
How audits are shown
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.1 $0.00027 $0.02308
Opus 5 $0.00014 $0.01154
Sonnet 5 $0.00005 $0.00462
Haiku 4.5 $0.00003 $0.00231

Measured 13d ago against content hash b34021084f03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ads-copywriter 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 13d 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.

ads-copywriter/SKILL.md · 407 lines

How it starts

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

Ads Copywriter

Generate high-converting ad copy for Google Ads, Meta/Facebook, TikTok, and LinkedIn with platform-specific optimization and A/B testing variants.

Platform Specifications

Google Ads

google_ads_formats:
  responsive_search_ad:
    headlines:
      count: 15 (min 3)
      max_chars: 30
      requirements:
        - Include keyword in 3+ headlines
        - Include brand name in 2+ headlines
        - Include CTA in 2+ headlines
        - Include numbers/stats in 2+ headlines
    
    descriptions:
      count: 4 (min 2)
      max_chars: 90
      requirements:
        - Expand on headline promise
        - Include benefits
        - Include CTA
        - Include trust signals
  
  performance_max:
    headlines: 5 (30 chars each)
    long_headlines: 5 (90 chars each)
    descriptions: 5 (90 chars each)
    
  display_ad:
    short_headline: 25 chars
    long_headline: 90 chars
    description: 90 chars

Meta/Facebook Ads

meta_ads_formats:
  feed_ad:
    primary_text: 125 chars (visible), 500 max
    headline: 40 chars
    description: 30 chars
    cta_options: [Learn More, Shop Now, Sign Up, Get Offer, Book Now]
  
  stories_ad:
    text_overlay: 125 chars
    headline: 40 chars
    
  reels_ad:
    caption: 2200 chars max
    first_line_visible: ~100 chars

TikTok Ads

tiktok_ads:
  in_feed:
    ad_text: 100 chars max
    display_name: 40 chars
    
  spark_ads:
    caption: 150 chars recommended
    hashtags: 3-5

LinkedIn Ads

linkedin_ads:
  sponsored_content:
    intro_text: 150 chars (mobile visible)
    headline: 70 chars
    description: 100 chars
    
  message_ad:
    subject: 60 chars
    message: 500 chars
    cta: 20 chars

Ad Copy Frameworks

AIDA Framework

Attention → Interest → Desire → Action

Example:
A: "Struggling with [problem]?"
I: "Our [product] helps [target] achieve [benefit]"
D: "[Social proof] + [Unique value]"
A: "[CTA] - [Urgency/Offer]"

Read the full file on GitHub · 407 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. 13d ago First seen · 407 lines · 27 tokens per session scan A b34021084f03

Subscribe to this mod's changes

ads-copywriter is a skill published in the GitHub repository claude-office-skills/skills (465 stars, last pushed 7mo ago), licensed MIT. It adds 27 tokens to every session and 2,308 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

adcp-advertising

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…

LeoYeAI/openclaw-master-skills · 103 tokens

adcp-advertising

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…

LeoYeAI/openclaw-master-skills · 103 tokens

adcp-advertising

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…

lxyeternal/MalSkillBench · 103 tokens

adcp-advertising

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…

Imd11/marketing-skills · 103 tokens

adspirer-ads-agent

Adspirer — AI-powered advertising and performance marketing agent. Manage Google Ads, Meta Ads (Facebook & Instagram), LinkedIn Ads, and TikTok Ads via natural language. 100+ tools for paid media campaign creation, live performance analysis, PPC keyword research with real CPC data, budget optimization, ad creative…

LeoYeAI/openclaw-master-skills · 141 tokens

_mureo-shared

Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.

logly/mureo · 22 tokens