Create vo elevenlabs
Skill gooseworks-ai/goose-skills/skills/ads/capabilities/create-vo-elevenlabs
Generate a voiceover (VO) clip via ElevenLabs text-to-speech, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Voice id + script text come from the template recipe. Use for the spoken narration of VO-driven video-ad formats (cgi-app-sizzle, flat-vector-explainer, hypermotion). Never call ElevenLabs directly — the proxy attribution is required.From its SKILL.md
npx -y skills add gooseworks-ai/goose-skills --skill create-vo-elevenlabsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `gen_vo.py --text "..." --voice <id> --out vo.mp3`.
SKILL.md
0.6 KB, 59 tokens by cl100k_base, as published. Nobody here has run it
create-vo-elevenlabs
VO via the elevenlabs-proxy (bills the Ads agent). gen_vo.py --text "..." --voice <id> --out vo.mp3.
The template recipe supplies the voice + text; paid call routes through media_proxy.
What ships with it: 4 files
15.7 KB alongside SKILL.md, 2 of them executable
scripts/
- gen_vo.pyruns543 B
- media_proxy.pyruns14.9 KB
tests/
- smoke-test.md98 B
- skill.meta.json263 B