A unified notification script that sends alerts across multiple platforms like Telegram, ntfy, and SMTP through a single interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install universal-notify
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install universal-notify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Universal Notify is a streamlined notification utility designed to simplify how developers receive alerts from their automated workflows. By abstracting the unique API requirements of various communication platforms, it allows you to send notifications through a standardized command-line interface. This tool is a core component for users of Openclaw Skills who need reliable, multi-channel alerting without the overhead of writing custom integration logic for every project.
Whether you are monitoring server health, tracking long-running deployments, or building a custom bot, this skill provides a consistent way to reach your preferred device. It supports a wide range of providers including ntfy.sh, Gotify, Telegram, Pushover, and traditional Email, making it a versatile choice for any environment.
The skill requires curl to be installed on your system. No additional dependencies are needed for basic functionality. Ensure the script is executable before use.
# Grant execution permissions
chmod +x scripts/notify.sh
# Test the installation using ntfy (no signup required)
scripts/notify.sh --channel ntfy --topic test_topic --message "Openclaw Skills notification test"
Universal Notify handles data through command-line arguments and standard environment variables for credentials. The following table describes the primary data structure used by the script:
| Argument | Purpose | Required |
|---|---|---|
| --channel | Defines the delivery service (e.g., telegram, email, gotify) | Yes |
| --message | The actual text content of the notification | Yes |
| --priority | Urgency level (low, normal, high, urgent) | No |
| --title | Subject line or heading for the message | No |
| --token/--url | Channel-specific authentication and endpoints | Service dependent |
Loading
A lightweight diagnostics script to monitor thermal performance, power stability, and resource usage on Raspberry Pi hardware.

A comprehensive interface to programmatically manage Dokploy projects, deployments, and infrastructure through its native API.

Shelv converts complex PDF documents into structured, searchable Markdown filesystems that can be navigated using standard Unix tools.

The Reeflux Skill is a specialized tool for visual observation and ambient exploration of the Reeflux web environment.

A versatile speech-to-text utility that leverages OpenAI Whisper to transcribe audio and video files into multiple subtitle and text formats.

A comprehensive toolset for managing Microsoft Outlook and Hotmail email and calendar services through the Microsoft Graph API.








































