From narrator
Speaks text aloud on demand using Kokoro TTS, even when narrator is disabled. Useful for reading summaries or specific text.
How this skill is triggered — by the user, by Claude, or both
Slash command
/narrator:speakThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Speak text aloud on demand, regardless of whether narrator is currently enabled.
Speak text aloud on demand, regardless of whether narrator is currently enabled.
If the user provides specific text to speak, pipe it directly:
echo "TEXT_TO_SPEAK" | bash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/speak.sh" --force
If the user does not provide specific text, summarize the last action or response and speak that summary:
echo "SUMMARY_TEXT" | bash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/speak.sh" --force
The --force flag bypasses the enabled check, allowing speech even when narrator is turned off.
--force for on-demand speak requestspython3 -c "import kokoro")npx claudepluginhub shreyas-s-rao/claude-code-narrator --plugin narratorCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.