Skills desktop-sandbox
A desktop sandbox lets OpenClaw run as natively as on a real OS, ensuring full functionality with safe isolation.Run OpenClaw without breaking your PC.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/atlascore-tech/desktop-sandbox" ~/.claude/skills/openclaw-skills-desktop-sandbox && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/atlascore-tech/desktop-sandbox" ~/.openclaw/skills/openclaw-skills-desktop-sandbox && rm -rf "$T"
manifest:
skills/atlascore-tech/desktop-sandbox/SKILL.mdsource content
Desktop Sandbox Installer
Install AtlasCore Desktop Sandbox from GitHub releases.
Script
node scripts/run_installer.js [--version=v1.0]
Parameters
| Parameter | Description |
|---|---|
| Specific version (default: latest) |
Platform Behavior
| Platform | Installer | Target |
|---|---|---|
| Windows | → | |
| macOS | → | |
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Installation failed |
| 999 | Fatal error |
OpenClaw Conversation Usage
In conversation, simply say:
- "Install AtlasCore desktop sandbox"
- "Install desktop sandbox"
- "Download and install AtlasCore sandbox"