One-click install
npx skills add https://github.com/pipixia-labs/creative-claw --skill tmux-pipixia-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/pipixia-labs/creative-claw/tree/main/skills/tmux
Command: npx skills add https://github.com/pipixia-labs/creative-claw --skill tmux-pipixia-labs

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

  • Spawn, target, and manage multiple tmux sessions, windows, and panes from an AI workflow.
  • Send keystrokes to a specific pane and capture or monitor output in real time.
  • Attach/detach sessions and inspect pane history for debugging and repeatable automation.

Quick Start

Start a private socket, create a session named openpipixia, and begin interacting with it by sending commands and reading the pane output.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I control terminal sessions remotely from an AI workflow?

You can control terminal sessions remotely by using this Skill to send keystrokes to specific tmux panes and scrape the pane output in real time, enabling full interactive CLI automation from AI prompts.

Can I manage multiple tmux windows and panes across different operating systems?

Yes, you can spawn, target, and manage multiple tmux sessions, windows, and panes across macOS and Linux. It operates within isolated socket workflows to securely handle your terminal environments.

What is the best way to automate interactive CLI tools in the background?

Automating interactive CLI tools is best handled by creating a private tmux socket, spawning a detached session, and driving the application by sending keystrokes and capturing pane output for repeatable automation.

Do I need tmux installed locally to manage sessions through AI automation?

Yes, you must have tmux installed and available on your system PATH. The Skill relies on the local tmux binary and uses a private socket directory to execute session management commands.

How do I capture and monitor terminal output from a specific pane in real time?

You capture and monitor terminal output by targeting a specific tmux pane and scraping its current output or history. This allows your AI workflow to read real-time CLI responses and debug interactive sessions.