| name | send-pushover-notification |
| description | Send a notification after work completes. Use when the agent should alert you about task completion or important milestones. |
| version | 1.0.0 |
| author | hbmartin |
| license | Apache-2.0 |
| metadata | {"hermes":{"tags":["Notifications","Pushover","Alerts","Automation"]}} |
| prerequisites | {"commands":["curl"]} |
Send Pushover Notification
This skill is agent-agnostic: it works the same in Claude Code, Codex, and any
other agent that can run shell commands.
Use this skill to send a single completion alert through Pushover at the end of work. Keep message text short and factual.
Quick Start
scripts/send_pushover.sh --message "<status>: <summary>"
Workflow
- Finish the requested task.
- Compose a concise completion message.
- Run
scripts/send_pushover.sh --message "<message>".
- If script exits non-zero, report notification failure and the reason.
Script Contract
- Required option:
- Optional options:
--title (default Task Complete)
--priority (default 0)