Haiku skills notifications
Skill ggozad/haiku.skills/skills/notifications/haiku_skills_notifications
Send and receive push notifications via ntfy.sh.From its SKILL.md
npx -y skills add ggozad/haiku.skills --skill haiku_skills_notificationsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 170 tokens by cl100k_base, as published. Nobody here has run it
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
- Use
send_notificationto send a message to a topic. - Use
read_notificationsto check for incoming messages on a topic. - 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
titleparameter for structured notifications. - Use
priorityto signal urgency (1=min, 3=default, 5=max). - The
sinceparameter onread_notificationscontrols how far back to look (e.g. "10m", "1h", "all").
What ships with it: 4 files
6.8 KB alongside SKILL.md, 4 of them executable
- __init__.pyruns3.5 KB
- _ntfy.pyruns364 B
- _read_notifications.pyruns1.8 KB
- _send_notification.pyruns1.1 KB