/install skillshield-openclaw
skillshield
Sandboxed 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.
What it does
- Validates commands — checks each shell request against configurable rules before execution.
- Isolates execution — runs approved commands inside a Bubblewrap sandbox with a minimal, read-only root filesystem.
- Limits repetition — stops agents that get stuck in a loop and start consuming too many resources.
- Logs decisions — every action (allowed, sandboxed, or paused for review) is recorded with structured metadata.
How to use
# Install from ClawHub
npx clawhub@latest install skillshield-openclaw
# Run a command through the safety layer
./skillshield-exec.sh "echo hello world"
Requirements
| Dependency | Purpose |
|---|---|
| Linux | User-namespace support |
bwrap |
Bubblewrap sandbox runtime |
cargo |
Builds the Rust daemon on first run |
Links
- Homepage: https://coinwin.info
- Marketplace: https://clawhub.ai/star8592/skillshield-openclaw
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillshield-openclaw - After installation, invoke the skill by name or use
/skillshield-openclaw - Provide required inputs per the skill's parameter spec and get structured output
What is Openclaw Skill?
Sandboxed command runner for AI agents — validates and isolates every shell action inside a Bubblewrap user namespace. It is an AI Agent Skill for Claude Code / OpenClaw, with 452 downloads so far.
How do I install Openclaw Skill?
Run "/install skillshield-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Skill free?
Yes, Openclaw Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Skill support?
Openclaw Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Skill?
It is built and maintained by star8592 (@star8592); the current version is v2.1.8.