tmux

Manage tmux sessions, send keystrokes, and capture pane output.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Qcasares/saas-app --skill tmux-qcasares
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/Qcasares/saas-app/tree/main/skills/tmux
Command: npx skills add https://github.com/Qcasares/saas-app --skill tmux-qcasares

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a way to remotely control tmux sessions, send keystrokes, and scrape pane output, which is useful for interactive CLIs and managing multiple coding agents.

Core Features & Use Cases

  • Remote tmux Control: Send keystrokes to tmux sessions and capture pane output.
  • Session Management: Create, attach to, and manage tmux sessions from scripts.
  • Agent Orchestration: Run multiple coding agents in parallel within tmux sessions.
  • Use Case: Automate tasks like running Python repls in separate tmux sessions for parallel coding tasks.

Quick Start

Start a new tmux session named 'clawdbot-python' and attach to it:

tmux -S "$SOCKET" attach -t "clawdbot-python"

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I send keystrokes to a tmux session programmatically?

You can send keystrokes to a tmux session programmatically by using this Skill to remotely control interactive CLIs, automate session creation, and scrape pane output. It manages sessions via scripts.

What is the best way to run multiple coding agents in parallel using tmux?

The best way to run multiple coding agents in parallel using tmux is through agent orchestration, which creates and manages separate sessions for parallel processing. This Skill automates that session management workflow.

Can I capture and scrape pane output from a remote tmux session?

Yes, you can capture and scrape pane output from a remote tmux session. This Skill provides remote control capabilities to send keystrokes and extract output, useful for interacting with dynamic command-line interfaces.

Do I need tmux installed to automate interactive CLIs on macOS?

Yes, you need tmux installed to automate interactive CLIs on macOS. This Skill requires the tmux dependency and supports macOS and Linux operating systems for session management and parallel processing.

How do I create and attach to a new tmux session from a script?

To create and attach to a new tmux session from a script, use the command `tmux -S "$SOCKET" attach -t "session_name"`. This Skill handles session management for interactive command-line interfaces and automation.