productivity-skill beginner active

Tmux

Long-running commands block your agent. The openclaw tmux skill runs them in detached sessions and reads output when ready.

What breaks without openclaw tmux skill

Blocked agent threads. Session management in separate terminal. No async command execution.

Detached async command execution × 145-star skill ÷ 5 minute setup ÷ zero blocking = agents that run and read in parallel.

openclaw tmux skill — what it actually does

01
Create and manage tmux sessions from OpenClaw agents.
02
Run long shell commands in detached background sessions.
03
Send commands to named sessions with precise targeting.
04
Poll output asynchronously after execution completes.
05
Name sessions explicitly to avoid command misdirection.

Security check — openclaw tmux skill

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm Linux, macOS; OpenClaw ≥1.0; tmux ≥3.0 compatibility.

Quick start — openclaw tmux skill in 5 minutes

Setup time: 5 minutes

!
You need:
  • OpenClaw core
  • tmux installed on system

Install the package:

clawhub install steipete/tmux
# Requires: sudo apt install tmux
1
Ensure tmux is installed
2
Install skill
3
Run /tmux new <session-name>
4
Use /tmux send <session> <command> to run commands

Troubleshooting openclaw tmux skill

1
1. Sending commands to wrong session — always name sessions explicitly
2
2. Output capture is async — add polling delay before reading output

Compatibility & status

Works with: Linux, macOS; OpenClaw ≥1.0; tmux ≥3.0 beginner Last updated: Sep 2025 ★ 145 on GitHub MIT

Official docs →

View on GitHub →

Related — more like openclaw tmux skill

More by steipete

Blocking commands stall your agent's entire pipeline. Install the openclaw tmux skill before your next long-running workflow.

Get it on GitHub →