Agent Skill

Cloudflare Deploy
A Codex skill that routes Cloudflare deployment work across compute, storage, AI, networking, security, and media products.
What is Cloudflare Deploy?
Cloudflare Deploy is not a thin wrapper around wrangler deploy. It starts by identifying which Cloudflare product fits the workload, verifies authentication, and then loads focused references for that product. Its decision trees cover Workers and Pages, D1 and R2, Durable Objects and Workflows, Workers AI and Vectorize, plus the platform's networking and security services. This makes it useful when a deployment request is still underspecified and the agent must choose the correct platform primitive before changing infrastructure.
Key capabilities
Product decision trees
Maps compute, data, AI, networking, security, and media requirements to the relevant Cloudflare service.
Progressive references
Loads detailed product guidance only after the deployment target is known, keeping agent context focused.
Authentication gate
Checks Cloudflare identity before attempting a write operation and distinguishes local OAuth from CI tokens.
Use cases
Choose a Cloudflare architecture
Turn a broad hosting request into a concrete combination such as Workers, D1, R2, Queues, or Durable Objects.
Ship an existing application
Inspect project constraints, load the correct deployment reference, verify authentication, and run the appropriate deployment path.
Compatibility
- An authenticated Cloudflare account for deployment actions
- Wrangler or the project deployment command
