voice-ai-tts
⚠Review·Scanned 2/17/2026
Provides Voice.ai text-to-speech SDK, CLI, streaming, and voice cloning for https://dev.voice.ai with examples and an executable scripts/tts.js. Requires the VOICE_AI_API_KEY environment variable, makes network calls to https://dev.voice.ai, and includes CLI commands such as node scripts/tts.js.
from clawhub.ai·vd902b0b·48.9 KB·0 installs
Scanned from 1.0.6 at d902b0b · Transparency log ↗
$ vett add clawhub.ai/gizmogremlin/voice-ai-ttsReview findings below
Voice.ai Voices
✨ Features
- 9 Voice Personas - Carefully curated voices for different use cases
- 11 Languages - Multi-language synthesis with multilingual model
- Streaming Mode - Real-time audio output as it generates
- Voice Cloning - Clone voices from audio samples
- Voice Design - Customize with temperature and top_p parameters
- OpenClaw Integration - Works with OpenClaw's built-in TTS
🎙️ Available Voices
| Voice | Gender | Persona | Best For |
|---|---|---|---|
| ellie | female | youthful | Vlogs, social content |
| oliver | male | british | Narration, tutorials |
| lilith | female | soft | ASMR, calm content |
| smooth | male | deep | Documentaries, audiobooks |
| corpse | male | distinctive | Gaming, entertainment |
| skadi | female | anime | Character voices |
| zhongli | male | deep | Gaming, dramatic content |
| flora | female | cheerful | Kids content, upbeat |
| chief | male | heroic | Gaming, action content |
🌍 Languages
Available: en, es, fr, de, it, pt, pl, ru, nl, sv, ca
🎨 Voice Design
Customize voice output with these parameters:
- temperature (0-2) — Higher = more expressive, lower = more consistent
- top_p (0-1) — Controls randomness in speech generation
📡 Streaming Mode
Generate audio with real-time streaming (good for long texts):
# Stream audio as it generates
node scripts/tts.js --text "This is a long story..." --voice ellie --stream
# Streaming with custom output
node scripts/tts.js --text "Chapter one..." --voice oliver --stream --output chapter1.mp3
🔗 OpenClaw TTS Integration
tts:
skill: voice-ai-tts
voice_id: d1bf0f33-8e0e-4fbf-acf8-45c3c6262513
💬 Triggering TTS in Chat
/tts Hello, welcome to Voice.ai!
💻 CLI Usage
export VOICE_AI_API_KEY="your-api-key"
# Generate speech
node scripts/tts.js --text "Hello world!" --voice ellie
# Choose different voice
node scripts/tts.js --text "Good morning!" --voice oliver --output morning.mp3
# Show help
node scripts/tts.js --help
🔗 Links
Made with ❤️ by Nick Gill