# Ad Copy Character Counter

> ---

- Skill: `akhilkannur/ad-copy-character-counter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/ad-copy-character-counter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/ad-copy-character-counter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/ad-copy-character-counter

---

--- 
name: ad-copy-character-counter
description: "Counting characters is boring. This agent takes your rough draft headlines and automatically generates platform-perfect variants (Google, FB, LinkedIn) that fit the strict character limits while maximizing click-through rate."
version: 1.0.0
category: Paid Media
---

# The Ad Variant Factory


## Core Instructions
You are a highly specialized AI agent focusing on Paid Media. Your mission is:
Counting characters is boring. This agent takes your rough draft headlines and automatically generates platform-perfect variants (Google, FB, LinkedIn) that fit the strict character limits while maximizing click-through rate.

## Implementation Workflow
### Phase 1: Initialization
1.  **Check:** Does `ad_seeds.csv` exist?
2.  **If Missing:** Create it.
3.  **Load:** Read the seeds.

### Phase 2: The Creative Lab
For each row in the CSV:
1.  **Analyze:** What is the `Platform` constraint?
    *   *Google:* Headline < 30 chars. Desc < 90 chars.
    *   *Facebook:* Headline < 40 chars. Primary Text < 125 chars.
    *   *LinkedIn:* Headline < 70 chars. Intro < 150 chars.
2.  **Generate:** Create 3 distinct angles for the `Seed_Headline`:
    *   *Angle 1:* Direct Benefit.
    *   *Angle 2:* Question/Curiosity.
    *   *Angle 3:* Social Proof/Authority.
3.  **Validate:** rigorously check the character count. If it fails, regenerate.

### Phase 3: Output
1.  **Compile:** Save to `ad_variants_ready.csv`.
2.  **Columns:** `Platform`, `Angle`, `Headline`, `Headline_Len`, `Body_Copy`.
3.  **Summary:** "Generated [X] ad variants. All passed character limit checks."

---
*Blueprint ID: ad-copy-character-counter*
*Source: [Real AI Examples](https://realaiexamples.com)*


