Inworld TTS
Text-to-speech via Inworld.ai API. Use when generating voice audio from text, creating spoken responses, or converting text to MP3/audio files. Supports multiple voices, speaking rates, and streaming
Text-to-speech via Inworld.ai API. Use when generating voice audio from text, creating spoken responses, or converting text to MP3/audio files. Supports multiple voices, speaking rates, and streaming
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Generate speech audio from text using Inworld.ai's TTS API.
export INWORLD_API_KEY="your-base64-key-here"
For persistence, add to
~/.bashrc or ~/.clawdbot/.env.
# Copy skill to your skills directory cp -r inworld-tts /path/to/your/skills/Make script executable
chmod +x /path/to/your/skills/inworld-tts/scripts/tts.sh
Optional: symlink for global access
ln -sf /path/to/your/skills/inworld-tts/scripts/tts.sh /usr/local/bin/inworld-tts
# Basic ./scripts/tts.sh "Hello world" output.mp3With options
./scripts/tts.sh "Hello world" output.mp3 --voice Dennis --rate 1.2
Streaming (for text >4000 chars)
./scripts/tts.sh "Very long text..." output.mp3 --stream
| Option | Default | Description |
|---|---|---|
| Dennis | Voice ID |
| 1.0 | Speaking rate (0.5-2.0) |
| 1.1 | Temperature (0.1-2.0) |
| inworld-tts-1.5-max | Model ID |
| false | Use streaming endpoint |
| Endpoint | Use |
|---|---|
| Standard synthesis |
| Streaming for long text |
curl - HTTP requestsjq - JSON processingbase64 - Decode audio# Quick test export INWORLD_API_KEY="aXM2..." ./scripts/tts.sh "Testing one two three" test.mp3 mpv test.mp3 # or any audio playerDifferent voice and speed
./scripts/tts.sh "Slow and steady" slow.mp3 --rate 0.8
Fast-paced narration
./scripts/tts.sh "Breaking news!" fast.mp3 --rate 1.5
"INWORLD_API_KEY not set" - Export the environment variable before running.
Empty output file - Check API key is valid and has "Voices: Read" permission.
Streaming issues - Ensure
jq supports --unbuffered flag.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.