← Back to Skills Marketplace
steipete

Tmux

by Peter Steinberger · GitHub ↗ · v1.0.0
darwinlinux ✓ Security Clean
32156
Downloads
43
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tmux
Description
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Usage Guidance
Install this only if you are comfortable letting an agent control tmux. Use a private socket, avoid targeting panes that may contain secrets, review any repository changes made by autonomous agents, and verify session names before running kill-session or kill-server.
Capability Analysis
Type: OpenClaw Skill Name: tmux Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'tmux' is classified as benign. Its purpose is to provide an interface for an AI agent to interact with `tmux` sessions, enabling control over interactive CLIs. The `SKILL.md` provides clear instructions and examples for using `tmux` commands, creating sessions, sending input, and capturing output, all consistent with its stated purpose. The helper scripts (`find-sessions.sh`, `wait-for-text.sh`) are straightforward shell scripts that wrap `tmux` commands and do not exhibit any malicious behavior, data exfiltration, or obfuscation. There is no evidence of prompt injection attempts against the agent to deviate from its task or perform unauthorized actions, nor any other indicators of intentional harmful behavior.
Capability Assessment
Purpose & Capability
The stated purpose is to remote-control tmux sessions by sending keystrokes and reading pane output, and the artifacts directly implement and document that behavior.
Instruction Scope
The examples include high-autonomy Codex flags and tmux session termination commands; these are user-visible examples, not hidden automation, but they would benefit from stronger cautions.
Install Mechanism
The bundle contains a SKILL.md and two small shell helpers, declares tmux as the only required binary, and shows no installer hooks, obfuscation, network fetches, or prompt-injection content.
Credentials
Reading tmux pane output is expected for this skill, but pane text can contain sensitive terminal data, especially when wait-for-text prints recent pane contents on timeout.
Persistence & Privilege
Detached tmux sessions and spawned processes can persist after the immediate task, but the skill documents cleanup commands and does not request elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tmux
  3. After installation, invoke the skill by name or use /tmux
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Metadata
Slug tmux
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tmux?

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. It is an AI Agent Skill for Claude Code / OpenClaw, with 32156 downloads so far.

How do I install Tmux?

Run "/install tmux" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tmux free?

Yes, Tmux is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tmux support?

Tmux is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Tmux?

It is built and maintained by Peter Steinberger (@steipete); the current version is v1.0.0.

💬 Comments