Event Hooks

notifykit

1 event · 2 hooks

From notifykit
Install
1
Run in your terminal
$
npx claudepluginhub macalinao/claude-plugins --plugin notifykit
Source

Defined in hooks/hooks.json

Configuration
{
  "Notification": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "notifykit cchook --sound Glass"
        }
      ],
      "matcher": "idle_prompt"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "notifykit cchook --sound Funk"
        }
      ],
      "matcher": "permission_prompt"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "Notification": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 2
  }
}
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitFeb 19, 2026