Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub decko/claude-code-notifyHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-notify:notify-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the test notification script to verify the user's notification setup works: After running, ask the user if they saw the notification. If not, troubleshoot: - **Linux**: Check if `notify-send` is installed (`sudo dnf install libnotify` or `sudo apt install libnotify-bin`) - **macOS**: `osascript` is built-in, check System Settings > Notifications - **GNOME**: Check if Do Not Disturb is enabled - **KDE**: Check notification settings for unknown apps
Share bugs, ideas, or general feedback.
Run the test notification script to verify the user's notification setup works:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/test-notification.sh
After running, ask the user if they saw the notification. If not, troubleshoot:
notify-send is installed (sudo dnf install libnotify or sudo apt install libnotify-bin)osascript is built-in, check System Settings > Notifications