pushover-notifySend 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.
Install via ClawdBot CLI:
clawdbot install DigitallyBorn/pushover-notifySend push notifications through the Pushover API using a small Node script.
1) Create a Pushover application token and get your user key:
2) Provide credentials to the runtime (do not hardcode into this skill):
PUSHOVER_APP_TOKENPUSHOVER_USER_KEY3) (Optional) set defaults:
PUSHOVER_DEVICE (device name)PUSHOVER_SOUNDUse the bundled script:
PUSHOVER_APP_TOKEN=... PUSHOVER_USER_KEY=... \
node skills/pushover-notify/scripts/pushover_send.js \
--title "OpenClaw" \
--message "Hello from Ted" \
--priority 0
Optional fields:
--url "https://..." and --url-title "Open"--sound "pushover"--device "iphone"--priority -1|0|1|2Emergency priority example:
PUSHOVER_APP_TOKEN=... PUSHOVER_USER_KEY=... \
node skills/pushover-notify/scripts/pushover_send.js \
--title "ALERT" \
--message "Something is on fire" \
--priority 2 --retry 60 --expire 3600
references/pushover-api.md.cron to schedule reminders; the cron job text can instruct Ted to run this skill.Generated Mar 1, 2026
IT teams can use this skill to send immediate push notifications for server downtime, high CPU usage, or security breaches. It ensures critical alerts reach on-call engineers via their phones, enabling rapid response to incidents.
Individuals can set up automated reminders for tasks like medication schedules, meeting alerts, or daily to-do lists. By integrating with cron jobs, it provides reliable out-of-band notifications directly to their mobile devices.
Online retailers can notify customers about order confirmations, shipping status, or delivery alerts via push notifications. This enhances customer experience by providing timely updates without relying on email alone.
Smart home or industrial IoT systems can send alerts for events like sensor thresholds being exceeded, equipment failures, or maintenance reminders. It allows users to monitor devices remotely with instant notifications.
Healthcare providers can use this skill to send alerts for patient vitals, appointment reminders, or emergency health updates. It ensures critical health information is delivered promptly to caregivers or patients.
Offer a managed notification service with tiered plans based on volume of notifications, priority levels, and integration support. Revenue comes from monthly or annual subscriptions, with potential upsells for advanced features like analytics.
Provide a free tier with basic notification capabilities and limited usage, then charge for premium features such as higher priority alerts, custom sounds, or increased notification limits. Revenue is generated from upgrades and enterprise plans.
License the notification technology to other businesses for integration into their own products, such as apps or platforms. Revenue is earned through licensing fees, customization services, and ongoing support contracts.
💬 Integration Tip
Set environment variables for credentials to avoid hardcoding, and use cron jobs for scheduling recurring notifications to automate workflows efficiently.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.