elevenlabs-voices
High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.
npx skills add majiayu000/claude-skill-registry --skill elevenlabs-voices --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ElevenLabs Voice Personas v2.1 Comprehensive voice synthesis toolkit using ElevenLabs API. ## 🚀 First Run - Setup Wizard When you first use this skill (no `config.json` exists), run the interactive setup wizard: ```bash python3 scripts/setup.py ``` The wizard will guide you through: 1. **API Key** - Enter your ElevenLabs API key (required) 2. **Default Voice** - Choose from popular voices (Rachel, Adam, Bella, etc.) 3. **Language** - Set your preferred language (32 supported) 4. **Audio Quality** - Standard or high quality output 5. **Cost Tracking** - Enable usage and cost monitoring 6. **Budget Limit** - Optional monthly spending cap **🔒 Privacy:** Your API key is stored locally in `config.json` only. It never leaves your machine and is automatically excluded from git via `.gitignore`. To reconfigure at any time, simply run the setup wizard again. --- ## ✨ Features - **18 Voice Personas** - Carefully curated voices for different use cases - **32 Languages** - Multi-language synthesis with the multilingual v2 model - **Streaming Mode** - Real-time audio output as it generates - **Sound Effects (SFX)** - AI-generated sound effects from text prompts - **Batch Processing** - Proc
- 🚀 First Run - Setup Wizard
- ✨ Features
- 🎙️ Available Voices
- 🎯 Quick Presets
- 🌍 Supported Languages (32)
- 💻 CLI Usage
- Basic Text-to-Speech
- Streaming Mode
- Batch Processing
- Usage Statistics
- 🎵 Sound Effects (SFX)
- 🎨 Voice Design
- 📖 Pronunciation Dictionary
- 💰 Cost Tracking
python3 scripts/setup.py Synthesize in German python3 tts.py --text "Guten Tag!" --voice rachel --lang de Synthesize in French python3 tts.py --text "Bonjour le monde!" --voice adam --lang fr List all languages python3 tts.py --languages List all voices python3 scripts/tts.py --list Generate speech
What does the elevenlabs-voices skill do?
High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill elevenlabs-voices --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
