A specialized skill for sending real-time push notifications to a Gotify server upon task completion or system events.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gotify
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 gotify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gotify notification skill is a powerful extension designed for AI agents to bridge the gap between background processing and user awareness. By integrating with a self-hosted Gotify server, this addition to your library of Openclaw Skills allows your coding agent to keep you informed about long-running builds, deployment statuses, or critical errors via mobile and desktop alerts. It ensures that you stay productive without needing to constantly monitor terminal output for task completion.
This skill is engineered to handle everything from basic text alerts to rich, Markdown-formatted status reports. Whether you are managing a complex CI/CD pipeline or simply want a ping when a research subagent finishes its work, this implementation within Openclaw Skills provides a reliable, secure, and private way to manage agent-to-human communications.
To enable this functionality in your set of Openclaw Skills, you must first ensure curl and jq are installed on your system. Create a configuration file at ~/.clawdbot/credentials/gotify/config.json with your server details:
{
"url": "https://gotify.example.com",
"token": "YOUR_APP_TOKEN"
}
You can generate the token by navigating to Settings -> Apps -> Create Application within your Gotify web interface.
The skill manages its operations through a structured configuration and specific command-line parameters. Below is the metadata taxonomy for this skill:
| Parameter | Description | Requirement |
|---|---|---|
| message | The main text content of the notification | Required |
| title | The header displayed at the top of the alert | Optional |
| priority | Numeric value (0-10) defining urgency and device behavior | Default: 5 |
| markdown | Boolean flag to enable rich formatting in the message | Optional |
| url | Your private Gotify instance endpoint | Config Only |
| token | Secure API key for your specific Gotify application | Config Only |
Loading
An intelligent project management system that breaks down complex goals and orchestrates AI sub-agents using cost-effective model selection.

A specialized knowledge retrieval tool that enables AI agents to query and extract authoritative encyclopedia data from Baidu Baike.

An intelligent web scraping tool that extracts clean main body content and converts it to Markdown for AI processing.

A high-performance web content extractor that transforms messy HTML into clean, LLM-ready Markdown while removing noise and reducing token usage.

A comprehensive integration for managing, searching, and organizing bookmarks through the Linkding REST API.

A comprehensive API integration for searching across torrent and Usenet indexers and managing Prowlarr settings.








































