New to Claude Skills? Learn how to install them →

Cloudflare skills

Free agent skills tagged cloudflare, ready to install into any SKILL.md-compatible agent.

Migrate Next.js to Vinext

cloudflare

Seamlessly transition your Next.js projects to Vinext.

Developer ToolsintermediateNode · Shell8.6k repo

Cloudflare Platform Skill

cloudflare

Streamline your Cloudflare development tasks with ease.

Developer Toolsintermediate2.6k repo

Cloudflare Email Service

cloudflare

Efficiently send and receive emails with Cloudflare.

Developer ToolsintermediateNode2.6k repo

Cloudflare Sandbox Next

cloudflare

Build and modify Cloudflare Sandbox apps with ease.

Developer Toolsintermediate2.6k repo

Durable Objects

cloudflare

Build stateful applications on Cloudflare's edge.

Developer Toolsintermediate2.6k repo

Cloudflare Deploy

openai

Effortlessly deploy applications to Cloudflare.

Developer ToolsintermediateNode · Shell24.8k repo

DDoS Mitigation with Cloudflare

mukul975

Configure Cloudflare's DDoS protection effectively.

Security & ComplianceintermediatePython · Shell27.6k repo

Cloudflare Temporary Deploy

nousresearch

Quickly deploy Cloudflare Workers without an account.

Developer ToolsintermediatePython · Node228.5k repo

Wrangler CLI

cloudflare

Efficiently manage and deploy Cloudflare Workers.

Developer ToolsintermediateNode · Shell2.6k repo

Cloudflare One Migrations

cloudflare

Streamline your migration to Cloudflare One.

Developer Toolsintermediate2.6k repo
S

Sandbox SDK - Stable

cloudflare

Manage Cloudflare Sandbox apps with stability in mind.

Developer ToolsintermediateShell2.6k repo
M

Migrate to Sandbox Next

cloudflare

Streamline your Cloudflare Sandbox app upgrade process.

Developer ToolsintermediateNode · Shell2.6k repo

Cloudflare Analytics

civitai

Manage Cloudflare traffic and security rules efficiently.

Security & ComplianceintermediateNode · Shell7.2k repo

PortalJS Deploy

jeremylongshore

Easily deploy your PortalJS portals to the cloud.

Developer ToolsintermediateNode · Shell2.6k repo
C

Cloudflare Troubleshooting

daymade

Systematic investigation of Cloudflare issues using API evidence.

Developer ToolsintermediatePython · Shell1.3k repo

Cloudflare One

cloudflare

Streamline your Cloudflare One deployments with expert guidance.

Developer Toolsintermediate2.6k repo

Cloudflare Workers Expert

sickn33

Master edge computing with Cloudflare Workers.

Developer ToolsintermediateNode44.7k repo

Cloudflare Deploy

tech-leads-club

Effortlessly deploy apps to Cloudflare services.

Developer ToolsintermediateNode · Shell5k repo

Cloudflare Security Audit

Audit authorized codebases for exploitable vulnerabilities using scoped reconnaissance, adversarial review, validation, and structured reporting.

GitNexus Explorer

Serve an interactive codebase knowledge graph web UI.

Deploying Cloudflare Access

Deploys Cloudflare Access with Cloudflare Tunnel for zero trust access to self-hosted apps, configuring identity-aware policies, device posture checks, and WARP client enrollment as a VPN replacement. Use when replacing VPN with Cloudflare One, exposing internal apps without open inbound ports, or securing contractor/third-party access to specific applications.

W

Workers Best Practices

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

Turnstile Spin

Set up Cloudflare Turnstile end-to-end in a project. Scan the codebase, create the widget via the Cloudflare API, embed it where user requests need bot verification (form submissions, SPA actions, API endpoints, download links, comment or vote submissions, etc.), wire canonical server-side siteverify in the customer's existing backend, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form or endpoint from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.

Cloudflare Agents SDK

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.