tmux

Automate tmux sessions by sending keys and capturing pane output.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill tmux-geezerrrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/tmux
Command: npx skills add https://github.com/geezerrrr/motive --skill tmux-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux.

What problem does it solve?

Managing and scripting interactive terminal work across multiple panes is tedious and error-prone; tmux enables programmatic control to keep long-running tasks organized and repeatable.

Core Features & Use Cases

  • Remote control of tmux sessions: script keystrokes and commands across panes.
  • Pane output capture: collect and inspect text from sessions for monitoring and decision making.
  • Orchestrate coding agents: run multiple sessions in parallel for debugging, builds, and experimentation.
  • Use Case: automate a long-running CLI workflow by spawning a session, sending inputs, and polling for prompts.

Quick Start

Launch a tmux session, attach to it, and begin sending keystrokes to a pane while streaming captured output for automation.

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 workflows across multiple tmux panes?

You can automate interactive CLI workflows by spawning a tmux session, sending scripted keystrokes to specific panes, and polling for prompts to drive long-running tasks programmatically.

Can I capture pane output from a tmux session for monitoring and decision making?

Yes, you can capture and inspect text output from tmux panes to monitor session state and enable automated decision making based on the streamed terminal content.

Do I need tmux installed locally to use terminal automation for session management?

Yes, tmux must be installed on your macOS or Linux environment to use this remote control automation, as the skill directly relies on the tmux dependency for session orchestration.

What is the best way to orchestrate multiple coding agents in parallel using terminal sessions?

Orchestrating coding agents in parallel involves spawning multiple tmux sessions to manage builds, debugging, and experimentation simultaneously while sending inputs and capturing outputs.

Does tmux session automation work on macOS and Linux for remote terminal control?

Yes, tmux session automation supports both macOS and Linux environments, allowing you to script keystrokes, capture pane output, and orchestrate terminal tasks across both platforms.

Why should I use scripted tmux control instead of manually managing terminal panes?

Scripted tmux control eliminates the tedium and errors of manual terminal management by programmatically organizing long-running tasks, ensuring repeatability across multi-pane workflows.