Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send push notifications via Gotify when long-running tasks complete or important events occur. Use when the user asks to "send a Gotify notification", "notify me when this finishes", "push notification", "alert me via Gotify", or wants to be notified of task completion.
Send push notifications via Gotify when long-running tasks complete or important events occur. Use when the user asks to "send a Gotify notification", "notify me when this finishes", "push notification", "alert me via Gotify", or wants to be notified of task completion.
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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Send push notifications to your Gotify server when long-running tasks complete or important events occur.
This skill enables Clawdbot to send push notifications via Gotify, useful for: Alerting when long-running tasks complete Sending status updates for background operations Notifying of important events or errors Integration with task completion hooks
Create the credentials file: ~/.clawdbot/credentials/gotify/config.json { "url": "https://gotify.example.com", "token": "YOUR_APP_TOKEN" } url: Your Gotify server URL (no trailing slash) token: Application token from Gotify (Settings → Apps → Create Application)
bash scripts/send.sh "Task completed successfully"
bash scripts/send.sh --title "Build Complete" --message "skill-sync tests passed"
bash scripts/send.sh -t "Critical Alert" -m "Service down" -p 10
# Run long task ./deploy.sh && bash ~/clawd/skills/gotify/scripts/send.sh "Deploy finished"
When Clawdbot supports task completion hooks, this skill can be triggered automatically: # Example hook configuration (conceptual) { "on": "task_complete", "run": "bash ~/clawd/skills/gotify/scripts/send.sh 'Task: {{task_name}} completed in {{duration}}'" }
-m, --message <text>: Notification message (required) -t, --title <text>: Notification title (optional) -p, --priority <0-10>: Priority level (default: 5) 0-3: Low priority 4-7: Normal priority 8-10: High priority (may trigger sound/vibration) --markdown: Enable markdown formatting in message
# After spawning subagent sessions_spawn --task "Research topic" --label my-research # ... wait for completion ... bash scripts/send.sh -t "Research Complete" -m "Check session: my-research"
if ! ./critical-task.sh; then bash scripts/send.sh -t "⚠️ Critical Failure" -m "Task failed, check logs" -p 10 fi
When the user says: "Notify me when this finishes" → Add && bash scripts/send.sh "Task complete" to their command "Send a Gotify alert" → Run bash scripts/send.sh with their message "Push notification for task completion" → Integrate into their workflow with appropriate title/priority Always confirm the notification was sent successfully (check for JSON response with message ID).
Requires network access to your Gotify server App token must have "create message" permission Priority levels affect notification behavior on client devices Markdown support depends on Gotify client version (most modern clients support it)
Gotify API docs: https://gotify.net/docs/ Gotify Android/iOS apps for receiving notifications
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.