notification-toolkit

notification-toolkit is a skill for Claude Code, Codex from pick/prompt-chime. It costs 44 tokens per session (660 once invoked), scanned A, original, MIT.

A command-line tool for managing Prompt Chime sounds and notification settings. It covers alerts for completed, failed, or long-running prompts, plus profiles and project-specific choices.

In plain words
What is it for?
Use it to list or preview sounds, assign sounds to events, change volume, switch profiles, set quiet hours, and configure per-project sounds.
Why use it?
It removes the need to change notification sounds and volume manually or use the same alert settings for every project.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the prompt-chime plugin — 1 skill, 1 hook shipped together

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.

agentmods
npx agentmods add skills/pick/prompt-chime/notification-toolkit
Any agent
npx skills add pick/prompt-chime --skill notification-toolkit
Clone the repo
git clone --depth 1 https://github.com/pick/prompt-chime

Made for: Claude Code, Codex.

Or install prompt-chime, the plugin that ships this one along with the rest of its 1 skill, 1 hook.

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 notification-toolkit

README.md
[![agentmods](https://agentmods.dev/badge/skills/pick/prompt-chime/notification-toolkit.svg)](https://agentmods.dev/skills/pick/prompt-chime/notification-toolkit)
Your own site
<a href="https://agentmods.dev/skills/pick/prompt-chime/notification-toolkit"><img src="https://agentmods.dev/badge/skills/pick/prompt-chime/notification-toolkit.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00044 $0.00660
Opus 5 $0.00022 $0.00330
Sonnet 5 $0.00009 $0.00132
Haiku 4.5 $0.00004 $0.00066

Measured 4d ago against content hash d9fbd6f32434, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

notification-toolkit 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 4d ago.

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/notification-toolkit/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Prompt Chime Notification Toolkit

You have access to a notification management CLI at ${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh.

Available Commands

Run these via bash:

Command Description
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" list List available sounds
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" preview <sound> Play a sound
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" set <event> <sound> Set sound for event (stop|error|long_running)
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" profile list List profiles
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" profile use <name> Switch active profile
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" profile create <name> [sound] [volume] Create a profile
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" project set <path> <sound> Set per-project sound
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" project remove <path> Remove project override
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" volume <0-100> Set volume
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" quiet on|off [start] [end] Toggle quiet hours
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" toast on|off Toggle toast notifications
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" status Show current settings
bash "${CLAUDE_PLUGIN_ROOT}/scripts/manage.sh" test Fire a test notification

How It Works

  • A Stop hook fires notify.sh every time the assistant finishes responding
  • notify.sh reads scripts/config.json, detects the OS, and plays the appropriate sound + toast
  • Works on Windows (PowerShell MediaPlayer + balloon tip), macOS (afplay + osascript), and Linux (paplay/aplay + notify-send)
  • Users can drop custom .wav/.mp3 files in scripts/sounds/custom/

Config Location

${CLAUDE_PLUGIN_ROOT}/scripts/config.json

When Users Ask About Notifications

  • "Change my notification sound" → manage.sh set stop <sound> or manage.sh profile use <name>
  • "Turn off notifications" → manage.sh toast off or edit config enabled: false
  • "Make it quieter at night" → manage.sh quiet on 22:00 08:00
  • "Different sound for this project" → manage.sh project set <path> <sound>
  • "What sounds are available?" → manage.sh list

Read the full file on GitHub · 48 lines

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. 4d ago First seen · 48 lines · 44 tokens per session scan A d9fbd6f32434

Subscribe to this mod's changes

notification-toolkit is a skill published in the GitHub repository pick/prompt-chime (0 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 660 once invoked, about $0.0002 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

novu-design-workflow

Design notification workflows the Novu way — choose channels, set severity, decide when a workflow is critical, configure digests, and route based on subscriber state. Applies to BOTH dashboard-authored and code-first (@novu/framework) workflows. Use when planning a new workflow, deciding which channels to include…

novuhq/novu · 114 tokens

human-cli

Reach the actual human you're working for via the human CLI (ask/approve/choose/tell) when you need a decision, approval, or notification and no one is watching this terminal right now. Use for background/autonomous/scheduled runs, risky or irreversible actions, and genuine multi-way ambiguity — not for routine…

novuhq/novu · 79 tokens

novu-manage-preferences

Configure notification preferences in Novu at the workflow and subscriber level. Set default channel preferences (email, SMS, push, chat, in-app), mark preferences as read-only or subscriber-editable, and manage subscriber-specific overrides. Use when setting up notification opt-in/opt-out, configuring per-channel…

novuhq/novu · 76 tokens

cross-platform

Cross-platform development patterns for macOS, Windows, and Linux.

mylee04/code-notify · 15 tokens

shell-scripting

Shell scripting best practices for cross-platform CLI tools.

mylee04/code-notify · 13 tokens

Laravel Waitlist

Conventions and APIs for the offload-project/laravel-waitlist package — multiple waitlists, entry status tracking, optional email verification, lifecycle events, mailing list sync (Mailchimp/Kit/Audienceful), and bridge into laravel-invite-only.

offload-project/laravel-waitlist · 57 tokens