← 返回
效率工具 中文

Claw Shell 1.0.0

Runs shell commands exclusively inside tmux session 'claw', captures output, and requests confirmation for potentially destructive commands.
专门在 tmux 会话 'claw' 中运行 shell 命令,捕获输出,并对潜在破坏性命令请求确认。
zlshiny
效率工具 clawhub v1.0.0 1 版本 99888.8 Key: 无需
★ 0
Stars
📥 898
下载
💾 21
安装
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-29 18:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,461
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,128
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,864