S-DNA: AOI-2026-0215-SDNA-SS02
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill aoi-sandbox-shield-lite --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aoi Sandbox Shield Lite?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-aoi-sandbox-shield-lite)More formats (shields.io, HTML) on the badges page.
---
name: AOI Sandbox Shield (Lite)
description: "S-DNA: AOI-2026-0215-SDNA-SS02"
---
# 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
```bash
node skill.js snapshot --reason="before publishing"
```
### Validate config JSON (syntax + required keys)
```bash
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
- Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues
- Please include the skill slug: `aoi-sandbox-shield-lite`
## Links
- ClawHub: https://clawhub.com/skills/aoi-sandbox-shield-lite
## License
MIT (AOI original).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!