Ad copy character counter
Skill akhilkannur/marketing-agent-blueprints/skills/ad-copy-character-counter
A curated collection of 100+ actionable system prompts and automation blueprints for simple marketing operations. Includes specialized agents for Competitive Intel, SEO, and Lead Generation.
npx -y skills add akhilkannur/marketing-agent-blueprints --skill ad-copy-character-counterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.7 KB, as published. Nobody here has run it
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
- Check: Does
ad_seeds.csvexist? - If Missing: Create it.
- Load: Read the seeds.
Phase 2: The Creative Lab
For each row in the CSV:
- Analyze: What is the
Platformconstraint?- Google: Headline < 30 chars. Desc < 90 chars.
- Facebook: Headline < 40 chars. Primary Text < 125 chars.
- LinkedIn: Headline < 70 chars. Intro < 150 chars.
- Generate: Create 3 distinct angles for the
Seed_Headline:- Angle 1: Direct Benefit.
- Angle 2: Question/Curiosity.
- Angle 3: Social Proof/Authority.
- Validate: rigorously check the character count. If it fails, regenerate.
Phase 3: Output
- Compile: Save to
ad_variants_ready.csv. - Columns:
Platform,Angle,Headline,Headline_Len,Body_Copy. - Summary: "Generated [X] ad variants. All passed character limit checks."
Blueprint ID: ad-copy-character-counter Source: Real AI Examples