bycloudflare· 64 skills
Use when you need to exercise a real, running Sandbox deployment via HTTP — for example to validate SDK changes against a live container, reproduce a user-reported issue, or experiment with the API (including FUSE bucket mounts) without spinning up wrangler dev. Documents the Sandbox bridge worker reachable via SANDBOX_WORKER_URL + SANDBOX_API_KEY when the host injects them.
$npx -y skills add cloudflare/sandbox-sdk --skill sandbox-bridgeInstalls into the current project.
Run `npx skills use "https://github.com/cloudflare/sandbox-sdk" --skill "cloudflare/sandbox-sdk/sandbox-bridge"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cloudflare/sandbox-sdk" that are relevant to the current task. Run `npx skills add "https://github.com/cloudflare/sandbox-sdk"` and select the relevant skills, then follow their instructions.