Claw shell
/claw-shellRuns shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
Skill created by the community and listed at ClawHub. Canonical source: https://clawhub.ai/skills/claw-shell Version: 1.0.0 Source changelog: Claw-shell 1.0.0 initial release: - Provides an interface to run shell commands exclusively inside a tmux session named "claw." - Always creates or attaches to the session, ensuring isolation from other tmux sessions. - Captures and returns command output to the agent. - Includes safety checks: blocks potentially dangerous commands (e.g., sudo, rm, shutdown) unless the user confirms. - Simple, single-tool interface (claw_shell_run) with clear command input and safety guidance.