CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Ads Copywriter

claude-office-skills/skills
2.8k installs182 stars
Summary

This generates platform-specific ad copy for Google Ads, Meta, TikTok, and LinkedIn with proper character limits and formatting for each. It includes 15 headline variants for Google responsive search ads, multiple A/B testing frameworks (AIDA, PAS, BAB), and templates for different ad types from feed posts to story overlays. The skill handles the tedious work of staying within each platform's constraints (30 chars for Google headlines, 125 chars for Meta primary text) while churning out variants optimized for different angles like urgency, social proof, or problem-solution. Supports English and Chinese, works best with Claude Sonnet or Opus. Useful if you're testing multiple ad variants and don't want to manually count characters or remember that LinkedIn sponsored content shows 150 chars on mobile.

Install to Claude Code

npx -y skills add claude-office-skills/skills --skill ads-copywriter --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView 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]"

PAS Framework

Problem → Agitation → Solution

Example:
P: "Tired of [pain point]?"
A: "Every day, [worse scenario]. [Emotional impact]."
S: "[Product] solves this by [mechanism]. [CTA]"

BAB Framework

Before → After → Bridge

Example:
B: "Before: [current state]"
A: "After: [desired state]"
B: "Bridge: [your product] makes it possible. [CTA]"

Ad Copy Templates

Google Ads Headlines (30 chars)

headline_templates:
  keyword_focused:
    - "[Keyword] - Save 20% Today"
    - "Best [Keyword] of 2026"
    - "[Keyword] Starting at $X"
    - "Top-Rated [Keyword]"
  
  benefit_focused:
    - "Save X Hours Per Week"
    - "Boost [Metric] by X%"
    - "Get Results in X Days"
    - "No [Pain Point] Ever Again"
  
  urgency_focused:
    - "Limited Time Offer"
    - "Only X Spots Left"
    - "Sale Ends [Date]"
    - "Don't Miss Out"
  
  trust_focused:
    - "X+ Happy Customers"
    - "★★★★★ Rated"
    - "As Seen in [Publication]"
    - "Trusted by [Brands]"
  
  cta_focused:
    - "Get Your Free Trial"
    - "Start Now - It's Free"
    - "Book a Demo Today"
    - "Download Free Guide"

Facebook Ad Templates

Template 1: Problem-Solution

🚨 Still struggling with [problem]?

You're not alone. [X%] of [target audience] face this every day.

Here's the thing: [brief insight about why old solutions fail]

That's why we created [Product] – the only [category] that:
✅ [Benefit 1]
✅ [Benefit 2]  
✅ [Benefit 3]

[Social proof: "X customers have already [achieved result]"]

👉 [CTA] and see the difference for yourself.

[Offer/Urgency if applicable]

Template 2: Story-Based

I used to [relatable struggle]...

Then I discovered [insight/product] and everything changed.

In just [timeframe], I was able to:
• [Result 1]
• [Result 2]
• [Result 3]

If you're ready to [achieve goal], here's your chance.

🔗 [CTA] (Link in comments)

Template 3: Direct Offer

🎁 [Offer headline]

For a limited time, get [product/service] at [discount/special price].

What you get:
📦 [Item 1]
📦 [Item 2]
📦 [Item 3]

Total value: $XXX
Your price: $XX

⏰ Offer ends [date]

[CTA Button] 👆

A/B Testing Variants

Generating Test Variants

ab_test_strategy:
  elements_to_test:
    - headlines: emotional vs rational
    - cta: soft vs hard
    - social_proof: numbers vs testimonial
    - urgency: scarcity vs deadline
    - benefit: primary vs secondary
  
  variant_generation:
    per_ad_group: 3-5 variants
    test_duration: 7-14 days minimum
    statistical_significance: 95%
    
  example_variants:
    headline_test:
      A: "Save 50% on Your First Order"  # Offer-focused
      B: "Join 10,000+ Happy Customers"   # Social proof
      C: "Stop Wasting Money on [X]"      # Problem-focused
    
    cta_test:
      A: "Get Started Free"               # Low commitment
      B: "Claim Your Discount"            # Urgency
      C: "See How It Works"               # Curiosity

Output Example

Request: "Create Google Ads copy for a project management SaaS tool"

Output:

# Google Ads Copy - Project Management Tool

## Responsive Search Ad

### Headlines (15 variants, 30 chars each)

**Keyword Headlines:**
1. "Project Management Made Easy"
2. "#1 Project Management Tool"
3. "Best PM Software 2026"

**Benefit Headlines:**
4. "Save 10 Hours Per Week"
5. "Boost Team Productivity 40%"
6. "Never Miss a Deadline Again"

**CTA Headlines:**
7. "Try Free for 14 Days"
8. "Start Your Free Trial"
9. "Get Started in 2 Minutes"

**Trust Headlines:**
10. "50,000+ Teams Trust Us"
11. "★★★★★ on G2 & Capterra"
12. "Used by Fortune 500"

**Urgency Headlines:**
13. "Limited: 30% Off Annual"
14. "Special Offer Ends Soon"

**Brand Headlines:**
15. "[BrandName] - Work Smarter"

### Descriptions (4 variants, 90 chars each)

1. "Manage projects, track time, and collaborate with your team in one powerful platform. Try free!"

2. "Trusted by 50,000+ teams worldwide. Kanban, Gantt, time tracking & more. No credit card required."

3. "Stop juggling apps. One tool for tasks, docs, and communication. Start your 14-day free trial today."

4. "Rated #1 for ease of use. Set up in minutes, not days. See why teams love [BrandName]. Try it free!"

---

## Facebook/Meta Ad

### Variant A: Problem-Solution

🤯 Still managing projects with spreadsheets and endless email threads?

You're not alone. 73% of teams say they waste 5+ hours/week on project chaos.

That's why 50,000+ teams switched to [BrandName]:

✅ All tasks, docs & chat in one place
✅ See who's doing what at a glance
✅ Never miss another deadline

"We cut meeting time by 40% in the first month" - Sarah, Marketing Director

👉 Start your free 14-day trial (no credit card needed)

### Variant B: Direct Offer

🎁 Get [BrandName] Pro FREE for 14 days

The all-in-one project management tool trusted by 50,000+ teams.

What you get:
📋 Unlimited projects & tasks
👥 Team collaboration tools
📊 Reports & dashboards
📱 Mobile apps included

No credit card required. Cancel anytime.

[Start Free Trial] 👆

---

## TikTok Ad

**Caption (100 chars):**
"POV: You finally have ONE app for all your projects 🙌 Link in bio for free trial #productivity #work"

**Spark Ad Caption:**
"We were drowning in spreadsheets until we found this... 50K+ teams can't be wrong. Try it free 🔗"

---

## LinkedIn Ad

**Intro Text (150 chars):**
"73% of project managers say tool overload hurts productivity. There's a better way. See how 50,000+ teams work smarter."

**Headline (70 chars):**
"The Project Management Tool Teams Actually Want to Use"

**Description:**
"All-in-one platform for tasks, docs, and team collaboration. Start free."

Ads Copywriter Skill - Part of Claude Office Skills

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Office & Documents
First SeenApr 16, 2026
View on GitHub

Recommended

More Office & Documents →
lark-slides

larksuite/cli

Create and edit Lark Office slides with XML protocol, supporting presentation creation, page management, and content modification.
143.2k
13.3k
pdf-to-docx

claude-office-skills/skills

pdf to docx
3.1k
182
PDF OCR Extraction

claude-office-skills/skills

pdf ocr extraction
182
gws-gmail

googleworkspace/cli

Send, read, and manage Gmail messages, drafts, labels, and account settings.
32.2k
26.7k
gws-gmail-send

googleworkspace/cli

Send emails via Gmail with support for attachments, HTML formatting, and send-as aliases.
25.1k
26.7k
gws-gmail-triage

googleworkspace/cli

Quickly summarize unread Gmail inbox messages with sender, subject, and date.
24.2k
26.7k