Kokoro Agent Voices
/install kokoro-agent-voices
Kokoro Agent Voices
Give each AI agent a distinct voice using Kokoro TTS — a lightweight 82M parameter model that runs locally with zero API costs. 54 voices across American, British, and other accents.
Agent Voice Profiles
AGENT_VOICES = {
"loki": "am_fenrir", # Deep, authoritative
"archie": "bm_george", # British analytical
"sara": "af_bella", # Warm, creative
"kit": "am_echo", # Clear, technical
"liv": "af_nova", # Bright, energetic
"belle": "bf_emma", # Refined, thoughtful
}
Usage
python3 scripts/speak.py --agent loki "System check complete"
python3 scripts/speak.py --voice af_bella "Hello world" --output /tmp/greeting.wav
python3 scripts/speak.py --list-voices # Show all 54 voices
python3 scripts/speak.py --list-agents # Show configured agent profiles
Setup
Requires a Python environment with kokoro, soundfile, and espeak-ng installed. The model downloads automatically from Hugging Face on first use (~350MB).
Files
scripts/speak.py— TTS script with agent profiles and voice selection
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kokoro-agent-voices - After installation, invoke the skill by name or use
/kokoro-agent-voices - Provide required inputs per the skill's parameter spec and get structured output
What is Kokoro Agent Voices?
Local zero-cost text-to-speech with per-agent voice profiles using Kokoro TTS (82M params). 54 voices available, named agent mappings, WAV output. Use when b... It is an AI Agent Skill for Claude Code / OpenClaw, with 462 downloads so far.
How do I install Kokoro Agent Voices?
Run "/install kokoro-agent-voices" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kokoro Agent Voices free?
Yes, Kokoro Agent Voices is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kokoro Agent Voices support?
Kokoro Agent Voices is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kokoro Agent Voices?
It is built and maintained by Nissan Dookeran (@nissan); the current version is v1.0.1.