$npx -y skills add gooseworks-ai/goose-skills --skill create-music-elevenlabsGenerate an instrumental music bed via ElevenLabs Music, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Trims any sparse intro, loudnorm, fades the tail. Prompt + length from the template recipe. Use for the music layer of any video-ad format.
| 1 | # create-music-elevenlabs |
| 2 | |
| 3 | Generate an instrumental music bed via ElevenLabs Music, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Trims any sparse intro, loudnorm, fades the tail. Prompt + length from the template recipe. Use for the music layer of any video-ad format. |
| 4 | |
| 5 | ## Run |
| 6 | gen_music.py --prompt '...' --duration 10 --out music.m4a — bills the agent; writes a duration-clamped, loudnorm'd bed. |
| 7 | |
| 8 | ## Contract |
| 9 | - Paid calls route through the GooseWorks proxies (bills the Ads agent) via the |
| 10 | bundled `media_proxy.py` — never a provider SDK's default host. |
| 11 | - The template recipe (DB) supplies the model + params; this capability is generic. |