Are you the author? Sign in to claim
Free Claude Skill that rewrites any text into ElevenLabs V3-optimized scripts — audio tags, pacing, phonetic respelling
A free, open-source Claude Skill that transforms raw text into ElevenLabs V3 Studio–optimized scripts using audio tags, punctuation engineering, creative spelling, and contextual priming. It automatically analyzes document type, emotional context, and delivery intent to apply V3-specific formatting that improves voice-synthesis quality.
Paste flat text; get a script V3 actually performs. Same words — but now the model knows how to say them:
Before — flat text, V3 reads it monotone:
"I told you not to open that door," Sarah said.
"I...I didn't think—"
"You never do!" she shouted.
After — audio tags, emphasis, and per-speaker pacing the engine acts on:
Sarah: [angry] I told you NOT to open that door.
Mark: [nervous] I... I didn't think— [short pause]
Sarah: [shouting] You never do!
The skill also fixes what silently wrecks synthesized audio: it respells names and brands phonetically (ActivTrak → Ak-tiv-trak), spaces out acronyms so they're read letter-by-letter (SOC2 → S O C 2), spells out numbers (10,000+ → over ten thousand), and strips SSML tags V3 doesn't support.
If it saves you a re-render, ⭐ star the repo so other ElevenLabs users find it.
[excited], [whispers], [long pause])<break>, <phoneme>, or XML markup)Phrases like:
…or any text intended for ElevenLabs V3 voice generation.
Copy the skill folder into your Claude skills directory:
# Personal (all projects)
cp -r elevenlabs-v3-text-optimization ~/.claude/skills/
# Or project-scoped
cp -r elevenlabs-v3-text-optimization /path/to/project/.claude/skills/
Restart Claude Code (or start a new session) and the skill will be available.
.skill fileDownload elevenlabs-v3-text-optimization.skill and upload it wherever packaged skills are accepted (e.g. Claude.ai skill upload).
Once installed, just ask Claude to optimize text for V3:
Optimize this for ElevenLabs V3:
"Welcome to the show. Today we're talking about AI."
Claude applies the skill automatically and returns a V3-ready script with audio tags and pacing.
elevenlabs-v3-text-optimization/
├── README.md
├── elevenlabs-v3-text-optimization/
│ └── SKILL.md # the skill itself
└── elevenlabs-v3-text-optimization.skill # packaged version
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming
Coding agent session manager supporting Claude Code, Gemini CLI, Codex, and more
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex