Executes shell commands inside a dedicated tmux session named claw, capturing and returning the command output safely.
Initial release of claw-shell skill. - Runs shell commands exclusively in a tmux session named "claw" - Ensures no other tmux sessions are affected - Captures and returns command output to the agent - Confirms with user before running potentially dangerous commands (e.g., sudo, rm, reboot, shutdown) - Provides example safe and dangerous commands for reference