
Seemux Hooks
- 9 repo stars
- Updated July 8, 2026
- asermax/seemux
Claude Code hooks for seemux terminal multiplexer — sends session events via Unix socket for real-time status and notifications
About
seemux-hooks is a Claude Code skill in the AI & Agent Building category. Claude Code hooks for seemux terminal multiplexer — sends session events via Unix socket for real-time status and notifications
- seemux-hooks
- AI & Agent Building
- AI-coding skill
Seemux Hooks by the numbers
- Data as of Jul 9, 2026 (Skillselion catalog sync)
/plugin marketplace add asermax/seemux/plugin install seemux-hooks@seemuxAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 9 |
|---|---|
| Last updated | July 8, 2026 |
| Repository | asermax/seemux ↗ |
What it does
Claude Code hooks for seemux terminal multiplexer — sends session events via Unix socket for real-time status and notifications
README.md
seemux-hooks
Claude Code plugin that connects Claude sessions to the seemux terminal multiplexer.
When installed, Claude Code lifecycle events (session start, stop, notifications, tool use, etc.) are sent to seemux via Unix socket, enabling real-time status indicators and notification badges on your terminal tabs.
Requirements
- seemux running as your terminal
socatinstalled (used to send messages to the Unix socket)
Install
# Add the seemux marketplace
claude /plugins marketplace add github asermax/seemux
# Install the plugin
claude /plugins install seemux-hooks
How it works
The plugin registers hooks for key Claude Code events. Each hook runs a script that:
- Checks for
$SEEMUX_SOCKETand$SEEMUX_SESSION_IDenv vars (set by seemux for each terminal) - Reads the event JSON from stdin
- Sends it to seemux's Unix socket via
socat
Seemux receives these events and updates the sidebar with status pills (Running, Needs Input, Completed, Error) and notification badges.
If you're not running inside a seemux terminal, the hooks exit silently with no side effects.