elevenlabs-voices
⚠Review·Scanned 2/18/2026
Provides TTS, SFX, and voice-design tooling that uses ElevenLabs APIs. The skill reads ELEVEN_API_KEY/ELEVENLABS_API_KEY and local configs (~/.openclaw/openclaw.json, .env), makes requests to https://api.elevenlabs.io/..., and includes runnable commands like python3 scripts/*.py.
from clawhub.ai·v2.1.3·77.7 KB·0 installs
Scanned from 2.1.3 at cc2eb7c · Transparency log ↗
$ vett add clawhub.ai/robbyczgw-cla/elevenlabs-voicesReview findings below
ElevenLabs Voice Personas - Published! ✅
Successfully published to ClawdHub as elevenlabs-voices@1.0.0
Installation
clawdhub install elevenlabs-voices
What's Included
Voice Personas (14 total)
English Voices (8)
- Rachel - Warm American female (default)
- Adam - Deep narrator male
- Bella - Soft young female
- Antoni - Conversational male
- Josh - Professional male
- Domi - Confident female
- Elli - Energetic female
- Callum - Trustworthy British male
German Voices (3)
- Seraphina - Professional female
- Daniel - Authoritative male
- Clara - Warm female
Spanish Voices (2)
- Valentino - Smooth male
- Lucia - Elegant female
Files Structure
elevenlabs-voices/
├── SKILL.md # Main skill documentation
├── voices.json # Voice presets with ElevenLabs IDs
├── references/
│ └── voice-guide.md # Detailed voice descriptions
├── examples.md # Usage examples
└── README.md # This file
Quick Start
const voices = require('./voices.json');
// Get Rachel voice (default)
const rachel = voices.voices.rachel;
console.log(rachel.voice_id); // 21m00Tcm4TlvDq8ikWAM
// Use narrator preset
const narrator = voices.voices[voices.presets.narrator];
console.log(narrator.name); // Adam
Features
✅ 14 professionally-selected voice personas
✅ Multi-language support (EN, DE, ES)
✅ Voice settings (stability, similarity_boost, style)
✅ Persona-based presets
✅ Detailed voice guide with use cases
✅ Comprehensive usage examples
ClawdHub Info
- Slug: elevenlabs-voices
- Version: 1.0.0
- ID: k97cgqqkq4xtd7h62hngzpensx7zxdww
- Published: ✅ Success
Next Steps
- Install the skill:
clawdhub install elevenlabs-voices - Read
SKILL.mdfor trigger instructions - Check
voice-guide.mdfor detailed voice descriptions - See
examples.mdfor usage patterns
Enjoy! 🎙️