Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @imaginelogo Updated 7/30/2026 14,043 downloads 8 stars Security: Pass

Claw Shell OpenClaw Plugin & Skill | ClawHub

Looking to integrate Claw Shell into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

# 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 ...`

Install

ClawHub CLI
openclaw skills install @imaginelogo/claw-shell
Node.js (npx)
npx clawhub@latest install claw-shell

Full SKILL.md

Open original

SKILL.md content below is scrollable.

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 ...
ClawHub Registry URL: https://clawhub.ai/imaginelogo/skills/claw-shell

Related skills

If this matches your use case, these are close alternatives in the same category.