One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill tmux-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/skills/tmux
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill tmux-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Remote-control tmux sessions to automate interactive CLIs by sending keystrokes and capturing pane output.

Core Features & Use Cases

  • Send keystrokes to specific tmux targets to automate workflows.
  • Capture and monitor pane output for prompts, status, and results.
  • Manage multiple sessions via a dedicated socket for parallel tasks.

Quick Start

Start a new tmux session on a dedicated socket, then connect and begin sending commands to automate an interactive CLI.

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 sessions using tmux?

Automate interactive CLI sessions using tmux by sending keystrokes to specific targets and capturing pane output. This enables scripted automation for long-running tasks without requiring direct human input across darwin and linux environments.

Can I monitor pane output from a remote tmux session?

Yes, you can monitor pane output from a remote tmux session. The system captures pane output to check for prompts, status updates, and results, allowing you to react programmatically to interactive CLI states during execution.

How do I manage multiple parallel tasks in tmux without conflicts?

Manage multiple parallel tasks in tmux by using a dedicated, isolated socket for session management. This dedicated socket approach via tmux -S separates parallel workflows and prevents session naming conflicts during orchestration.

Does this tmux automation approach work on macOS and Linux?

Yes, this tmux automation works on both macOS and Linux. It applies to darwin and linux environments where tmux is installed on PATH, enabling session orchestration and pane capture across these operating systems.

Do I need to install anything specific to script tmux sessions?

You need to install tmux on your system PATH to script sessions. The automation relies on helper scripts for session discovery, input, and pane capture, requiring no additional dependencies beyond tmux itself for remote control.