Generate professional voiceovers using ElevenLabs AI. Use when the user needs to create voiceovers for videos, audio narration, or text-to-speech content.…
ElevenLabs Voiceover Generation Generate professional AI voiceovers for Remotion videos using ElevenLabs API. Prerequisites ELEVENLABS_API_KEY in .env.local Quick Start # Generate voiceover from text node .claude/skills/elevenlabs-remotion-skill/generate.js --text "Your text here" --output public/audio/voiceover.mp3 # Generate with narrator style (more natural) node .claude/skills/elevenlabs-remotion-skill/generate.js --text "Your text" --character narrator --output voiceover.mp3 # Generate scenes with request stitching node .claude/skills/elevenlabs-remotion-skill/generate.js --scenes remotion/scenes.json --output-dir public/audio/project/
don't have the plugin yet? install it then click "run inline in claude" again.