elevenlabs-narration
Installation
SKILL.md
When to Use
Use this skill in Stage 03 (voice). It takes a finished script (Stage 02 output) and produces an mp3.
What You Need Before Calling
- A
.envfile withELEVEN_API_KEYandELEVEN_VOICE_IDpopulated locally. See../../shared/env-template.md. - Python with
elevenlabsandpython-dotenvinstalled. - A script file in the workspace that contains a
## ► PASTE THIS into ElevenLabsheading followed by two---rules. The narration sits between those rules.
The skill never writes the API key or voice id into a committed file. Credentials stay in .env.