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

macOS Notification Reader

Reads recent macOS notifications from the local database and exports them to date-organized markdown files for review and logging.

Registry SourceRecently Updated
3791Profile unavailable
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
1.1K1Profile unavailable
Coding

workspace-backup-github

Backup AI Agent workspace to GitHub - One-click backup for OpenClaw, Claude Code, Cursor, and other AI Agent workspaces to a private GitHub repository. Suppo...

Registry SourceRecently Updated
2780Profile unavailable
Coding

alfred-github-backup

GitHub 仓库备份技能 - 将 OpenClaw 工作空间备份到 GitHub 私有仓库。 支持两种模式:(1) 自动模式 - 定时自动备份 (2) 手动模式 - 交互式配置向导。 自动引导用户完成:GitHub Token 配置 → 仓库创建 → 初始化备份 → 设置定时任务。 用途:(1) 首次设置 (2...

Registry SourceRecently Updated
2720Profile unavailable