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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kokoro-agent-voices - 安装完成后,直接呼叫该 Skill 的名称或使用
/kokoro-agent-voices触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 462 次。
如何安装 Kokoro Agent Voices?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kokoro-agent-voices」即可一键安装,无需额外配置。
Kokoro Agent Voices 是免费的吗?
是的,Kokoro Agent Voices 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Kokoro Agent Voices 支持哪些平台?
Kokoro Agent Voices 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kokoro Agent Voices?
由 Nissan Dookeran(@nissan)开发并维护,当前版本 v1.0.1。