Never miss when Claude is waiting — get notified in the way that works for your current context.
# Required: JSON parsing
brew install jq
# Recommended: Better notifications via Notification Center
brew install terminal-notifier
Without terminal-notifier, the plugin falls back to osascript (requires Script Editor notification permissions).
Edit ~/.claude/settings.json to configure providers and events:
{
"notifications": {
"providers": {
"system": { "enabled": true },
"bell": { "enabled": false },
"tts": { "enabled": false }
},
"events": {
"permission_prompt": ["system"],
"idle_prompt": ["system"],
"Stop": ["system"]
}
}
}
| Provider | Description | Dependencies |
|---|---|---|
system | macOS Notification Center banners | terminal-notifier (recommended) |
bell | Terminal bell sound | None |
tts | Text-to-speech | macOS say command |
permission_prompt — Claude needs permission to proceedidle_prompt — Claude is waiting for inputelicitation_dialog — Claude is asking a questionStop — Agent completedSubagentStop — Subagent completedBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimConnect to multiple self-hosted mail servers — IMAP, SMTP, Sieve filters, CalDAV calendars, and CardDAV contacts
npx claudepluginhub disko/claude-notifyUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.