OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add runwayml/skills --skill rw-integrate-audio
Help users integrate Runway audio APIs (TTS, sound effects, voice isolation, dubbing)
npx skills add runwayml/skills --skill rw-integrate-audio
PREREQUISITE: Run
+rw-check-compatibilityfirst. Run+rw-fetch-api-referenceto load the latest API reference before integrating. Requires+rw-setup-api-keyfor API credentials. Requires+rw-integrate-uploadsfor local audio/video files.
Help users add Runway audio generation to their server-side code.
| Model | Endpoint | Use Case | Cost |
|---|---|---|---|
eleven_multilingual_v2 | POST /v1/text_to_speech | Text to speech | 1 credit/50 chars |
eleven_text_to_sound_v2 | POST /v1/sound_effect | Sound effect generation | 1-2 credits |
eleven_voice_isolation | POST /v1/voice_isolation | Isolate voice from audio | 1 credit/6 sec |
eleven_voice_dubbing | POST /v1/voice_dubbing | Dub audio to other languages | 1 credit/2 sec |
eleven_multilingual_sts_v2 | POST /v1/speech_to_speech | Voice conversion | 1 credit/3 sec |
Generate speech from text using the ElevenLabs multilingual model.
Generate sound effects from text descriptions.
Extract voice from audio with background noise.
Dub audio/video into other languages.
Convert one voice to another.
+rw-integrate-uploads first.+rw-api-reference for details.