tmux

Control tmux sessions to drive interactive CLIs from automated workflows.

2|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill tmux-zhangziliang04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/zhangziliang04/moltbot_deepseek/tree/main/skills/tmux
Command: npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill tmux-zhangziliang04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Remote-control tmux sessions to orchestrate interactive CLIs, enabling AI agents to drive panes, send keystrokes, and capture real-time output.

Core Features & Use Cases

  • Launch and manage multiple tmux sessions from AI agents.
  • Send keys, navigate windows/panes, and capture pane output for processing.
  • Coordinate parallel tasks (e.g., coding agents) in isolated sessions and collect results.

Quick Start

Create a new tmux session on a private socket, then connect to it and start driving commands from your AI workflow.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I automate interactive CLI sessions with tmux from an AI agent?

Automate interactive CLI sessions with tmux by using deterministic scripts to launch isolated sessions, send keystrokes to panes, and capture real-time output for AI agents to process.

Can I run multiple parallel coding agents in isolated tmux sessions?

You can run multiple parallel coding agents in isolated tmux sessions by utilizing private sockets for each session, enabling independent orchestration and result collection.

What is the best way to capture pane output from a tmux session for automated processing?

The best way to capture pane output from a tmux session for automated processing is through exposed deterministic scripts that monitor and retrieve real-time terminal data.

Do I need tmux installed locally to control sessions from an automated workflow?

Yes, you need tmux installed and available on your PATH to control sessions from an automated workflow, as the scripts rely on the local tmux binary to manage sockets and panes.

Why use isolated sockets when orchestrating parallel terminal sessions?

Use isolated sockets when orchestrating parallel terminal sessions to prevent cross-session interference, ensuring AI agents manipulate only their designated panes and windows.

Does this approach support discovering and monitoring existing terminal sessions?

Yes, this approach supports discovering and monitoring existing terminal sessions by exposing scripts specifically designed for session discovery and real-time pane output capture.