Install
1
Install the plugin$
npx claudepluginhub lingelo/marketplace-claude-code --plugin notifications-systemWant just this hook?
Then install: npx claudepluginhub u/[userId]/[slug]
Source
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "CLAUDE_HOOK_EVENT=Stop node ${CLAUDE_PLUGIN_ROOT}/scripts/notify.js",
"timeout": 5000
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "CLAUDE_HOOK_EVENT=Notification node ${CLAUDE_PLUGIN_ROOT}/scripts/notify.js",
"timeout": 5000
}
],
"matcher": "permission_prompt"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"Stop": 1,
"Notification": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars0
Forks0
Last CommitMar 4, 2026