# Notifications

> Send and receive push notifications via ntfy.sh.

- Skill: `ggozad/notifications` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add ggozad/notifications`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ggozad/notifications/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ggozad (https://skillmd.com/u/ggozad)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ggozad/notifications

---


# Notifications

Use the **send_notification** tool to publish push notifications to an ntfy.sh topic.
Use the **read_notifications** tool to poll and read cached messages from a topic.

## Workflow

1. Use `send_notification` to send a message to a topic.
2. Use `read_notifications` to check for incoming messages on a topic.
3. Topics are shared — anyone subscribed to the same topic receives the messages.

## Guidelines

- Choose descriptive, hard-to-guess topic names to avoid collisions.
- Use the `title` parameter for structured notifications.
- Use `priority` to signal urgency (1=min, 3=default, 5=max).
- The `since` parameter on `read_notifications` controls how far back to look (e.g. "10m", "1h", "all").

