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.

Configure npm global prefix in Dockerfile

+4
+4
apps/cf-sandbox/Dockerfile
··· 22 22 23 23 RUN curl -fsSL https://cli.kiro.dev/install | bash 24 24 25 + RUN mkdir -p /root/.npm-global && npm config set prefix "/root/.npm-global" 26 + 27 + ENV PATH="/root/.npm-global/bin:${PATH}" 28 + 25 29 RUN npm install -g \ 26 30 openclaw \ 27 31 @anthropic-ai/claude-code \