notify

Send real-time push alerts to users via ntfy.sh with a required message.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People often miss important updates because timely alerts don't reach users. This Skill enables sending push notifications when attention is needed using ntfy.sh.

Core Features & Use Cases

  • Simple, title-capable push notifications via ntfy.sh
  • Supports an optional title and a required message payload
  • Use cases include status updates, alerts for incidents, reminders, and critical notifications

Quick Start

Call the notify script with a JSON payload containing an optional title and a required message to trigger 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 to users when an incident or status update occurs?

To send push notifications, you can trigger an alert via ntfy.sh by providing a JSON payload with a required message and an optional title. This delivers real-time updates to users for incidents, reminders, or critical status changes.

What is the minimum payload required to trigger a push notification via ntfy.sh?

The minimum payload required to trigger a push notification via ntfy.sh is a JSON object containing a message string. You can also include an optional title field to provide a header for the user alert.

Can I use ntfy.sh for automated reminders and critical alerts in administrative workflows?

Yes, you can use ntfy.sh for automated reminders and critical alerts in administrative contexts. It delivers real-time push notifications to ensure users receive timely updates when immediate attention is required.

Does this notification approach require any specific messaging dependencies or external libraries?

No specific messaging dependencies or external libraries are required. You simply call the notify script with your JSON payload, and it handles the delivery of real-time push alerts directly through the ntfy.sh service.

Why use ntfy.sh for user alerts instead of other messaging automation tools?

Using ntfy.sh for user alerts provides a lightweight, dependency-free method to deliver real-time push notifications. It is ideal for scenarios needing immediate attention, such as critical incident alerts or status updates, without complex setup.