Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or...
Coding
cloudflare-drop
Try itDeploy small, non-sensitive static sites to temporary Cloudflare Workers previews. Use when an intended user explicitly accepts Cloudflare terms and needs a short-lived workers.dev URL with a privately delivered Claim URL.
What it does
Deploy small, non-sensitive static sites to temporary Cloudflare Workers previews. Use when an intended user explicitly accepts Cloudflare terms and needs a short-lived workers.dev URL with a privately delivered Claim URL.
The skill document
Cloudflare Drop
Deploy
- Show the intended user the Cloudflare Terms and Privacy Policy, then obtain explicit acceptance.
- Choose a new private path for the Claim URL; the script creates it as
0600and refuses to overwrite it. - Run:
node /scripts/deploy.mjs \
--accept-terms \
--claim-url-file
- Return the Live URL. Read the Claim URL from its private file and deliver it only to the intended user.
Boundaries
- Deploy only regular files with a root
index.html; never deploy private files, symlinks, or large media bundles. - Do not expose Claim URLs in group chat, browser output, analytics, or logs.
- Stop before provisioning when consent, input validation, or Claim-file creation fails.
Reference
Read references/cloudflare-api.md before diagnosing an API failure, retrying a fresh deployment, or deciding whether a site exceeds this skill's limits.
Related skills
Cloudflare Worker (workers.cloudflare.com). Use this skill for ANY Cloudflare Worker request — reading, creating, updating, and deleting data. Whenever a task involves Cloudflare Worker, use this skill instead of calling the API directly.
Build and deploy JavaScript, TypeScript, Python, or Rust code on Cloudflare's global edge network using the Wrangler CLI.
Publish web content to Cloudflare Pages. Supports account/project selection, new project creation, and deploying HTML or static asset directories. Primary au...
An agent skill that scaffolds a new, production-oriented full-stack app on the latest version of Nuxt, deployed to Cloudflare Workers via Wrangler — from natural language descriptions like "build me a blog on Cloudflare".
Cloudflare Docs (developers.cloudflare.com). Use this skill for ANY Cloudflare Docs request — searching and reading data. Whenever a task involves Cloudflare Docs, use this skill instead of calling the API directly.