ntfy-notifications

Publish self-hosted push notifications with titles, priorities, tags, and attachments.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ddnetters/homelab-agent-skills --skill ntfy-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ntfy-notifications
Source: https://github.com/ddnetters/homelab-agent-skills/tree/main/ntfy-notifications
Command: npx skills add https://github.com/ddnetters/homelab-agent-skills --skill ntfy-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a self-hosted solution for sending push notifications from scripts, cron jobs, and monitoring systems directly to your phone, ensuring you stay informed about critical events in your homelab.

Core Features & Use Cases

  • Publishing Messages: Send simple text, or rich notifications with titles, priorities, tags, and actions.
  • Authentication & Access Control: Secure your topics with token-based or basic authentication and manage user permissions.
  • Docker Deployment: Easily deploy ntfy as a service using Docker Compose.
  • Homelab Integration: Seamlessly integrate with backup scripts, container update notifications, cron jobs, and system monitoring.

Quick Start

Publish a backup completion message to your 'backups' topic using your ntfy server URL and token.

Frequently Asked Questions about ntfy-notifications

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

FAQPage Schema
How do I send self-hosted push notifications from a homelab script?

You can send self-hosted push notifications by integrating the ntfy service with your homelab scripts. It supports publishing messages with customizable titles, priorities, tags, and file attachments directly to your devices.

Can I secure push notification topics with user authentication?

Yes, push notification topics can be secured using token-based or basic authentication. You can manage user permissions and access control to protect messages sent to your self-hosted ntfy server.

Does ntfy work with Docker deployments for homelab automation?

Yes, ntfy works with Docker deployments for homelab automation. You can easily deploy the push notification service using Docker Compose to alert on container updates and system monitoring.

What's the best way to trigger event-driven alerts from cron jobs?

The best way to trigger event-driven alerts from cron jobs is using a self-hosted push notification service. This Skill allows cron jobs and backup scripts to publish rich notifications with priorities and actions.

Can I attach files and action buttons to monitoring alerts?

Yes, you can attach files and action buttons to monitoring alerts. The push notification service supports publishing rich messages that include file attachments, tags, and interactive actions for homelab events.

Why use a self-hosted push notification service instead of other monitoring tools?

You use a self-hosted push notification service to keep event-driven alerts private within your homelab. It enables secure, customizable message delivery directly to your phone without relying on external platforms.