tmux

Create and control tmux sessions for remote interactive terminal workflows.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DevMewada1299/ClearBot --skill tmux-devmewada1299
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/DevMewada1299/ClearBot/tree/main/PhyAgentOS/skills/tmux
Command: npx skills add https://github.com/DevMewada1299/ClearBot --skill tmux-devmewada1299

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Remote-control tmux sessions to enable interactive CLI work across environments without manual session setup.

Core Features & Use Cases

  • Remote session management: create, attach, and manage multiple tmux sessions from a central controller.
  • Pane output scraping: capture and inspect pane output for live monitoring and automation.
  • Use Case: orchestrate parallel coding agents by spawning separate sessions and feeding commands, then aggregating results.

Quick Start

Start a new detached tmux session named PhyAgentOS and attach to it to begin interactive commands.

Frequently Asked Questions about tmux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multiple tmux sessions across remote hosts?

Remote tmux session management allows you to create, attach, and control multiple terminal shells across hosts from a central controller, handling socket configuration and session creation deterministically.

What is the best way to automate sending keystrokes to a detached terminal session?

Sending keystrokes to a detached terminal session is done by programmatically feeding commands into specific tmux panes, enabling automated interactive CLI workflows without manual shell input.

How do I capture pane output for live monitoring in tmux?

Capturing tmux pane output for live monitoring is done by scraping and inspecting terminal screen content, enabling automation scripts to react to and aggregate live command results.

Can I use tmux orchestration to run parallel coding agents in separate shells?

Yes, tmux orchestration supports running parallel coding agents by spawning separate detached sessions, feeding commands to each, and aggregating pane outputs for centralized monitoring.

Do I need any specific dependencies to run remote terminal workflows with tmux?

No external dependencies are required; tmux orchestration relies on built-in environment checks and error handling to reliably manage remote interactive terminal workflows across containers and hosts.