Gate Inbox — Development skill for Claude Code
One terminal inbox for every coding-agent session waiting on you: Claude Code, Codex and OpenCode in tmux.
How to install Gate Inbox
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open usestring/gate-inbox and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Gate Inbox does
One terminal inbox for every coding-agent session waiting on you: Claude Code, Codex and OpenCode in tmux.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Hapi — App for Claude Code / Codex / Gemini / OpenCode, vibe coding anytime, anywhere 3.6k ★
- Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
README
A terminal board for running and triaging many AI coding-agent sessions in tmux.

Spawn two agents, watch their status, answer the waiting one from the triage queue, and it hands over the next.
Gate Inbox puts every coding agent on your machine in one list with live status, so the session that is blocked on you is visible without hunting through terminal tabs. Claude Code, Codex and OpenCode v2 work out of the box and run side by side, each in its own tmux session. Any other CLI can be added as a `[tools.]` block in the config.
It is a thin layer over the CLIs you already have. Each session launches your installed tool as-is, so your login, config files, MCP servers and every feature the tool ships carry over unchanged. Gate Inbox reads the panes; it does not sit between you and the model.
Install
Gate Inbox runs on Linux and macOS, and on Windows inside WSL2. It needs **tmux 3.1+** and **git** on `PATH`, plus at least one agent CLI. Building needs **Go 1.26.5+**.
git clone https://github.com/usestring/gate-inbox.git
cd gate-inbox
go build -o gate-inbox .
Or `go install github.com/usestring/gate-inbox@latest`, which puts `gate-inbox` in `$(go env GOPATH)/bin`. [`docs/install.md`](docs/install.md) covers optional dependencies, WSL and updating.
Quick start
gate-inbox
nstarts an agent in the group under the cursor and focuses it. Type the task.ctrl+qgoes back to the list. Each row shows its status as the agent works.i
Related Skills
Agent Hop
Runtime for coding-agent harnesses. Run Claude Code, Codex, OpenCode, Pi, and Grok in one terminal; hop live b
Tmux Rc
Watch and control whatever runs in a tmux pane — Codex, Claude Code, Gemini CLI, OpenCode, or any program that
Agent Frow
Your coding agents, live on a Corsair keyboard's RGB F-row via iCUE: every Claude Code and Codex session (Wind
Nightmux
Your night crew, on Telegram. Run Claude Code, Codex or any terminal agent from a Telegram topic — one topic p
Corral
Corral: terminal session handoff for Claude Code, Codex, OpenCode, Kimi, Cursor, and Pi.
PrAImate
A terminal launcher for agent CLIs — Claude Code, Codex CLI, OpenCode, Gemini CLI, DeepSeek-TUI — that pairs e
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode
Session Error Analyzer
Analyzes specific AI IDE sessions (Claude Code, OpenAI Codex, OpenCode) for LLM behavior errors and returns a