Runs shell commands inside a dedicated tmux session named claw, returning the command output while restricting dangerous commands without confirmation.
Initial release of my-claw-shell skill. - Runs shell commands exclusively inside a dedicated tmux session named "claw" - Returns output from the tmux session back to the agent - Protects against dangerous commands, asking for user confirmation before executing commands like sudo, rm, reboot, or shutdown - Provides a simple tool interface: `claw_shell_run(command)` - Automatically creates and manages the "claw" tmux session as needed