Hookyard
Back to directory
Notificationdemo

Desktop Notify

macOS notification when Claude needs your attention.

Posts a native macOS notification on Notification events using osascript.

Install via CLI

npx hookyard install desktop-notify

Or paste into ~/.claude/settings.json

{
  "hooks": {
    "Notification": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "osascript -e 'display notification \"Claude needs you\" with title \"Claude Code\"'"
          }
        ]
      }
    ]
  }
}
#automation#macos

By developersdigest