ntfy

Send customizable push notifications via the ntfy REST API using Node.js scripts.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/PlebeiusGaragicus/dot-pi --skill ntfy-plebeiusgaragicus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ntfy
Source: https://github.com/PlebeiusGaragicus/dot-pi/tree/main/shared/skills/ntfy
Command: npx skills add https://github.com/PlebeiusGaragicus/dot-pi --skill ntfy-plebeiusgaragicus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node-fetch, and includes scripts (resource) components.

What problem does it solve?

This Skill allows seamless delivery of push notifications to phones and desktops, removing the need for manual message sending or app integrations.

Core Features & Use Cases

  • Real-time Alerts: Send immediate notifications for system updates, alerts, or reminders.
  • Customizable Messages: Adjust notification titles, priorities, and tags to suit different scenarios.
  • Use Case: Deploy this Skill to notify your team instantly when a build process completes or an important event occurs, ensuring prompt awareness.

Quick Start

Use the ntfy skill to send a message saying "Update completed" to your devices using a simple node command.

Frequently Asked Questions about ntfy

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

FAQPage Schema
How do I send push notifications from a Node.js script?

To send push notifications, this Skill uses Node.js scripts to communicate with the ntfy REST API, facilitating instant delivery of customizable alerts to phones and desktops without manual message sending.

Can I customize push notification titles and priorities via the REST API?

Yes, you can customize push notifications by adjusting message titles, priorities, and tags via the ntfy REST API to suit different alerting scenarios like system monitoring or team coordination.

Do I need node-fetch to send instant alerts to devices?

Yes, you need the node-fetch dependency installed in your Node.js environment to execute the scripts that communicate with the ntfy REST API for delivering instant push notifications.

What is the best way to notify a team when a build process completes?

The best way to notify a team is deploying this Skill to send immediate push notifications with customizable messages and priorities via the ntfy service, ensuring prompt awareness of important events.

Are there limitations when using ntfy for system monitoring alerts?

While suitable for system monitoring and personal reminders, this Skill provides a basic implementation for push notifications, relying strictly on the ntfy REST API and Node.js scripts without complex app integrations.