LLM Skills
~/catalog/debugging & maintenance//claw-shell

Claw shell

/claw-shell

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

ClawHub communityClawHub community
8
May 18, 2026
// skill content

Skill created by the community and listed at ClawHub. Canonical source: https://clawhub.ai/skills/claw-shell Version: 1.0.0 Source changelog: 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 the user confirms. - Simple, single-tool interface (claw_shell_run) with clear command input and safety guidance.

// original public source
https://clawhub.ai/skills/claw-shell
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/claw-shell" "https://clawhub.ai/skills/claw-shell"
Then in Claude Code, type /claw-shell to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 8
UpdatedMay 18, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward