Executes custom commands automatically when Claude sends notifications.
npx claudepluginhub sjungling/sjungling-claude-pluginsDefined in hooks/hooks.json
{
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "input=$(cat); if ioreg -n Root -d1 | grep -q '\"CGSSessionScreenIsLocked\" = Yes'; then echo \"$input\" | jq -r '.message' | curl -s --max-time 5 -X POST \"${TAILSCALE_NOTIFY_URL:-https://pi.tail07fea6.ts.net:7080}/$(hostname -s | tr '[:upper:]' '[:lower:]')\" -H 'Content-Type: text/plain' -d @-; fi || true",
"timeout": 10
}
],
"matcher": ""
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"Notification": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}