pushover-notify
Send push notifications to your phone via Pushover (pushover.net). Use when you want reliable out-of-band alerts from OpenClaw: reminders, monitoring alerts, cron/heartbeat summaries, or 'notify me when X happens' workflows.
Why use this skill?
Learn how to send reliable push notifications to your phone using OpenClaw and Pushover. Automate alerts, reminders, and monitoring tasks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/digitallyborn/pushover-notifyWhat This Skill Does
The pushover-notify skill enables OpenClaw to bridge the gap between agent automation and your mobile device. By integrating with the Pushover API, OpenClaw can push real-time, reliable notifications directly to your phone. Whether you need an urgent alert when a long-running process fails, a periodic heartbeat check to confirm your server is still online, or a simple reminder to perform a task, this skill provides a robust notification channel that works independently of your current interface. It supports advanced features like customizable sound profiles, specific device routing, and emergency priority levels that require manual acknowledgment.
Installation
To integrate this skill, ensure you have the OpenClaw environment initialized. Execute the installation command: clawhub install openclaw/skills/skills/digitallyborn/pushover-notify. After installation, configure your environment variables by setting PUSHOVER_APP_TOKEN and PUSHOVER_USER_KEY within your secure credential manager. Do not store these keys directly in the script or any shared configuration files. Once keys are configured, the skill is ready for invocation via the command-line interface or triggered automatically through agent workflows.
Use Cases
This skill is ideal for "out-of-band" alerts. Primary use cases include:
- Long-running task completion: Receive a notification when a heavy data scrape or compilation process finishes.
- System Health Monitoring: Configure cron jobs to ping the Pushover API if a service stops responding or disk usage exceeds a defined threshold.
- Reminders: Use OpenClaw as a personal assistant to push scheduled reminders about meetings or errands throughout the day.
- Critical Incident Escalation: Use priority 2 messages for urgent server errors that require immediate human intervention.
Example Prompts
- "OpenClaw, when the script in the terminal finishes, send me a Pushover notification letting me know the result."
- "Please set a reminder for 5 PM to check the market data and send it as a notification to my phone."
- "If the server monitor reports a downtime event, trigger an emergency Pushover alert to my device immediately."
Tips & Limitations
- Rate Limiting: Be mindful of Pushover's message limits for your account to avoid service suspension.
- Priority Management: Use priority levels judiciously. Do not use priority 2 (emergency) for routine alerts, as it ignores notification silence settings on many devices.
- Automation Integration: Always pair this with
cronfor repetitive tasks rather than using a long-running polling loop, ascronis more resource-efficient for scheduled notifications. - Security: Treat your
APP_TOKENas a password. If the token is exposed, rotate it via the Pushover dashboard immediately.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-digitallyborn-pushover-notify": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution