Armory
Source
Browse
Hooks

notification

Run on Claude Code notification events to surface alerts (e.g. text-to-speech, desktop toast).

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install notification --cli claude

writes the file to.claude/hooks/notificationListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/notification
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

Alternatives · Hooks

  1. cc-notify216 stars · 23 forks93.935

What it is

A Claude Code hook from disler/claude-code-hooks-mastery. Run on Claude Code notification events to surface alerts (e.g. text-to-speech, desktop toast).

When to use it

Run on Claude Code notification events to surface alerts (e.g. text-to-speech, desktop toast).

How to install / invoke

# wire the script into .claude/settings.json hooks for the matching event
curl -sL https://github.com/disler/claude-code-hooks-mastery/raw/main/.claude/hooks/notification.py -o .claude/hooks/notification.py

Notes

Extracted from .claude/hooks/notification.py. See the repo for the settings.json wiring and full implementation.

Source docstring: Determine which TTS script to use based on available API keys. Priority order: ElevenLabs > OpenAI > pyttsx3

Related

HooksPreview

permission-request

Run when a permission dialog is shown, to audit, auto-approve, or deny tool permissions.

Harnessclaude
hookdisler
Details
HooksPreview

post-tool-use

Run after every tool call to log, validate, or react to the tool's result.

Harnessclaude
hookdisler
Details