ElevenLabs

Generate speech, sound effects, and transcriptions via the ElevenLabs API.

1|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/vibecode/Skillsforagent --skill elevenlabs-vibecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ElevenLabs
Source: https://github.com/vibecode/Skillsforagent/tree/main/Foundational/elevenlabs
Command: npx skills add https://github.com/vibecode/Skillsforagent --skill elevenlabs-vibecode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive interface to the ElevenLabs API, enabling users to generate high-quality audio from text, manipulate existing audio, and transcribe speech, all through a simple command-line wrapper.

Core Features & Use Cases

  • Text-to-Speech (TTS): Convert text into natural-sounding speech with various voices and languages.
  • Voice Cloning: Create custom voices from audio samples.
  • Audio Generation: Produce sound effects and music from text descriptions.
  • Audio Manipulation: Perform speech-to-speech conversion, isolate vocals, and dub audio/video.
  • Transcription: Convert spoken audio into text.
  • Use Case: A content creator can use this Skill to generate voiceovers for videos, create character dialogue for a game, or even clone their own voice for consistent narration across multiple projects.

Quick Start

Use the elevenlabs skill to convert the text 'Hello, world!' to speech using the 'Rachel' voice and save it to 'hello.mp3'.

Frequently Asked Questions about ElevenLabs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to speech using a command-line interface?

Text-to-speech conversion is handled by a wrapper script that interfaces with the ElevenLabs API to generate natural-sounding audio from text. You can specify the voice and save the output directly to an audio file like MP3.

Can I clone a voice from an audio sample for consistent narration?

Voice cloning is supported to create custom voices from provided audio samples. This allows you to generate speech that mimics the cloned voice for consistent narration across multiple projects.

What do I need to generate audio and manipulate sound effects?

Generating audio and manipulating sound effects requires an ELEVENLABS_API_KEY environment variable. The wrapper script uses this key to authenticate requests for text-to-speech, sound generation, and audio isolation.

Does this tool support dubbing and speech-to-speech conversion?

Dubbing and speech-to-speech conversion are fully supported for audio and video manipulation. The script allows you to transform existing spoken audio into different voices or languages while preserving the original intonation.

How do I transcribe spoken audio into text?

Transcription is available to convert spoken audio files into text. By running the command-line wrapper, you can process audio inputs and receive accurate text transcriptions of the speech.

What is the best way to generate multi-voice dialogue for a game?

Generating multi-voice dialogue is done through the command-line API wrapper, which facilitates assigning different voices to various text inputs. This allows you to create distinct character interactions for games or videos.