Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send notifications through multiple channels with a single script. Supports ntfy.sh (free, no signup), Gotify (self-hosted), generic webhooks, email (SMTP/curl), Telegram Bot API, and Pushover. Use when sending alerts, monitoring notifications, deployment notices, or any event that needs to reach a human through their preferred channel. Unified interface with priority levels (low/normal/high/urgent).
Send notifications through multiple channels with a single script. Supports ntfy.sh (free, no signup), Gotify (self-hosted), generic webhooks, email (SMTP/curl), Telegram Bot API, and Pushover. Use when sending alerts, monitoring notifications, deployment notices, or any event that needs to reach a human through their preferred channel. Unified interface with priority levels (low/normal/high/urgent).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Send notifications via scripts/notify.sh: # ntfy.sh (free, no auth needed) scripts/notify.sh --channel ntfy --topic myalerts --message "Disk 90%!" --priority urgent # Gotify (self-hosted) scripts/notify.sh --channel gotify --url https://gotify.local --token TOKEN --message "Deploy done" # Webhook (generic JSON POST) scripts/notify.sh --channel webhook --url https://hooks.example.com/abc --message "Event fired" # Email scripts/notify.sh --channel email --smtp smtp://mail:587 --from a@x.com --to b@y.com --subject "Alert" --message "Check server" # Telegram scripts/notify.sh --channel telegram --bot-token BOT:TOK --chat-id 12345 --message "Hello" # Pushover scripts/notify.sh --channel pushover --app-token X --user-key Y --message "Alert" --priority high
All channels support --message (required), --title (optional), and --priority low|normal|high|urgent (default: normal).
curl (standard on most systems) No API keys needed for ntfy.sh โ other channels require their respective credentials
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.