A powerful skill for controlling interactive terminal sessions and TUI applications using tmux.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tmux-terminal
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tmux-terminal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The tmux-terminal skill provides an automated interface for managing interactive terminal environments. It leverages the power of tmux to drive complex Text User Interface (TUI) workflows, allowing developers and QA testers to interact with command-line tools that require keyboard input and real-time screen updates. By using Openclaw Skills like this one, users can automate scenarios that were previously restricted to manual terminal usage.
This skill is particularly useful for workflows that involve multi-step CLI prompts, persistent background processes, and applications that redraw the terminal buffer. It acts as a bridge between automated agents and interactive environments, ensuring that terminal-based software can be tested and operated programmatically without human intervention.
Ensure tmux is installed on your system. It is pre-installed on macOS, but can be verified using:
tmux -V
No additional configuration is required within the Openclaw Skills environment once the binary is accessible in your PATH.
The skill manages data through active tmux sessions and temporary text buffers. Key components include:
| Attribute | Description |
|---|---|
| Session Name | A unique identifier for the tmux instance |
| Buffer Capture | Raw text output retrieved from the terminal pane |
| Key Mapping | Standardized key names (e.g., C-c, Enter, Escape) for automation |
| Scrollback | Access to historical terminal lines for noise reduction |
Loading
Automates the version bumping and release triggering process for the ralph-orchestrator workspace.

A foundational toolset for AI agents to interact with the local filesystem and retrieve online technical documentation.

A comprehensive toolkit for monitoring, diagnosing, and managing Ralph orchestration loops and session diagnostic data.

A professional workflow for recording, converting, and validating terminal sessions into animated GIFs and SVGs for pull requests.

A professional integration that enables remote Text-to-Speech generation for Clawdbot responses using AgentVibes over SSH.

A low-latency, remote Text-to-Speech integration that allows Clawdbot to speak through local devices using AgentVibes.








































