@fridzema/claude-code-voice-task-completion
v0.1.0
Published
macOS voice notification for Claude Code Stop hook.
Maintainers
Readme
@fridzema/claude-code-voice-task-completion
macOS voice notification for the Claude Code Stop hook.
Usage
npx -y @fridzema/claude-code-voice-task-completionClaude hook example
{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "npx -y @fridzema/claude-code-voice-task-completion"
}
]
}
]
}
}Environment variables
CLAUDE_PROJECT_NAME: override project name.CLAUDE_SAY_VOICE: override voice (defaultSamantha).CLAUDE_HOOK_DEBUG=1: writes raw Stop payload to/tmp/claude-stop-payload.json.
Notes
- macOS only (uses
say). - Ignores errors to avoid breaking Claude hooks.
