Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
Cloudflare Sandbox SDK
Summary
Build secure code-execution features on Cloudflare — sandboxes for AI-generated code, interpreters, and CI systems.
Features
- Secure execution of untrusted or model-generated code
- Sandbox lifecycle, filesystem, and process control
- Patterns for code interpreters and CI systems
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Any application that runs code it did not write needs an isolation boundary. Cloudflare's Sandbox SDK provides one, and this official skill covers using it correctly.
It walks through the sandbox lifecycle — creation, reuse, and teardown — along with filesystem access, process execution, streaming output back to a caller, and the resource limits that keep a runaway process from becoming a bill.
The patterns section covers the common builds: AI code interpreters, agent tool execution, CI/CD runners, and interactive development environments. Getting the boundary right matters more than usual here, because the code being run is by definition untrusted. Published by Cloudflare.
Related Skills
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.