Tmux
Tmux allows you to manage and control multiple terminal sessions simultaneously, boosting productivity for remote work and complex tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add zhihaoairobotic-tmux npx -- -y @trustedskills/zhihaoairobotic-tmux
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"zhihaoairobotic-tmux": {
"command": "npx",
"args": [
"-y",
"@trustedskills/zhihaoairobotic-tmux"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to tmux, a terminal multiplexer. It allows you to manage multiple terminal sessions within a single window, creating persistent and detachable terminal environments. This is useful for running long-running processes or organizing complex workflows across several terminals.
When to use it
- Running server applications that require continuous uptime, even when your connection drops.
- Managing multiple SSH connections to different servers simultaneously.
- Organizing a development workflow with multiple terminal windows open for editing, compiling, and running code.
- Detaching from a long-running process and reattaching later without interruption.
Key capabilities
- Terminal multiplexing
- Session persistence
- Window and pane management
- Detachable sessions
Example prompts
- "Start a new tmux session named 'dev'"
- "List all existing tmux sessions."
- "Attach to the tmux session called 'server'."
Tips & gotchas
- Requires
tmuxto be installed on the system where the AI agent is running. - Familiarity with basic
tmuxcommands will enhance your ability to leverage this skill effectively.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.