Favicon of tmux

tmux Skill

AI Agent SkillTypeScriptOpen source

Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts. Published by openclaw in openclaw.

What is tmux Skill?

Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts. Published by openclaw in openclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using openclaw

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use tmux Skill

  • Use it for developers using openclaw.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: openclaw
  • Repository: openclaw/openclaw
  • Skill file: skills/tmux/SKILL.md

What it does

Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.

Skill instructions

tmux Use for existing interactive tmux sessions. For one-shot commands, use normal shell. For new non-interactive background jobs, use background execution. Basics bash tmux ls tmux list-windows -t shared tmux list-panes -t shared:0 tmux capture-pane -t shared:0.0 -p tmux capture-pane -t shared:0.0 -p -S - Target format: session:window.pane, e.g. shared:0.0. Send input Literal text, then Enter: bash tmux send-keys -t shared:0.0 -l -- "Please continue" tmux send-keys -t shared:0.0 Enter Special keys: bash tmux send-keys -t shared:0.0 C-c tmux send-keys -t shared:0.0 C-d tmux send-keys -t shared:0.0 Escape Use -l -- for arbitrary text. Split text and Enter to avoid paste/newline surprises. Sessions bash tmux new-session -d -s worker tmux rename-session -t old new tmux kill-session -t worker Prompt checks bash tmux capture-pane -t worker-3 -p | tail -20 tmux capture-pane -t worker-3 -p | rg "proceed|permission|Yes|No|❯" Approve/select only when the prompt is understood: bash tmux send-key

Explore related resources

Frequently asked questions

What is tmux?

tmux is a open-source AI agent skill with Copy skill directory. Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.

Who is tmux best for?

tmux is best for reusing agent instructions, scripts, and references.

How do I install tmux?

Install or run tmux using Copy skill directory. Check tmux for the latest setup command.

Is tmux actively maintained?

tmux may need a closer maintenance check before production use.

Share:

Stars
382,868
Forks
80,357
Last commit
9 days ago
Repository age
8 months
License
NOASSERTION

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to tmux

tmux: Install, Config & GitHub Signals – SkillIndex