Stats
Actions
Tags
From claude-honk
Plays a honk sound by executing bash play-honk.sh and PowerShell play-honk.ps1 scripts on Stop, Notification, and PermissionRequest events for audio alerts. Runs bash and PowerShell commands.
3 events · 6 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bash "${CLAUDE_PLUGIN_ROOT}/scripts/play-honk.sh" ; exit 0powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/play-honk.ps1" ; exit 0bash "${CLAUDE_PLUGIN_ROOT}/scripts/play-honk.sh" ; exit 0powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/play-honk.ps1" ; exit 0bash "${CLAUDE_PLUGIN_ROOT}/scripts/play-honk.sh" ; exit 0powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/play-honk.ps1" ; exit 0npx claudepluginhub ssubbotin/claude-honk --plugin claude-honk