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 pushoverThis skill uses the workspace's default tool permissions.
```bash
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.