cloudflare-deploy
cloudflare deploy
What it does
- When sandboxing blocks the deployment network calls, rerun with sandboxpermissions=requireescalated.
- The deployment might take a few minutes. Use appropriate timeout values.
- Interactive/local: wrangler login (one-time OAuth)
- CI/CD: Set CLOUDFLAREAPITOKEN env var
Requirements & configuration
- "I need to run code"
- Need to run code?
- "I need to store data"
- "I need networking/connectivity"
- Need networking?
Configuration: CLOUDFLARE_API_TOKEN
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
cloudflare-deploy FAQ
What does the cloudflare-deploy skill do?
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. When sandboxing blocks the deployment network calls, rerun with sandboxpermissions=requireescalated. The deployment might take a few minutes. Use appropriate timeout values.
What does cloudflare-deploy require?
"I need to run code" Need to run code? "I need to store data" "I need networking/connectivity" Need networking? Configuration keys: CLOUDFLARE_API_TOKEN.
How do I install cloudflare-deploy?
Run: npx -y skills add https://github.com/openai/skills --skill cloudflare-deploy --agent claude-code — the source lives at github.com/openai/skills.
Maintain cloudflare-deploy?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[cloudflare-deploy on getagentictools](https://getagentictools.com/skills/openai-skills-cloudflare-deploy?ref=badge) npx agentictools info skills/openai-skills-cloudflare-deploy The second line is the CLI lookup for this page — handy in READMEs and docs.