Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
asermax avatar

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@seemux

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars9
Last updatedJuly 8, 2026
Repositoryasermax/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
  • socat installed (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:

  1. Checks for $SEEMUX_SOCKET and $SEEMUX_SESSION_ID env vars (set by seemux for each terminal)
  2. Reads the event JSON from stdin
  3. 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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.