5.8k★by gizmogremlin
voice-ai-tts – OpenClaw Skill
voice-ai-tts is an OpenClaw Skills integration for coding workflows. >
Skill Snapshot
| name | voice-ai-tts |
| description | > OpenClaw Skills integration. |
| owner | gizmogremlin |
| repository | gizmogremlin/voice-ai-tts |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gizmogremlin/voice-ai-tts |
| last updated | Feb 7, 2026 |
Maintainer

name: voice-ai-tts description: > High-quality voice synthesis with 9 personas, 11 languages, streaming, and voice cloning using Voice.ai API.
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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install voice-ai-tts?
Run openclaw add @gizmogremlin/voice-ai-tts in your terminal. This installs voice-ai-tts into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gizmogremlin/voice-ai-tts. Review commits and README documentation before installing.
