tmux-cli
Installation
SKILL.md
tmux-cli
Instructions
- Use the
tmux-clicommand to communicate with other CLI Agents or Scripts in other tmux panes. Dotmux-cli --helpto see how to use it!- This command depends on installing the
claude-code-tools. If you get an error indicating that the command is not available, ask the user to install it using:uv tool install claude-code-tools. - When using tmux-cli to connect to remote machines you must run it outside the sandbox (the tmux socket is outside the sandbox's allowed paths, and the pane's
sshneeds the environment's SSH auth). A sandboxedcapturereturns empty. Allow-listtmux-clionce to avoid repeated approval prompts.
- This command depends on installing the
- When you are finished with all tasks that you need tmux-cli for clean up the session.
Remote SSH hosts (default pattern)
When you need to run more than one command on a remote host over SSH, do NOT issue repeated one-off ssh host 'cmd' calls - each re-authenticates and needs its own approval. Open ONE persistent session and drive it. This is the default for any multi-command remote work.