TopRank Skills

Home / Claw Skills / Git / GitHub / Aoi Sandbox Shield Lite
Official OpenClaw rules 36%

Aoi Sandbox Shield Lite

AOI Sandbox Shield Lite

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Aoi Sandbox Shield Lite 技能。 若已安装,则直接安装 Aoi Sandbox Shield Lite 技能。

Overview

Skill Key
edmonddantesj/aoi-sandbox-shield-lite
Author
edmonddantesj
Source Repo
openclaw/skills
Version
-
Source Path
skills/edmonddantesj/aoi-sandbox-shield-lite
Latest Commit SHA
9c61decf4af1b6f54900d8831db1d2fe999aa89b

Extracted Content

SKILL.md excerpt

# 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).

Related Claw Skills