smithery/caidish

notification

Send push notifications to user's phone via Pushover. Use when the user asks to be notified, alerted, or reminded about something.

Installation

$ npx skills add smithery/caidish --skill notification

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/caidish.

npx skills add smithery/caidish

Browse all from smithery/caidish

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 825 B
  • docs SUMMARY.md 150 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Notification Skill Guide

scripts/notify.sh "<title>" "<message>"
scripts/notify.sh "<title>" "<message>" --priority 1
scripts/notify.sh "<title>" "<message>" --url "https://example.com"

Priority Levels

Level Description
-2 Lowest (no notification)
-1 Low (quiet)
0 Normal (default)
1 High (bypass quiet hours)
2 Emergency (requires --retry and --expire)

Emergency Priority Example

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.