ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Aoi Sandbox Shield Lite

Skill by edmonddantesj

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/edmonddantesj/aoi-sandbox-shield-lite
Or

AOI Sandbox Shield (Lite)

S-DNA: AOI-2026-0215-SDNA-SS02

What this is

A public-safe subset of “sandbox shield” focused on:

  • creating snapshots of critical workspace/config files
  • validating JSON config files (syntax + required keys)
  • producing an audit log artifact you can attach to release notes

What this is NOT (by design)

  • Does not apply configs
  • Does not restart gateways
  • Does not modify cron
  • Does not send messages externally

Commands

Create snapshot

node skill.js snapshot --reason="before publishing" 

Validate config JSON (syntax + required keys)

node skill.js validate-config --path="$HOME/.openclaw/openclaw.json"

Output

All commands print JSON to stdout for easy logging.

Release governance (public)

We publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive).

Support

Links

License

MIT (AOI original).

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-edmonddantesj-aoi-sandbox-shield-lite": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.