tmux

Send keystrokes and capture pane output in tmux sessions.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill tmux-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/AG064/argentum/tree/main/skills/tmux
Command: npx skills add https://github.com/AG064/argentum --skill tmux-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Remote-control tmux sessions from AI by sending keystrokes and scraping pane output to automate interactive terminal workflows.

Core Features & Use Cases

  • Send keystrokes to a running tmux session and navigate panes/windows programmatically.
  • Capture and read pane output for real-time monitoring and decision making.
  • Coordinate long-running terminal tasks, debugging sessions, and multi-session workflows across devices.

Quick Start

Tell your AI to drive an existing tmux session by sending keystrokes and capturing pane output.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I automate keystrokes in a running tmux session?

You can automate keystrokes in a tmux session by sending programmatic key inputs to drive interactive terminal workflows. This allows AI to remote-control existing sessions and navigate panes or windows without manual intervention.

Can I capture and read pane output from tmux for real-time monitoring?

Yes, you can capture and read tmux pane output for real-time monitoring. By scraping the visible terminal content, AI can make immediate decisions based on the current state of long-running processes or debugging sessions.

Do I need a local tmux installation to remote-control terminal sessions?

Yes, a local tmux installation is required to remote-control terminal sessions. The automation validates session targets against your local environment to prevent errors before sending keystrokes or capturing output.

What is the best way to manage multi-pane workflows across multiple tmux sessions?

The best way to manage multi-pane workflows is by programmatically coordinating keystrokes and output capture across multiple tmux sessions. This enables seamless navigation and control over complex terminal tasks from a single automated interface.

How does AI-driven tmux control work for debugging long-running processes?

AI-driven tmux control works by sending targeted keystrokes and reading pane output to interact with long-running processes. It automates the debugging cycle by capturing terminal states and responding with appropriate navigation commands.