notifications

notifications is a skill for Claude Code, Codex from ggozad/haiku.skills. It costs 12 tokens per session (187 once invoked), scanned A, original, MIT.

A skill for sending and receiving push notifications through ntfy.sh, a service that delivers messages to subscribers of shared topics.

In plain words
What is it for?
Use it to publish notifications with titles and urgency levels, or to read cached messages from a chosen topic.
Why use it?
It lets a workflow alert someone or check for incoming messages without requiring them to watch the process continuously.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to publish notifications with titles and urgency levels, or to read cached messages from a chosen topic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ggozad/haiku.skills/haiku_skills_notifications
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ggozad/haiku.skills --skill haiku_skills_notifications
Clone the repo
git clone --depth 1 https://github.com/ggozad/haiku.skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for notifications

README.md
[![agentmods](https://agentmods.dev/badge/skills/ggozad/haiku.skills/haiku_skills_notifications/github.svg)](https://agentmods.dev/skills/ggozad/haiku.skills/haiku_skills_notifications)
Your own site
<a href="https://agentmods.dev/skills/ggozad/haiku.skills/haiku_skills_notifications"><img src="https://agentmods.dev/badge/skills/ggozad/haiku.skills/haiku_skills_notifications/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for notifications

Your own site · 80×15
<a href="https://agentmods.dev/skills/ggozad/haiku.skills/haiku_skills_notifications"><img src="https://agentmods.dev/badge/skills/ggozad/haiku.skills/haiku_skills_notifications.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 187 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00187
Opus 5 $0.00006 $0.00093
Sonnet 5 $0.00002 $0.00037
Haiku 4.5 $0.00001 $0.00019

Measured 12d ago against content hash ca8dbb702e60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

notifications scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (__init__.py, _ntfy.py, _read_notifications.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/notifications/haiku_skills_notifications/SKILL.md · 23 lines

What it actually says

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").
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 23 lines · 12 tokens per session scan A ca8dbb702e60

Subscribe to this mod's changes

notifications is a skill published in the GitHub repository ggozad/haiku.skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 187 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

stfu

Use this skill when the user wants terse, direct responses with no preamble, recap, filler, or unnecessary explanation. Supports persistent toggling with /stfu on and /stfu off. Applies to answers, writing, editing, commands, code changes, summaries, and any interaction where minimal output is preferred.

ofabiodev/stfu · 67 tokens

automate

Turn a workflow described or just completed in a coding agent into one focused, validated AgentUse agent. Use for make-this-repeatable, scheduled-workflow, and first-automation handoffs from third-party coding agents.

agentuse/agentuse · 46 tokens

onboarding

Guide a new AgentUse user from a confirmed project to one validated first agent and its first CLI or Web UI run. Use for terminal setup and Create my first agent handoffs.

agentuse/agentuse · 39 tokens

relay-tips

A guide for reducing Claude Code token costs, where tokens are the units used to process text and code. It examines current usage patterns and suggests ways to spend fewer tokens.

AetherCore-Dev/relay-radar · 63 tokens

token-saver

Token optimization guide for Claude Code. This skill should be used when the user wants to reduce API costs, learn model routing strategies, or understand how to use free/cheaper tools (Ollama, Haiku) instead of burning expensive Claude tokens on routine tasks. Triggers on: save tokens, reduce costs, token tips, cheap…

chidekina/aria-superpowers · 85 tokens