Install the free Kokoro neural voice (one-time ~340MB download; big upgrade on Linux)
Scanned 9/6/2026
Install to Claude Code
npx -y skills add MichaelPGifford/claude-read-aloud --skill voice-setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Voice Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/michaelpgifford-voice-setup)More formats (shields.io, HTML) on the badges page.
---
description: Install the free Kokoro neural voice (one-time ~340MB download; big upgrade on Linux)
---
Run this bash command with a **10-minute timeout** and relay its progress
lines to the user as they appear (it creates a private virtualenv, installs
kokoro-onnx, and downloads the voice model — a few minutes on first run):
```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/speak.py" --setup kokoro
```
When it finishes successfully, demo the new voice:
```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/speak.py" --detach --text "Kokoro is installed. This is your new reading voice."
```
Then tell the user setup is done and that `voice` in the config file the
output named can be any of the 54 Kokoro voices (am_michael, af_heart,
bf_emma, …). If either step fails, show the error and do not guess at fixes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.