Hookyard
Back to directory
Stopdemo

Speech Summary on Stop

Speak a one-line summary aloud when Claude finishes.

Reads ~/.claude/speech-mode and uses gen-audio to read out a short summary of the last response.

Install via CLI

npx hookyard install speech-summary

Or paste into ~/.claude/settings.json

{
  "hooks": {
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "$HOME/.claude/hooks/speech-summary.sh"
          }
        ]
      }
    ]
  }
}
#voice#automation

By developersdigest