{"skill":{"slug":"claw-shell","displayName":"claw-shell","summary":"Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.","description":"# claw-shell\n\nALWAYS USES TMUX SESSION `claw`.\n\n## PURPOSE\n\n- RUN SHELL COMMANDS INSIDE TMUX SESSION `claw`\n- NEVER TOUCH ANY OTHER SESSION\n- READ OUTPUT BACK TO THE AGENT\n\n## INTERFACE\n\n### Tool: `claw_shell_run`\n\n**Inputs:**\n\n- `command` (string, required): shell command to run inside session `claw`.\n\n**Behavior:**\n\n1. Attach to tmux session `claw` (create it if missing: `tmux new -s claw -d`).\n2. Send the command followed by Enter.\n3. Capture the latest pane output.\n4. Return the captured output to the agent.\n\n## SAFETY\n\n- DO NOT RUN:\n  - `sudo`\n  - `rm` (without explicit user approval)\n  - `reboot`, `shutdown`, or destructive system-level commands\n- IF THE COMMAND CONTAINS ANY OF THE ABOVE:\n  - ASK USER FOR CONFIRMATION BEFORE EXECUTING.\n\n## EXAMPLES\n\n- SAFE:\n  - `ls -la`\n  - `bird read https://x.com/...`\n  - `git status`\n\n- DANGEROUS (ASK FIRST):\n  - `rm -rf ...`\n  - `docker system prune -a`\n  - `chmod -R ...`","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":13538,"installsAllTime":305,"installsCurrent":304,"stars":8,"versions":1},"createdAt":1769948954608,"updatedAt":1779076514319},"latestVersion":{"version":"1.0.0","createdAt":1769948954608,"changelog":"claw-shell 1.0.0 initial release:\n\n- Provides an interface to run shell commands exclusively inside a tmux session named claw.\n- Always creates or attaches to the session, ensuring isolation from other tmux sessions.\n- Captures and returns command output to the agent.\n- Includes safety checks: blocks potentially dangerous commands (e.g., sudo, rm, shutdown) unless user confirms.\n- Simple, single-tool interface (`claw_shell_run`) with clear command input and safety guidance.","license":null},"metadata":null,"owner":{"handle":"imaginelogo","userId":"s1712b5mb5v2nqax2rg7kvpvm98849qw","displayName":"imaginelogo","image":"https://avatars.githubusercontent.com/u/187906828?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779932716699}}