Stats
Actions
Tags
From notification-nikaidouhiro-win
Plays a terminal bell sound on session stop, user prompts, and notifications to provide audio feedback during Claude Code sessions.
3 events · 3 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
*powershell -Command "(New-Object System.Media.SoundPlayer (('${CLAUDE_PLUGIN_ROOT}/audios/stop.wav' -replace '^/([a-zA-Z])/', '\$1:\') -replace '/', '\')).PlaySync()"5msAskUserQuestionpowershell -Command "(New-Object System.Media.SoundPlayer (('${CLAUDE_PLUGIN_ROOT}/audios/notification.wav' -replace '^/([a-zA-Z])/', '\$1:\') -replace '/', '\')).PlaySync()"5mspermission_prompt|elicitation_dialogpowershell -Command "(New-Object System.Media.SoundPlayer (('${CLAUDE_PLUGIN_ROOT}/audios/notification.wav' -replace '^/([a-zA-Z])/', '\$1:\') -replace '/', '\')).PlaySync()"5msnpx claudepluginhub ycs77/claude-code-notifications --plugin notification-nikaidouhiro-win