← 返回
开发者工具

Taizi Claw Shell

Runs shell commands inside a dedicated tmux session named 'claw', returning command output and prompting before destructive commands.
在名为'claw'的专用tmux会话中执行shell命令,返回输出并在破坏性命令前提示。
fresh3
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 628
下载
💾 9
安装
1
版本
#latest

概述

claw-shell

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 session claw.

Behavior:

  1. Attach to tmux session claw (create it if missing: tmux new -s claw -d).
  2. Send the command followed by Enter.
  3. Capture the latest pane output.
  4. Return the captured output to the agent.

SAFETY

  • DO NOT RUN:
  • sudo
  • rm (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 -la
  • bird read https://x.com/...
  • git status
  • DANGEROUS (ASK FIRST):
  • rm -rf ...
  • docker system prune -a
  • chmod -R ...

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 05:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,887

Coding

fresh3
自动记忆编码风格,适应你的偏好、规范和模式,保持代码一致性。
★ 0 📥 807
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,855