tmux

Send keystrokes and read pane output to control tmux sessions.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill tmux-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/tmux
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill tmux-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

Core Features & Use Cases

  • Remote-control of tmux sessions to automate commands across panes and windows.
  • Orchestrate multi-pane workflows for debugging, development, and long-running tasks.
  • Use cases include monitoring, automated command sequences, and scripted session orchestration.

Quick Start

Create or attach to a tmux session and start sending keystrokes while reading pane output using the provided tools.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I automate commands across multiple tmux panes?

You can automate commands across multiple tmux panes by sending keystrokes to sessions and scraping pane output. This Skill orchestrates multi-pane workflows by remotely controlling interactive CLIs for debugging and development tasks.

Can I monitor long-running terminal sessions and wait for specific output?

Yes, you can monitor long-running terminal sessions and wait for specific output using the wait-for-text script. It scrapes pane output to synchronize automated actions once expected text appears in the session.

Does this tmux orchestration tool work on macOS and Linux?

Yes, this tmux orchestration tool works on both macOS and Linux. It requires the tmux binary installed and available on your system PATH to manage sessions, monitor output, and execute scripted workflows.

What do I need to control interactive CLIs through tmux session management?

To control interactive CLIs through tmux session management, you need the tmux binary on your PATH. The Skill uses included scripts like find-sessions to locate sessions and send keystrokes for automation.

Why use tmux session orchestration for debugging workflows?

Use tmux session orchestration for debugging workflows to remotely control multi-pane environments and automate command sequences. It allows you to send keystrokes and read pane output to drive interactive CLIs without manual intervention.