Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or...
编程
cloudflare-drop
试用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.
它能做什么
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.
技能文档
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.
相关技能
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.
用 Wrangler CLI 在 Cloudflare 全球边缘网络上开发并部署 JavaScript、TypeScript、Python 或 Rust 代码。
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.