Skip to main content

← All sources

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/sources

Top Cloudflare skills

See all →

The most-installed skills from Cloudflare, ranked by adoption.

  1. 01cloudflare-one-migrations

    2 installs

    Assess and plan migrations from existing VPN, SWG, or SASE platforms to Cloudflare One, including policy mapping, parity gaps, and rollout.

    Buildfrom Cloudflare
  2. 02web-perf

    1 installs

    Audit, diagnose, or optimize website loading and interaction performance, Core Web Vitals, and Lighthouse performance scores.

    Buildfrom Cloudflare
  3. 03wrangler

    Run or troubleshoot Wrangler CLI commands and configure Worker projects for local development, deployment, and Cloudflare resource management.

    Buildfrom Cloudflare
  4. 04cloudflare-email-service

    Implement or troubleshoot Cloudflare Email Sending and Email Routing integrations and their delivery configuration.

    Buildfrom Cloudflare
  5. 05cloudflare

    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 Cloudflare
  6. 06sandbox-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 Cloudflare
  7. 07sandbox-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 Cloudflare
  8. 08durable-objects

    Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

    Buildfrom Cloudflare
  9. 09workers-best-practices

    Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.

    Buildfrom Cloudflare
  10. 10nextjs-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 Cloudflare
  11. 11sandbox-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 Cloudflare
  12. 12turnstile-spin

    Set up, repair, or migrate to Cloudflare Turnstile bot verification in an existing frontend and backend, including server-side Siteverify.

    Buildfrom Cloudflare
  13. 13agents-sdk

    Build, debug, or review Cloudflare Agents SDK applications using the agents package.

    Buildfrom Cloudflare
  14. 14cloudflare-one

    Design, configure, troubleshoot, or review Cloudflare One Zero Trust and SASE deployments. Use cloudflare-one-migrations for migration planning from other vendors.

    Buildfrom Cloudflare
  15. 15sandbox-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.