ntfy-notify

Send ntfy.sh notifications with curl, including advanced headers like title, priority, tags, click links, action buttons, and image attachments. Use when a user asks to send basic or rich ntfy notifications to a topic.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ntfy-notify" with this command: npx skills add BigCat-byebye/ntfy-notify

ntfy-notify

Send notifications to ntfy topics.

Author

Default topic

  • CaptainDragonflyBot-TopicTest001

Script

Use:

skills/ntfy-notify/scripts/send_ntfy.sh

Parameters

  • --topic topic name
  • --message body text
  • --title notification title
  • --priority 1-5
  • --tags comma-separated tags
  • --click URL opened on tap
  • --actions ntfy actions header string (supports buttons)
  • --attach URL to an image/file shown as attachment
  • --filename optional attachment filename hint

Button format

Pass buttons via --actions as a variable string.

Example format:

view, Open docs, https://docs.openclaw.ai; http, Trigger API, https://example.com/hook

Examples

Basic (explicit message):

skills/ntfy-notify/scripts/send_ntfy.sh --message "你好,老爷"

Default message (omit --message, script auto-generates timestamp text):

skills/ntfy-notify/scripts/send_ntfy.sh

Rich notification with buttons and image:

skills/ntfy-notify/scripts/send_ntfy.sh \
  --title "Deploy finished" \
  --message "Build #42 is ready" \
  --priority 4 \
  --tags "rocket,white_check_mark" \
  --click "https://example.com/build/42" \
  --actions "view, Open build, https://example.com/build/42; view, Open docs, https://docs.openclaw.ai" \
  --attach "https://picsum.photos/1200/630"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Universal Notify

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).

Registry SourceRecently Updated
0750
Profile unavailable
Coding

workflow-migrate

Migrate N8N/Zapier/Make workflows to production-grade Python or Node.js scripts. Given a workflow description or paste, rewrites automation logic with retry,...

Registry SourceRecently Updated
0155
Profile unavailable
Coding

ZeeLin Auto-PPT

自动生成精美 PPT 演示文稿 — 通过 Google NotebookLM 生成图文并茂、设计感十足的 AI 幻灯片,导出 PDF 到桌面。用户需自行登录 NotebookLM 网页版。标题微软雅黑 40 号加粗,排版震撼,逻辑图清晰,内容有深度有创新,引用权威数据。配合 desearch skill 使用效果...

Registry SourceRecently Updated
1450
Profile unavailable