tmux
Installation
SKILL.md
tmux Skill
Use tmux only when you need an interactive TTY. Prefer exec background mode for long-running, non-interactive tasks.
Default Server — No Custom Sockets
Always use the default tmux server. Do NOT use -S custom sockets. The user needs to tmux attach easily without knowing obscure socket paths.
Session Naming
Convention: oc-${project}-${feature} (e.g. oc-knowhere-date-range-picker, oc-deck-auth-flow)
oc-prefix = OpenClaw-managed, avoids collision with user sessions- Easy to find:
tmux ls | grep oc-
Quickstart
SESSION=oc-myproject-feature