← 返回
效率工具 中文

My Claw Shell

Runs shell commands inside a dedicated tmux session named claw, returning the command output while restricting dangerous commands without confirmation.
在名为 claw 的专属 tmux 会话中运行 shell 命令,返回命令输出,同时限制执行危险命令。
biosaylom
效率工具 clawhub v1.0.0 1 版本 99917.6 Key: 无需
★ 0
Stars
📥 1,213
下载
💾 22
安装
1
版本
#latest

概述

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 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 05:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 115,035
productivity

Word / DOCX

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

Obsidian

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