Skills from elevenlabs/skills

6 skills available

text-to-speech
This skill documents converting text to speech via ElevenLabs with REST, SDK, and WebSocket streaming examples. It requires `ELEVENLABS_API_KEY`, makes network calls to `api.elevenlabs.io`/`wss://api.elevenlabs.io`, and includes a `subprocess.Popen` example that runs `ffplay`.
Verified
821 installs
agents
This skill documents how to build and manage ElevenLabs voice AI agents with CLI, SDKs, widgets, webhooks, and Twilio outbound calls. It instructs running shell commands like `npm install -g @elevenlabs/cli`, making network calls to `https://api.elevenlabs.io`, and storing/using `ELEVENLABS_API_KEY` (stored at `~/.agents/api_keys.json`).
Review
722 installs
speech-to-text
This skill transcribes audio using ElevenLabs Scribe v2 with examples for Python, JavaScript, and cURL. It requires the `ELEVENLABS_API_KEY` environment variable and makes network calls to `https://api.elevenlabs.io/v1/speech-to-text` and `wss://api.elevenlabs.io/v1/speech-to-text/realtime`.
Verified
719 installs
setup-api-key
This skill guides users through obtaining and configuring an ElevenLabs API key. It asks the user to paste their key, validates it against `https://api.elevenlabs.io/v1/user`, and stores it in `.env` as `ELEVENLABS_API_KEY`.
Verified
645 installs
sound-effects
Generate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds, or any audio that isn't speech. Supports looping, duration control, and prompt influence tuning.
Verified
626 installs
music
Generate music using ElevenLabs Music API. Use when creating instrumental tracks, songs with lyrics, background music, jingles, or any AI-generated music composition. Supports prompt-based generation, composition plans for granular control, and detailed output with metadata.
Verified
618 installs