
Terminal Notify
- 7 repo stars
- Updated August 1, 2026
- trancong12102/agentskills
Helps with ai & agent building tasks.
About
terminal-notify is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- terminal-notify
- AI & Agent Building
- AI-coding skill
Terminal Notify by the numbers
- Data as of Aug 2, 2026 (Skillselion catalog sync)
/plugin marketplace add trancong12102/agentskills/plugin install terminal-notify@agentskillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 7 |
|---|---|
| Last updated | August 1, 2026 |
| Repository | trancong12102/agentskills ↗ |
What it does
Helps with ai & agent building tasks.
README.md
Terminal Notify
Desktop notifications for Claude Code — works in any terminal that supports OSC 9 (Ghostty, iTerm2, Windows Terminal, etc.) and inside tmux.
How It Works
| Event | When |
|---|---|
| Stop | Claude finishes its response |
| Notification | Claude sends a notification |
| AskUserQuestion | Claude is about to ask you a question |
| ExitPlanMode | Claude exits plan mode |
Each notification sends:
- Bell — dock bounce + badge (macOS)
- OSC 9 — desktop notification banner with the last response (truncated to 100 chars)
All hooks run asynchronously so they never block Claude's response.
Direct terminal — writes OSC 9 to the current TTY. Inside tmux — bypasses tmux by writing directly to the outer terminal's TTY.
Prerequisites
- A terminal that supports OSC 9 notifications (Ghostty, iTerm2, Windows Terminal, etc.)
- jq — for parsing hook event JSON
- tmux (optional) — automatically detected and handled
Installation
In Claude Code, add the marketplace and install:
/plugin marketplace add trancong12102/agentskills
/plugin install terminal-notify@agentskills
No configuration needed.
License
MIT — Cong Tran