ntfy-publish

star 55

Publish topic-based notifications using ntfy at {{NTFY_HOST}}:{{NTFY_PORT}}.

bidewio By bidewio schedule Updated 2/21/2026

name: ntfy-publish description: "Publish topic-based notifications using ntfy at {{NTFY_HOST}}:{{NTFY_PORT}}." metadata: openclaw: emoji: "📣"


ntfy Publish

ntfy is available at http://{{NTFY_HOST}}:{{NTFY_PORT}} within the Docker network.

Send a Notification

curl -X POST "http://{{NTFY_HOST}}:{{NTFY_PORT}}/my-topic" \
  -H "Title: Deployment Complete" \
  -H "Priority: high" \
  -H "Tags: white_check_mark" \
  -d "Application deployed successfully"

Tips for AI Agents

  • Subscribe to topics for real-time event notifications.
  • Supports attachments, actions (buttons), and scheduled delivery.
  • Priority: min, low, default, high, max.
Install via CLI
npx skills add https://github.com/bidewio/better-openclaw --skill ntfy-publish
Repository Details
star Stars 55
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator