notify

Publish JSON payloads with title and message fields to ntfy.sh.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/mgreenly/ikigai --skill notify-mgreenly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify
Source: https://github.com/mgreenly/ikigai/tree/main/.claude/library/notify
Command: npx skills add https://github.com/mgreenly/ikigai --skill notify-mgreenly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Sending timely push notifications to users when attention is needed, simplifying alerting workflows and improving response times.

Core Features & Use Cases

  • Push alerts: Publish instant notifications to ntfy.sh channels or devices.
  • Flexible payloads: Accept a JSON payload with title and message fields to convey essential information.
  • Use Case: Notify a developer when a build finishes or a task completes without polling.

Quick Start

Pipe a JSON payload to the script to send a push notification.

Frequently Asked Questions about notify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send push notifications from a script using ntfy.sh?

You can send push notifications by piping a JSON payload containing a required message field and an optional title to the script, which publishes the alert to an ntfy.sh channel.

Can I use ntfy.sh to get alerted when a build finishes without polling?

Yes, ntfy.sh is suitable for simple alerting workflows like notifying a developer when a build finishes or a task completes, delivering instant push alerts to devices.

What JSON payload format is required to publish alerts to ntfy.sh?

The required JSON payload format includes a mandatory message field and an optional title field to convey essential information for the push notification.

Are there any external dependencies needed to deliver push alerts via ntfy.sh?

No external dependencies are required to deliver push alerts via ntfy.sh, as the script relies solely on publishing a JSON payload to the ntfy.sh service.

When should I use ntfy.sh for push notifications instead of other alerting tools?

You should use ntfy.sh for simple alerting workflows such as task completion reminders and status updates, rather than complex notification routing or polling mechanisms.

Why is my ntfy.sh push notification not delivering the message?

Your ntfy.sh push notification may fail if the JSON payload lacks the required message field, which is mandatory for publishing alerts through the script.