Narrator Speed
Reads/writes the claude-code-narrator TTS speed setting from natural-language requests.
Funktioniert mit Setup
Was es kann
Lets the user say things like "talk faster" or "set speed to 1.5" and have Claude update the narrator plugin's global or local config file accordingly, then speak a confirmation line. Triggers on explicit speed/pace language tied to the narrator. Part of a larger voice-output plugin (Kokoro TTS) rather than a fully standalone skill.
Testbericht
Steps 1-3 (read current speed, apply +/-0.2 or an explicit value, write it to ~/.claude-code-narrator/config) work correctly copied standalone — verified end to end against a seeded config. Step 4's confirmation playback shells out to ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/speak.sh, which only resolves when the whole narrator plugin is installed, not a bare skill-folder copy, so the audible confirmation silently breaks under the standard install path.
Getestet am: 2026-07-16 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/shreyas-s-rao/claude-code-narrator cd claude-code-narrator mkdir -p ~/.claude/skills cp -r skills/speed ~/.claude/skills/speed
Befehle & Beispiel-Prompts
/speedReads/writes the claude-code-narrator TTS speed setting from natural-language requests.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Talk faster from now on, the narrator is way too slow for me right nowSet the narrator speed to 1.5 for the rest of this session pleaseSlow the voice output down a little, it's too fast for me to follow