Nix-config say

Speak the last response aloud using text-to-speech

install
source · Clone the upstream repo
git clone https://github.com/malob/nix-config
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/malob/nix-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/configs/claude/plugins/tts/skills/say" ~/.claude/skills/malob-nix-config-say && rm -rf "$T"
manifest: configs/claude/plugins/tts/skills/say/SKILL.md
source content

Run the TTS script to speak the last response aloud:

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