✓ Verified 💻 Development ✓ Enhanced Data

Claw Shell

ALWAYS USES TMUX SESSION `claw`.

Rating
3.8 (295 reviews)
Downloads
3,563 downloads
Version
1.0.0

Overview

ALWAYS USES TMUX SESSION `claw`.

Complete Documentation

View Source →

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:
  • 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:
  • 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 ...

Installation

Terminal bash

openclaw install claw-shell
    
Copied!

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author imaginelogo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install claw-shell