Claw-shell
/claw-shellExécute des commandes shell dans une session tmux dédiée nommée claw, capture et renvoie la sortie, avec des contrôles de sécurité pour les commandes destructrices.
Skill créé par la communauté et référencé depuis ClawHub.
Source canonique: https://clawhub.ai/skills/claw-shell
Version: 1.0.0
Changelog source: 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 user confirms. - Simple, single-tool interface (claw_shell_run) with clear command input and safety guidance.