Automatically names your tmux windows based on what you're working on with Claude.
Uses OpenAI's gpt-5-nano model.
~$0.001 per rename (input: $0.05/M tokens, output: $0.40/M tokens)
export OPENAI_API_KEY="sk-..."
claude plugin marketplace add https://github.com/Aayush9029/tmux-namer-openai.git openai
claude plugin install tmux-namer-openai@openai
After every other Claude interaction, your tmux window gets renamed based on your last 3 questions (to save costs).
Examples: food-plan, cf-deploy, fix-hook, api-routes, auth-refactor, debug-ci
MIT - Aayush Pokharel
Matches all tools
Hooks run on every tool call, not just specific ones
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub aayush9029/tmux-namer-openai --plugin tmux-namer-openaiUpdates tmux window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)
Tmux session awareness and pane interaction
Auto-generated session titles + per-session colors in the statusline, so parallel Claude Code sessions are easy to tell apart at a glance.
TMUX session awareness and process management for running services in dedicated panes
Native Windows toast notifications for Claude Code with window activation
Provides tmux-cli skill, to allow Claude-Code to interact with CLI scripts or other code-agents in tmux panes, using the `tmux-cli` command