sandbox-sdk
Build sandboxed applications for secure code execution on Cloudflare Workers using the Sandbox SDK.
Setup & Installation
What This Skill Does
The Cloudflare Sandbox SDK builds secure, isolated code execution environments on Workers. Covers sandbox lifecycle, running commands, file operations, a code interpreter, and preview URLs — useful for AI code execution, code interpreters, CI/CD systems, interactive dev environments, and running untrusted code.
Isolating untrusted code usually requires standing up VMs or containers — the Sandbox SDK provides a lightweight, Workers-native isolation primitive with lifecycle, files, commands, and previews built in.
When to use it
- Running untrusted user-submitted code from an AI code interpreter
- Building a web-based coding playground with isolated execution
- Executing CI/CD test steps in an isolated sandbox per run
- Spinning up interactive dev environments with preview URLs
- Running tool-call code for an agent without exposing the host Worker
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
