Cloudflare Skills
Cloudflare's official agent skills: Workers, Durable Objects, wrangler, Pages, storage and an MCP server
Install
/plugin marketplace add cloudflare/skills
/plugin install cloudflare@cloudflareThis is third-party code. Review the repository files before installing.
What it does
The plugin bundles a set of skills for the Cloudflare developer platform. A top-level cloudflare skill helps the agent pick the right products for a task, then routes to specialized skills: Workers and static assets, Durable Objects, wrangler for deploying KV, R2, D1, Vectorize and Queues, Next.js on Workers, the Sandbox SDK, email, Turnstile, Core Web Vitals auditing and Cloudflare One. The plugin also embeds Cloudflare's main remote MCP server for API access and current documentation. Skills load automatically when a request matches their triggers.
Who it is for. For developers building applications and services on Cloudflare Workers and related products.
Good fit when
- You write or deploy Workers, D1, R2 or KV
- You choose which Cloudflare products fit a task
- You move a project to Next.js on Workers or set up Durable Objects
Not a fit when
- The project is not on Cloudflare
- You need generic backend help unrelated to this platform
Example request
Build a Worker with a queue and R2 storage and show me how to deploy it with wranglerLimitations
The skills provide knowledge and recommendations; actual deploys need your Cloudflare account and a configured wrangler. The embedded MCP server calls the Cloudflare API and needs authentication to your account.
How to disable. Remove the cloudflare plugin via /plugin, or delete the skills from your agent's skills directory.
Security check
- The skills are instructions, but the bundled MCP server calls your Cloudflare account API
README in short
The README describes a set of skills for building on Cloudflare, Workers, the Agents SDK and the wider developer platform. Installation is as a native plugin in Codex, Claude Code, VS Code, Cursor or via npx skills, with manual folder copying per agent. A table lists the skills and when each is useful, from product selection to deploy and performance auditing. The plugin intentionally bundles only the main cloudflare MCP server. Apache-2.0 licensed.
FAQ
Can I install skills without the plugin?
Yes, the skill folders in the skills directory can be copied into your agent's skills directory manually or via npx skills.
Which MCP server is bundled?
Only the main cloudflare server for API and documentation access; product-specific MCP servers are not included.
Related
An MCP server built into the Netdata agent: metrics, logs, alerts and live process, service and container data for an AI assistant
GitHub's official MCP server: code, issues, pull requests, Actions and security alerts straight from the agent
AWS's official MCP server suite: docs, IaC, containers, serverless, databases, cost and monitoring
A GitHub Action that runs Claude Code in pull requests and issues: answers mentions, reviews and makes changes