tmux

Send keystrokes and scrape pane output from tmux sessions.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill tmux-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/tmux
Command: npx skills add https://github.com/bitan-del/gods-eye --skill tmux-bitan-del

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

  • List and inspect multiple tmux sessions and panes from automation.
  • Send keys to targeted sessions to drive interactive commands safely.
  • Capture pane output for monitoring long-running processes and debugging.

Quick Start

Invoke the tmux skill to list active sessions and capture pane output for a running interactive session.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I automate tmux session control for interactive CLI workflows?

Yes, you can capture live pane output from tmux sessions to monitor long-running processes. The skill automates session discovery and scrapes pane text, allowing you to track interactive CLI workflows without manual intervention.

How do I send keys to a specific tmux pane from an automation script?

To send keys to a specific tmux pane, use precise target notation to direct your keystrokes safely. This method drives interactive commands in targeted sessions without affecting other active panes or sessions.

Can I list and inspect active tmux sessions without risking destructive operations?

Yes, you can list and inspect active tmux sessions safely using read-only session discovery. This prevents destructive operations while allowing automation scripts to identify and target specific panes for input or output scraping.

Do I need the tmux binary installed to use this session automation skill?

Yes, the tmux binary is a required dependency. The skill implements dependency checks for tmux to ensure the environment is properly configured before attempting to control sessions or scrape pane output.

What is the best way to monitor multiple interactive terminal sessions simultaneously?

The best way to monitor multiple interactive terminal sessions is using tmux session automation to scrape pane output. This enables continuous monitoring and debugging of long-running processes across all active sessions from a single interface.