By cloudflare
Build, deploy, and manage the full Cloudflare platform — Workers, Durable Objects, AI agents, email, Zero Trust, and web performance — with skills for scaffolding projects, writing production code, managing infrastructure via Wrangler CLI and API, and auditing Core Web Vitals.
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.
Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like "add email to my Worker" — this skill has critical config details.
Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.
Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.
These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.
Install using the plugin marketplace:
/plugin marketplace add cloudflare/skills
/plugin install cloudflare@cloudflare
Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with cloudflare/skills.
Install using the npx skills CLI:
npx skills add https://github.com/cloudflare/skills
Clone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ | docs |
| Cursor | ~/.cursor/skills/ | docs |
| OpenCode | ~/.config/opencode/skills/ | docs |
| OpenAI Codex | ~/.codex/skills/ | docs |
| Pi | ~/.pi/agent/skills/ | docs |
Commands are user-invocable slash commands that you explicitly call.
| Command | Description |
|---|---|
/cloudflare:build-agent | Build an AI agent on Cloudflare using the Agents SDK |
/cloudflare:build-mcp | Build an MCP server on Cloudflare |
Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.
| Skill | Useful for |
|---|---|
| cloudflare | Comprehensive platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and IaC (Terraform, Pulumi) |
| agents-sdk | Building stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat |
| durable-objects | Stateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets |
| sandbox-sdk | Secure code execution for AI code execution, code interpreters, CI/CD systems, and interactive dev environments |
| wrangler | Deploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows |
| web-perf | Auditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chains |
| building-mcp-server-on-cloudflare | Building remote MCP servers with tools, OAuth, and deployment |
| building-ai-agent-on-cloudflare | Building AI agents with state, WebSockets, and tool integration |
Short, retrieval-first skills for Cloudflare One work.
| Skill | Useful for |
|---|---|
| cloudflare-one | Designing, configuring, troubleshooting, or reviewing Cloudflare One deployments across Access, Gateway, WARP, Tunnel, Magic WAN, DLP, CASB, posture, and identity |
| cloudflare-one-migrations | Migration assessments, policy mapping, rollout plans, and gap analysis for Zscaler, Palo Alto, legacy VPN/SWG, and SASE migrations to Cloudflare One |
This plugin includes Cloudflare's remote MCP servers for enhanced functionality:
| Server | Purpose |
|---|---|
| cloudflare-api | Manage Cloudflare account resources, zones, and settings |
| cloudflare-docs | Up-to-date Cloudflare documentation and reference |
| cloudflare-bindings | Build Workers applications with storage, AI, and compute primitives |
| cloudflare-builds | Manage and get insights into Workers builds |
| cloudflare-observability | Debug and analyze application logs and analytics |
npx claudepluginhub cloudflare/skills --plugin cloudflareBuild AI agents on Cloudflare Workers with MCP integration, tool use, and LLM providers.
Expert Cloudflare platform system with comprehensive 2025-2026 knowledge for Workers, Pages, R2, D1, KV, Hyperdrive, Durable Objects, Queues, Workflows, AI Workers (TTS/STT/captioning), Zero Trust, MCP servers, and edge computing. PROACTIVELY activate for: (1) ANY Cloudflare task, (2) Workers development (Wrangler CLI, bindings, cron triggers), (3) AI Workers (Whisper, Aura TTS, Deepgram, image captioning, LLM inference), (4) Storage (R2 S3-compatible, D1 SQLite, KV, Durable Objects, Queues), (5) Hyperdrive database connection pooling, (6) Zero Trust (WARP, tunnels, access policies, identity), (7) MCP servers (remote/local, OAuth, Streamable HTTP), (8) Pages and static site deployment, (9) CI/CD (GitHub Actions, Workers Builds), (10) Observability (Workers Logs, traces, OpenTelemetry), (11) Load balancing and health checks, (12) Vectorize vector database, (13) Workflows durable execution, (14) Cost optimization and performance tuning. Provides: Complete Wrangler CLI reference, all binding configurations (KV/R2/D1/Durable Objects/Queues/Hyperdrive), AI model catalog with pricing, MCP server development patterns, Zero Trust implementation guides, CI/CD workflows, observability setup, and production-ready 2026 configurations.
Cloudflare Workers, AI, Workflows, and VPC services development
Official Cloudflare MCP server - 2,500+ API endpoints via Code Mode in just 2 tools (~1k tokens). Full platform access including Workers, Pages, D1, KV, R2, DNS, Zones, and more
Official Cloudflare developer platform skill for Workers, Durable Objects, R2, D1, KV, AI, and 50+ services.
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.