Help us improve
Share bugs, ideas, or general feedback.
From pushover
Sends push notifications to user's phone via Pushover using bash scripts. Supports priority levels (-2 to 2), URLs, retries, and expires for emergencies. Requires macOS Keychain setup. Use for user-requested notifications, alerts, or reminders.
npx claudepluginhub caidish/cai-tools --plugin pushoverHow this skill is triggered — by the user, by Claude, or both
Slash command
/pushover:notificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
Configures Bark push, WeChat, and system notifications for Claude Code projects. Enables persistent alerts and proactive sending via PowerShell scripts after tasks.
Configures Bark push, WeChat, and system notifications for Claude Code via .claude/claude-notification.local.md. Provides bash scripts for proactive task alerts.
Sends custom sound, vibration, and two-line text notifications to Flipper Zero via Unix socket bridge daemon using Bash nc. Useful for dev workflow alerts like task completion, errors, and status updates when bridge is running.
Share bugs, ideas, or general feedback.
scripts/notify.sh "<title>" "<message>"
scripts/notify.sh "<title>" "<message>" --priority 1
scripts/notify.sh "<title>" "<message>" --url "https://example.com"
| Level | Description |
|---|---|
| -2 | Lowest (no notification) |
| -1 | Low (quiet) |
| 0 | Normal (default) |
| 1 | High (bypass quiet hours) |
| 2 | Emergency (requires --retry and --expire) |
scripts/notify.sh "Critical" "Server down!" --priority 2 --retry 60 --expire 1800
Note: Requires Pushover credentials in macOS Keychain. Run setup-service.sh to configure.