the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only install Tailscale if missing

+1 -1
+1 -1
apps/sandbox/src/presets/openclaw.yaml
··· 6 6 if: "[ ! -f $HOME/.openclaw-setup-done ] || ! command -v openclaw &> /dev/null" 7 7 run: | 8 8 mkdir -p $HOME/.npm-global && npm config set prefix $HOME/.npm-global 9 - curl -fsSL https://tailscale.com/install.sh | sh 9 + command -v tailscale || curl -fsSL https://tailscale.com/install.sh | sh 10 10 curl -fsSL https://openclaw.ai/install.sh | bash || true 11 11 npm install -g @chrysb/alphaclaw pm2 12 12 touch $HOME/.openclaw-setup-done