Skip to main content
ClaudeWave
Skill460 repo starsupdated 6d ago

say

Speak the last response aloud using text-to-speech

Install in Claude Code
Copy
git clone --depth 1 https://github.com/malob/nix-config /tmp/say && cp -r /tmp/say/configs/claude/plugins/tts/skills/say ~/.claude/skills/say
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

Run the TTS script to speak the last response aloud:

```bash
${CLAUDE_PLUGIN_ROOT}/skills/say/scripts/speak.sh ${CLAUDE_SESSION_ID} $1
```