hitch
Share live terminal sessions with coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Hitch?โผ
Run `npx skills add maxktz/hitch --all -g -y` in your terminal to install the skill globally. You also need the CLI itself via `npm install -g hitch-cli`, then run `hitch` to start sharing.
What does Hitch do?โผ
Hitch lets your coding agent see and control the terminals you already have open, so it can read logs, send keystrokes, and run commands without you copy-pasting output.
How is Hitch different from tmux?โผ
Hitch is not a terminal multiplexer UI. Your terminal still feels like a normal shell; Hitch just proxies input and output and exposes agent-friendly commands like context, send-keys, and capture.
Can agents run commands in my dev server terminal?โผ
No, not by default. Hitch blocks sending shell commands into terminals with running processes like dev servers, so agents inspect logs instead of corrupting the running process.
Which platforms does Hitch support?โผ
Hitch runs on macOS and Linux on both arm64 and x64 architectures.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core