tmux

Manage tmux sessions and automate keyboard/mouse input.

8|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Neneka448/gogoclaw --skill tmux-neneka448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/Neneka448/gogoclaw/tree/main/internal/workspace/templates/skills/tmux
Command: npx skills add https://github.com/Neneka448/gogoclaw --skill tmux-neneka448

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies managing tmux sessions by providing commands to send keystrokes, capture output, and navigate panes, facilitating efficient terminal session control.

Core Features & Use Cases

  • Session Monitoring: List and manage multiple tmux sessions remotely.
  • Pane Interaction: Send commands and keystrokes to specific panes and capture their output.
  • Use Case: Automate sending commands to a background tmux session running long processes, monitor output, and respond accordingly without manual intervention.

Quick Start

Use this skill to list all active tmux sessions on your server.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I automate sending commands to a background tmux session?

To automate sending commands to a background tmux session, you can use this Skill's pane interaction features to send specific keystrokes and commands to target panes without manual intervention.

Can I capture terminal output from specific tmux panes remotely?

Yes, you can capture terminal output from specific tmux panes remotely. This Skill provides commands to interact with and extract output from individual panes, facilitating efficient terminal session control.

What is the best way to manage multiple tmux sessions on a remote server?

The best way to manage multiple remote tmux sessions is using this Skill's session monitoring capabilities, which allow you to list, manage, and navigate active sessions on your server efficiently.

Does this tmux automation Skill check for session existence before executing commands?

Yes, this tmux automation Skill implements safety checks for session existence and environment compatibility before executing commands, ensuring your terminal multiplexing tasks run securely without errors.

How do I monitor long-running processes in a tmux session without staying attached?

To monitor long-running processes without staying attached, use this Skill to send commands to a background tmux session, capture the output periodically, and respond accordingly through automated workflow control.

Are there prerequisites for using terminal multiplexing automation commands?

The primary prerequisite for using these terminal multiplexing automation commands is having a compatible shell environment with tmux installed, as the Skill performs environment compatibility checks before executing session interactions.