Stats
Actions
Tags
From native-notifications
Sends macOS desktop notifications when Claude Code completes a task (Stop) or requires user input (Notification). Uses terminal-notifier for native alerts.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
if command -v osascript >/dev/null 2>&1; then osascript -e 'display notification "Claude finished your task" with title "✅ Claude Code"'; elif command -v notify-send >/dev/null 2>&1 && [ -n "${DISPLAY:-}${WAYLAND_DISPLAY:-}" ]; then notify-send '✅ Claude Code' 'Claude finished your task'; else printf '\a'; fiif command -v osascript >/dev/null 2>&1; then osascript -e 'display notification "Claude needs your input" with title "🔔 Claude Code"'; elif command -v notify-send >/dev/null 2>&1 && [ -n "${DISPLAY:-}${WAYLAND_DISPLAY:-}" ]; then notify-send '🔔 Claude Code' 'Claude needs your input'; else printf '\a'; finpx claudepluginhub stbenjam/ai-helpers --plugin native-notifications71plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 71 plugins