By TianqiZhang
Sends macOS desktop notifications when Claude Code completes a task or requires user input, using terminal-notifier for native alerts.
Windows toast notifications for Claude Code events using native Windows APIs.
No external modules required - uses native Windows toast notification APIs.
First, add the marketplace:
/plugin marketplace add TianqiZhang/claude-code-toast
Then install the plugin:
/plugin install toast-notifications@claude-code-toast
/plugin install TianqiZhang/claude-code-toast
/plugin marketplace add /path/to/claude-code-toast
/plugin install toast-notifications@claude-code-toast
Once installed, the plugin automatically:
| Event | Description |
|---|---|
Notification | Triggered when Claude Code sends a notification |
Stop | Triggered when Claude Code finishes responding |
claude-code-toast/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace manifest
├── assets/
│ └── icon.png # Notification icon
├── hooks/
│ └── hooks.json # Hook configuration
├── scripts/
│ ├── toast-notification.ps1 # Notification handler
│ └── toast-stop.ps1 # Stop event handler
├── LICENSE
└── README.md
# Test notification toast
'{"message": "Test notification", "notification_type": "info"}' | powershell -File .\scripts\toast-notification.ps1
# Test stop toast
powershell -File .\scripts\toast-stop.ps1
MIT
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tianqizhang/claude-code-toast --plugin toast-notificationsAccess official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) 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.
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.