Agent skill · Backend & API

elevenlabs-voices

High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill elevenlabs-voices --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 2.1.2
Path: skills/ai-llm/elevenlabs-voices/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. 🚀 First Run - Setup Wizard
  2. ✨ Features
  3. 🎙️ Available Voices
  4. 🎯 Quick Presets
  5. 🌍 Supported Languages (32)
  6. 💻 CLI Usage
  7. Basic Text-to-Speech
  8. Streaming Mode
  9. Batch Processing
  10. Usage Statistics
  11. 🎵 Sound Effects (SFX)
  12. 🎨 Voice Design
  13. 📖 Pronunciation Dictionary
  14. 💰 Cost Tracking
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going