my-claw-shell
v1.0.0在名为 claw 的专用 tmux 会话中运行 shell 命令,返回输出并限制无确认的危险命令。
Installation
Please help me install the skill `my-claw-shell` from SkillHub official store.
npx skills add biosaylom/my-claw-shell
claw-shell-kali
ALWAYS USES TMUX SESSION claw.
PURPOSE
- RUN SHELL COMMANDS INSIDE TMUX SESSION
claw - NEVER TOUCH ANY OTHER SESSION
- READ OUTPUT BACK TO THE AGENT
INTERFACE
Tool: claw_shell_run
Inputs:
command(string, required): shell command to run inside sessionclaw.
Behavior:
- Attach to tmux session
claw(create it if missing:tmux new -s claw -d). - Send the command followed by Enter.
- Capture the latest pane output.
- Return the captured output to the agent.
SAFETY
- DO NOT RUN:
sudorm(without explicit user approval)reboot,shutdown, or destructive system-level commands- IF THE COMMAND CONTAINS ANY OF THE ABOVE:
- ASK USER FOR CONFIRMATION BEFORE EXECUTING.
EXAMPLES
- SAFE:
ls -labird read https://x.com/...-
git status -
DANGEROUS (ASK FIRST):
rm -rf ...docker system prune -achmod -R ...