malob/say
Speak the last response aloud using text-to-speech
npx skills add https://github.com/malob/nix-config --skill say
Run the TTS script to speak the last response aloud:
${CLAUDE_PLUGIN_ROOT}/skills/say/scripts/speak.sh ${CLAUDE_SESSION_ID} $1
Take malob/say from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.