Skill OpenClaw claw-shell para ejecución controlada en tmux: git status, ls, build/debug en la sesión claw y salida del panel.
claw is a controlled shell-execution Skill that always runs commands inside a dedicated tmux session named "claw." It attaches (or creates with tmux new -s claw -d) to that session, sends the provided command, captures the latest pane output, and returns the output to the calling agent. Use cases include remote troubleshooting, repository and build inspection (e.g., git status, ls -la), scripted diagnostics, and non-destructive automation where execution context persistence and isolation are important. Key features: guaranteed use of a single persistent tmux session to avoid touching other sessions, automatic output capture, and safety checks that block or flag destructive tokens (e.g., sudo, rm, reboot) and require explicit user confirmation before running dangerous commands. Core advantages are safe, repeatable command execution, session isolation, and clear agent feedback.
Esta página forma parte del hub OpenClaw Skills con guías de instalación, categorías y enlaces prácticos.