From f2a755f75047f7c7058318bc9d9322e95e07194d Mon Sep 17 00:00:00 2001 From: Corey Haines <34802794+coreyhaines31@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:37:22 -0800 Subject: [PATCH] fix: correct character counts, platform specs, API model name, pricing - Fix 3 wrong character counts in ad copy examples (all off by +1) - Fix TikTok ad text: 80 recommended / 100 max (was 100 recommended) - Fix LinkedIn description: add 300 max (was missing) - Fix Gemini API model name: gemini-2.5-flash-image (was gemini-2.0-flash-exp) - Fix Cartesia pricing: $0.03/min (was $0.0085/sec) Co-Authored-By: Claude Opus 4.6 --- skills/ad-creative/SKILL.md | 10 +++++----- skills/ad-creative/references/generative-tools.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/skills/ad-creative/SKILL.md b/skills/ad-creative/SKILL.md index 6a7fcbd..46d4f69 100644 --- a/skills/ad-creative/SKILL.md +++ b/skills/ad-creative/SKILL.md @@ -96,13 +96,13 @@ Pull performance data → Identify winning patterns → Generate new variations |---------|-------|-------| | Intro text | 150 chars recommended (600 max) | Above the image | | Headline | 70 chars recommended (200 max) | Below the image | -| Description | 100 characters | Appears in some placements | +| Description | 100 chars recommended (300 max) | Appears in some placements | ### TikTok Ads | Element | Limit | Notes | |---------|-------|-------| -| Ad text | 100 characters recommended | Above the video | +| Ad text | 80 chars recommended (100 max) | Above the video | | Display name | 40 characters | Brand name | ### Twitter/X Ads @@ -254,10 +254,10 @@ Organize by angle, with character counts: ## Angle: [Pain Point — Manual Reporting] ### Headlines (30 char max) -1. "Stop Building Reports by Hand" (30) +1. "Stop Building Reports by Hand" (29) 2. "Automate Your Weekly Reports" (28) -3. "Reports Done in 5 Min, Not 5 Hr" (32) <- OVER LIMIT, trimmed below - -> "Reports in 5 Min, Not 5 Hours" (30) +3. "Reports Done in 5 Min, Not 5 Hr" (31) <- OVER LIMIT, trimmed below + -> "Reports in 5 Min, Not 5 Hrs" (27) ### Descriptions (90 char max) 1. "Marketing teams save 10+ hours/week with automated reporting. Start free." (73) diff --git a/skills/ad-creative/references/generative-tools.md b/skills/ad-creative/references/generative-tools.md index 4a76942..3c9a078 100644 --- a/skills/ad-creative/references/generative-tools.md +++ b/skills/ad-creative/references/generative-tools.md @@ -47,7 +47,7 @@ Google DeepMind's image generation model, available through the Gemini API. **API example:** ```bash # Using the Gemini API for image generation -curl -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-exp:generateContent" \ +curl -X POST "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent" \ -H "Content-Type: application/json" \ -H "x-goog-api-key: $GEMINI_API_KEY" \ -d '{ @@ -363,7 +363,7 @@ Ultra-low latency voice generation built for real-time applications. **Best for:** Real-time voice, lowest latency, emotional expressiveness **API:** REST + WebSocket streaming -**Pricing:** Pay-as-you-go from $0.0085/sec; starts at $5/month +**Pricing:** Starts at $5/month; pay-as-you-go from $0.03/min **Capabilities:** - 40ms time-to-first-audio (fastest in class) @@ -401,7 +401,7 @@ Ultra-low latency voice generation built for real-time applications. |------|---------|---------|-----------|---------|----------------| | **ElevenLabs** | Best | Yes (instant + pro) | 29+ | ~200ms | $0.12-0.30 | | **OpenAI TTS** | Good | No | 13+ | ~300ms | $0.015-0.030 | -| **Cartesia Sonic** | Very good | No | 15+ | ~40ms | ~$0.008/sec | +| **Cartesia Sonic** | Very good | No | 15+ | ~40ms | ~$0.03/min | | **PlayHT** | Very good | Yes | 140+ | <300ms | ~$0.10-0.20 | | **Fish Audio** | Good | Yes | 13+ | ~200ms | ~$0.05-0.10 | | **WellSaid** | Very good | No (actor voices) | English | ~300ms | Custom pricing |