npx claudepluginhub sjungling/sjungling-claude-pluginsDefined in hooks/hooks.json
input=$(cat); if [ -z "$TAILSCALE_NOTIFY_URL" ]; then exit 0; fi; 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}/$(hostname -s | tr '[:upper:]' '[:lower:]')" -H 'Content-Type: text/plain' -d @-; fi || true10msSends desktop notification 'Claude Code: Awaiting your input' via notify-send on Notification event. Enables user alerts without bash execution or file writes.
Share bugs, ideas, or general feedback.