elevenlabs-tts

Generates speech audio from text using ElevenLabs voices via the inference.sh CLI.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill elevenlabs-tts-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elevenlabs-tts
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/elevenlabs-tts
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill elevenlabs-tts-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Converting written content into natural-sounding spoken audio requires a TTS service with quality voices, language coverage, and tuning controls, which is cumbersome to integrate manually. This Skill wraps the ElevenLabs text-to-speech API behind the inference.sh CLI so you can generate speech with a single command. ## Core Features & Use Cases - 22+ Voices and 3 Models: Choose from male and female voices across models like eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5, and eleven_flash_v2_5 (low latency). - Voice Tuning and Formats: Adjust stability, similarity_boost, and style, and export as MP3 or raw PCM at multiple sample rates. - Multilingual Support: Generate speech in 32 languages for voiceovers, audiobooks, podcasts, e-learning, IVR, and accessibility content. - Use Case: Produce a Spanish product-demo voiceover with the aria voice, then feed the resulting audio URL into a talking-head video generator. ## Quick Start Ask the assistant to generate speech from the text "Welcome to our product demo" using the ElevenLabs aria voice via the belt CLI.

Frequently Asked Questions about elevenlabs-tts

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

FAQPage Schema
How do I generate text-to-speech audio with ElevenLabs from the command line?

Run belt app run elevenlabs/tts with a JSON input containing text and a voice name, such as aria or george. The inference.sh CLI returns the generated audio, and you can optionally specify a model, output format, or tuning parameters.

Which ElevenLabs model should I use for low-latency speech?

Use eleven_flash_v2_5 for ultra-low latency around 75ms, or eleven_turbo_v2_5 for a balance of speed and quality around 150ms. For the highest quality output, choose eleven_multilingual_v2.

Does ElevenLabs TTS support languages other than English?

Yes, ElevenLabs supports 32 languages including Spanish, French, German, Chinese, Japanese, Korean, Arabic, and Hindi. Use the eleven_multilingual_v2 model and pass text in the target language.

How do I control voice expressiveness in ElevenLabs TTS?

Adjust the stability, similarity_boost, and style parameters in the input JSON. Lower stability increases expressiveness, higher similarity_boost stays closer to the original voice, and higher style adds exaggeration.

What audio output formats does ElevenLabs TTS support?

It supports MP3 at 44.1kHz in 128kbps or 192kbps, plus raw PCM at 16kHz, 22.05kHz, 24kHz, and 44.1kHz. Set the output_format field, with mp3_44100_128 as the default.