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.md
source content

Desktop Sandbox Installer

Install AtlasCore Desktop Sandbox from GitHub releases.

Script

node scripts/run_installer.js [--version=v1.0]

Parameters

ParameterDescription
--version
Specific version (default: latest)

Platform Behavior

PlatformInstallerTarget
Windows
.exe
/S /D=C:\Program Files\
C:\Program Files\
macOS
.pkg
open -W
/

Exit Codes

CodeMeaning
0Success
1Installation failed
999Fatal error

OpenClaw Conversation Usage

In conversation, simply say:

  • "Install AtlasCore desktop sandbox"
  • "Install desktop sandbox"
  • "Download and install AtlasCore sandbox"