elevenlabs-voice-studio

Give your AI agent a voice. Text-to-speech, voice cloning, sound effects & music generation with ElevenLabs API. The complete voice toolkit for OpenClaw agents.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "elevenlabs-voice-studio" with this command: npx skills add daaab/openclaw-skills/daaab-openclaw-skills-elevenlabs-voice-studio

🎙️ ElevenLabs Voice Studio

The most natural AI voices in the world — now in your OpenClaw agent.

Generate speech, clone voices, create sound effects, and produce music — all from text.

🎧 Trusted by 2M+ creators. The same tech behind audiobooks, podcasts, and viral AI content. Try it free →


✨ What You Can Do

CapabilityDescription
🗣️ Text-to-SpeechConvert any text to lifelike speech in 32 languages
🎭 Voice CloningClone any voice from 30 seconds of audio
🔊 Sound EffectsGenerate any sound from a text description
🎵 Music GenerationCreate background music and jingles
🎬 Voice DesignDesign entirely new voices from scratch

⚡ Quick Start

1. Get Your Free API Key

👉 Create your ElevenLabs account — free tier includes 10,000 characters/month.

Once signed in: Profile → API Keys → Create

export ELEVENLABS_API_KEY="your_api_key_here"

2. Generate Your First Speech

# List available voices
curl -s "https://api.elevenlabs.io/v1/voices" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" | jq '.voices[:5] | .[].name'

# Generate speech
curl -X POST "https://api.elevenlabs.io/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello! I am your AI agent, and now I can speak.",
    "model_id": "eleven_v3",
    "voice_settings": { "stability": 0.5, "similarity_boost": 0.75 }
  }' --output hello.mp3

# Play it
afplay hello.mp3  # macOS
# aplay hello.mp3  # Linux

🎉 That's it. Your agent can talk.


🎭 Popular Voices

VoiceIDStyleBest For
Rachel21m00Tcm4TlvDq8ikWAMWarm, conversationalNarration, assistants
AdampNInz6obpgDQGcFmaJgBDeep, authoritativeAnnouncements, news
BellaEXAVITQu4vr4xnSDxMaLYoung, friendlySocial media, tutorials
ElliMF3mGyEYCl7XYWbV9V6OCalm, professionalBusiness, e-learning
JoshTxGEqnHWrfWFTfGW9XjXEnergeticMarketing, promos

🔊 Sound Effects

Generate any sound from a text description:

curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "A dramatic orchestral hit followed by a deep bass drop",
    "duration_seconds": 3
  }' --output effect.mp3

🎵 Music Generation

curl -X POST "https://api.elevenlabs.io/v1/music" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Upbeat lo-fi hip hop background music for a tech podcast",
    "duration": 30
  }' --output music.mp3

🎬 Audio Tags (Eleven v3 Only)

Make your voice output expressive with audio tags:

[laughs] That's hilarious!
[whispers] Can you hear me?
[sighs] It's been a long day.
[excited] We just shipped the feature!
[grumpy voice] I told you it wouldn't work.
[clears throat] Anyway, let me explain.

💡 Audio tags only work with the eleven_v3 model. Perfect for storytelling, characters, and engaging content.


🌍 Supported Languages

32 languages including: English, 中文, 日本語, 한국어, Español, Français, Deutsch, Italiano, Português, العربية, हिन्दी, Türkçe, and more.

# Use multilingual model for non-English
curl -X POST "https://api.elevenlabs.io/v1/text-to-speech/YOUR_VOICE_ID" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "你好!我是你的 AI 助手。",
    "model_id": "eleven_multilingual_v2"
  }' --output chinese.mp3

🔑 Models

ModelIDBest For
Eleven v3eleven_v3Expressive speech with audio tags
Multilingual v2eleven_multilingual_v2Stable multilingual narration
Turbo v2.5eleven_turbo_v2_5Low-latency streaming

💰 Pricing

PlanMonthlyCharactersVoices
Free$010,000/month3 custom
Starter$5/mo30,000/month10 custom
Creator$22/mo100,000/month30 custom
Pro$99/mo500,000/month160 custom

💡 Start free. The free tier is enough to test everything. Get your API key →


🏗️ Integration with OpenClaw

Voice Messages in Telegram/Discord

# Generate speech → send as voice message
curl -X POST "https://api.elevenlabs.io/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Your message here", "model_id": "eleven_v3"}' \
  --output /tmp/voice.mp3

Then use the tts or message tool with asVoice: true to deliver.

Pair with HeyGen for Video

Combine ElevenLabs voices with HeyGen AI avatars for complete video content — your voice, your face, zero recording.


🔗 Resources


Made with 🦞 by CloudLobster · cloudlobst3rjr.base.eth

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Elevenlabs Tts

ElevenLabs TTS (Text-to-Speech) with emotional audio tags for expressive voice synthesis. WhatsApp-compatible voice messages with Opus conversion. Supports 7...

Registry SourceRecently Updated
5K6Profile unavailable
General

Audiomind

Turn any idea into a finished podcast in one command. AudioMind handles ElevenLabs voice narration (29+ voices), AI background music, and server-side audio m...

Registry SourceRecently Updated
4365Profile unavailable
Automation

Cult Of Carcinization

Give your agent a voice — and ears. The Cult of Carcinization is the bot-first gateway to ScrappyLabs TTS and STT. Speak with 20+ voices, design your own from a text description, transcribe audio to text, and evolve into a permanent bot identity. No human signup required.

Registry SourceRecently Updated
1.7K3Profile unavailable
General

Smallest Ai

Ultra-fast text-to-speech and speech-to-text via Smallest AI's Lightning v3.1 and Pulse models. Use when the user wants to generate speech, convert text to v...

Registry SourceRecently Updated
320Profile unavailable