Cloudflare Sandbox — изолированные контейнеры на превью SDK

★ 8.5 · vibe-coding

sandbox-next is a Claude Code skill that assists with building and modifying applications on `@cloudflare/sandbox@next`, the 1.0 preview of the Sandbox SDK for isolated Linux environments running on Cloudflare Containers. It covers process execution via `sandbox.exec(argv)`, handle methods like `output()`, `waitForExit()`, `waitForPort()`, and `waitForLog()`, interactive PTY terminals via `createTerminal`, Python and JavaScript interpreters, as well as files, storage mounts, tunnels, preview URLs, and container lifecycle management. Before writing any code, the skill verifies that the project depends on `@cloudflare/sandbox@next` — if the stable package is detected, it defers to sandbox-stable; porting from stable to `@next` is handled by sandbox-migrate-to-next. It is intended for new projects that require sandboxed code execution driven from Cloudflare Workers.