con un clic
elevenlabs
ElevenLabs text-to-speech, voice management, and sound effects via REST API
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
ElevenLabs text-to-speech, voice management, and sound effects via REST API
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Interact with GitHub repositories, issues, pull requests, releases, gists, labels, and CI/CD
Send messages, manage channels, reactions, and files in Slack with declarative channel-level permissions
Summarize documents using Claude
Test skill with band config
A valid banded skill for testing with two scripts
Example banded skill demonstrating the banded skills format
| name | elevenlabs |
| description | ElevenLabs text-to-speech, voice management, and sound effects via REST API |
| allowed-tools | Bash(./scripts/*) |
Generate speech from text, manage voices, clone voices, and create sound effects using the ElevenLabs REST API.
IMPORTANT: You MUST use ONLY the scripts provided below for ALL ElevenLabs operations. Do NOT use curl, the ElevenLabs API directly, or any other tool. Every interaction must go through ./scripts/<script-name>. If a script doesn't exist for what you need, say so — do not work around it.
Run scripts with ./scripts/<script-name>, e.g. ./scripts/voice-list. Use --help on any script to see its parameters.
tts — Generate speech from text. Input: voice_id, text, model_id, output_path, stability, similarity_boostvoice-list — List available voices. Input: (none)voice-get — Get voice details. Input: voice_idsfx — Generate a sound effect from a text description. Input: text, duration_seconds, output_pathuser-info — Get user info and subscription details. Input: (none)ELEVENLABS_API_KEY in the environment.