Cloudflare skills
Workers, Agents SDK, Durable Objects, Pages, KV, D1, R2 and more skills-hub.ai mirrors 15 skills from Cloudflare daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/cloudflare/skills
Installing a Cloudflare skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Cloudflare skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Cloudflare skills via API
curl https://skills-hub.ai/api/v1/skills?source=cloudflare
# Browse all sources
open https://skills-hub.ai/sourcesTop Cloudflare skills
See all →The most-installed skills from Cloudflare, ranked by adoption.
01cloudflare-one-migrations
2 installsAssess and plan migrations from existing VPN, SWG, or SASE platforms to Cloudflare One, including policy mapping, parity gaps, and rollout.
Buildfrom Cloudflare02web-perf
1 installsAudit, diagnose, or optimize website loading and interaction performance, Core Web Vitals, and Lighthouse performance scores.
Buildfrom Cloudflare03wrangler
Run or troubleshoot Wrangler CLI commands and configure Worker projects for local development, deployment, and Cloudflare resource management.
Buildfrom Cloudflare04cloudflare-email-service
Implement or troubleshoot Cloudflare Email Sending and Email Routing integrations and their delivery configuration.
Buildfrom Cloudflare05cloudflare
Discover and choose Cloudflare products for apps, APIs, AI agents, storage, networking, and security. Use for architecture and product selection, including when the user describes a need without naming a Cloudflare product; then find the relevant skill or documentation.
Buildfrom Cloudflare06sandbox-sdk
Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Buildfrom Cloudflare07sandbox-next
Build or maintain Cloudflare Sandbox apps on @cloudflare/sandbox@next (SDK 1.0 preview). Use sandbox-migrate-to-next when porting a stable app.
Buildfrom Cloudflare08durable-objects
Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.
Buildfrom Cloudflare09workers-best-practices
Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.
Buildfrom Cloudflare10nextjs-on-cloudflare
Build, migrate, and deploy Next.js apps on Cloudflare Workers with vinext. Use when starting a Next.js project on Cloudflare, moving an existing app to Workers, choosing between vinext and OpenNext, or setting up vinext for Workers. For setup, migration, or deployment, install vinext's upstream skills with `npx skills add cloudflare/vinext` if missing, then read and follow the applicable skill and docs.
Buildfrom Cloudflare11sandbox-migrate-to-next
Migrate Cloudflare Sandbox apps from stable @cloudflare/sandbox to @cloudflare/sandbox@next (SDK 1.0 preview). Use sandbox-next for apps already on the preview.
Buildfrom Cloudflare12turnstile-spin
Set up, repair, or migrate to Cloudflare Turnstile bot verification in an existing frontend and backend, including server-side Siteverify.
Buildfrom Cloudflare13agents-sdk
Build, debug, or review Cloudflare Agents SDK applications using the agents package.
Buildfrom Cloudflare14cloudflare-one
Design, configure, troubleshoot, or review Cloudflare One Zero Trust and SASE deployments. Use cloudflare-one-migrations for migration planning from other vendors.
Buildfrom Cloudflare15sandbox-stable
Build or maintain Cloudflare Sandbox apps on the stable @cloudflare/sandbox package. Use sandbox-next for preview apps and sandbox-migrate-to-next for stable-to-preview migrations.
Buildfrom Cloudflare
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Sep 13, 2026, 4:12 PM (success).
Cloudflare skills, frequently asked
What are Cloudflare skills?
Cloudflare skills are AI coding skills published by Cloudflare (Workers, Agents SDK, Durable Objects, Pages, KV, D1, R2 and more) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Cloudflare skills are available?
skills-hub.ai indexes 15 skills from Cloudflare, synced daily from the upstream GitHub repository (https://github.com/cloudflare/skills).
How do I install a Cloudflare skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Cloudflare skills?
Yes. Every skill from this source is mirrored from Cloudflare's own GitHub repository (https://github.com/cloudflare/skills). Each skill page links back to the upstream source of truth, so you can verify the original.