Iterm notify
Skill harnessprotocol/harness-kit/plugins/iterm-notify/skills/iterm-notify
macOS desktop notifications and iTerm2 badge management for Claude Code lifecycle events. Not a slash command — this plugin provides hook scripts. See README for wiring instructions.From its SKILL.md
npx -y skills add harnessprotocol/harness-kit --skill iterm-notifyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `brew install terminal-notifier` and 1 more.
SKILL.md
0.9 KB, 188 tokens by cl100k_base, as published. Nobody here has run it
iterm-notify
Provides notify.sh — a hook script that fires on Claude Code Notification and Stop events.
Not a slash command. Wire it in ~/.claude/settings.json — see README.
What it does
On Notification (Claude needs attention):
- Bounces the iTerm2 dock icon once
- Sets an iTerm2 badge:
<topic> ⚡(or just⚡if no topic file) - Sends a macOS desktop notification via
terminal-notifierwith a click-to-focus action
On Stop (Claude finished):
- Clears the iTerm2 badge
Prerequisites
- macOS with iTerm2
terminal-notifier:brew install terminal-notifierjq:brew install jq
Wiring
See README for setup instructions.
What ships with it: 1 file
1.6 KB alongside SKILL.md
- README.md1.6 KB