creativeclaw-generate-audio
Installation
SKILL.md
Generate Audio
Create a finished sound effect, ambience bed, Foley cue, or music track with ElevenLabs through Creative Claw. Keep speech in creativeclaw-generate-voiceover; generate_speech and generate_audio use different provider endpoints and parameter contracts.
Route the request
| Requested result | Tool and model |
|---|---|
| Narration, dialogue, or a speaking character | Use creativeclaw-generate-voiceover and generate_speech |
| Sound effect, Foley, transition, impact, texture, or ambience | generate_audio with sfx/elevenlabs-sound-v2 |
| Music, score, bed, sting, jingle, or song | generate_audio with music/elevenlabs-music-v1 |
| Add one finished audio track to video | merge_media with operation: "merge_audio_video" |
| Join audio clips one after another | merge_media with operation: "merge_audios" |
Do not send a sound-effect or music model to generate_speech. Do not describe concatenation as mixing: merge_audios joins clips sequentially and does not layer narration, music, and effects.