Prts Sandbox OpenClaw Skill
Isolated Kali Linux sandbox for running pentest tools and risky commands safely.
Installation
clawhub install prts-sandbox
Requires npm i -g clawhub
214
Downloads
0
Stars
1
current installs
1 all-time
1
Versions
Power your OpenClaw skills with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
PRTS Sandbox
An isolated Kali Linux 2025.4 container. All pentest tools and risky commands run here — never on the host.
Script path
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh
When to use sandbox vs host
| Task | Where |
|---|---|
| Running pentest tools (nmap, hydra, sqlmap, etc.) | ✅ Sandbox |
| Executing downloaded/unknown scripts | ✅ Sandbox |
| Anything that could break the host | ✅ Sandbox |
| Editing memory/SOUL.md/agent files | ❌ Host |
| Reading internal agent files | ❌ Host |
How to run a command (3 steps)
Step 1 — Check if sandbox is running:
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh status
# Returns: true (running) or false (stopped)
Step 2 — Start it if stopped (or Reset if error occurs):
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh start
# CRITICAL RULE: If the start command fails with an error stating "the container name 'protocol-space-active' is already in use", you MUST run `reset`:
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh reset
Step 3 — Execute your command:
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh exec nmap -sV 192.168.1.1
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh exec sqlmap -u "http://target/page?id=1"
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh exec sh -c "hydra -l admin -P /wordlist.txt ssh://192.168.1.10"
Available tools
| Category | Tools |
|---|---|
| Recon | nmap, masscan, dnsrecon, dirb |
| Web | nikto, gobuster, ffuf, sqlmap, curl, wget |
| Auth attacks | hydra, crackmapexec |
| SMB/AD | smbclient, enum4linux, crackmapexec |
| Password cracking | john, hashcat |
| Scripting | python3, nc |
TroubleshootingStep 2 — Start it if stopped (or Reset if error occurs):
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh start
# CRITICAL RULE: If the start command fails with an error stating "the container name 'protocol-space-active' is already in use", you MUST run `reset`:
~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh reset
| Problem | Fix |
|---------|-----|
| Commands fail / sandbox behaves oddly | Run `sandbox-cmd.sh reset` |
| API unreachable | Tell user: "Protocol Spaces API is offline" |
| Need a new tool installed | Ask user to install it — do NOT run `apt-get install` yourself |
| `start` returns error: "container name is already in use" | Run `sandbox-cmd.sh reset`, then verify `status` is true. |
| Commands fail / sandbox behaves oddly | Run `sandbox-cmd.sh reset` |
| API unreachable | Tell user: "Protocol Spaces API is offline" |
| Need a new tool installed | Ask user to install it — do NOT run `apt-get install` yourself |
---
## Quick reference
```bash
SANDBOX="~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh"
$SANDBOX status # Check if running
$SANDBOX start # Start sandbox
$SANDBOX stop # Stop sandbox
$SANDBOX reset # Reset / fix broken sandbox
$SANDBOX exec <cmd> # Run a command inside sandbox
Statistics
Latest Changes
v1.0.0 · Mar 7, 2026
- Initial release of prts-sandbox skill. - Provides an isolated Kali Linux 2025.4 container to safely run pentest tools and risky commands. - Includes CLI script (~/.openclaw/skills/prts-sandbox/scripts/sandbox-cmd.sh) for managing the sandbox: status, start, stop, reset, and exec. - Details when to use the sandbox vs host, troubleshooting steps, and available pentest tools (nmap, hydra, sqlmap, etc.). - Adds quick reference and critical rules for safe usage.
Quick Install
clawhub install prts-sandbox Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.