Communityv1.0.0

claw-shell

Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.

13.4kdownloads8stars286active installsimaginelogo
View on ClawHubBack to Skills

Skill Details

Slug
claw-shell
Latest Version
1.0.0
Author
imaginelogo
Published
Feb 1, 2026
Updated
May 18, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for claw-shell.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

claw-shell 1.0.0 initial release: - Provides an interface to run shell commands exclusively inside a tmux session named claw. - Always creates or attaches to the session, ensuring isolation from other tmux sessions. - Captures and returns command output to the agent. - Includes safety checks: blocks potentially dangerous commands (e.g., sudo, rm, shutdown) unless user confirms. - Simple, single-tool interface (`claw_shell_run`) with clear command input and safety guidance.