Install
openclaw skills install skillshield-openclawSandboxed command runner for AI agents — validates and isolates every shell action inside a Bubblewrap user namespace.
openclaw skills install skillshield-openclawSandboxed command runner for AI agents — validates and isolates every shell action inside a Bubblewrap user namespace.
SkillShield sits between your AI agent and the operating system. Before any shell command runs, a lightweight Rust daemon checks it against a set of safety rules and decides whether to allow it, sandbox it, or ask for your confirmation. Every decision is logged so you always know what happened.
# Install from ClawHub
npx clawhub@latest install skillshield-openclaw
# Run a command through the safety layer
./skillshield-exec.sh "echo hello world"
| Dependency | Purpose |
|---|---|
| Linux | User-namespace support |
bwrap | Bubblewrap sandbox runtime |
cargo | Builds the Rust daemon on first run |