Stats
Actions
Tags
From claudecode-sounds
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 · 3 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
node "$CLAUDE_PLUGIN_ROOT/hooks/cli.mjs" check-stop || python3 "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" check-stop || python "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" check-stop || py -3 "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" check-stop5mselicitation_dialognode "$CLAUDE_PLUGIN_ROOT/hooks/cli.mjs" play question || python3 "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" play question || python "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" play question || py -3 "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" play question5ms*node "$CLAUDE_PLUGIN_ROOT/hooks/cli.mjs" play permission || python3 "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" play permission || python "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" play permission || py -3 "$CLAUDE_PLUGIN_ROOT/hooks/cli.py" play permission5msnpx claudepluginhub newink/codingagents --plugin claudecode-sounds