Skills for teaching agents how to build on Cloudflare.
13 chapters · 55 minutes · 11,964 words
13 chapters · 55 min
npx skills add cloudflare/skills/plugin marketplace add cloudflare/skills| Week | Installs |
|---|---|
| Week 1 | 13,002 |
| Week 2 | 13,488 |
| Week 3 | 13,664 |
| Week 4 | 21,752 |
| Week 5 | 29,825 |
| Week 6 | 31,352 |
| Week 7 | 33,982 |
| Week 8 | 46,145 |
Typeset in this issue’s own colours, resolved from a curated brand profile.
A collection of Agent Skills (opens in a new tab) 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.
main, last pushed 7 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Cloudflare, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./cloudflare/skills.md, and each chapter at its own .md URL.Install using the plugin marketplace (opens in a new tab):
/plugin marketplace add cloudflare/skills
/plugin install cloudflare@cloudflareInstall from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with cloudflare/skills.
Install using the npx skills (opens in a new tab) CLI:
npx skills add https://github.com/cloudflare/skillsClone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ | docs (opens in a new tab) |
| Cursor | ~/.cursor/skills/ | docs (opens in a new tab) |
| OpenCode | ~/.config/opencode/skills/ | docs (opens in a new tab) |
| OpenAI Codex | ~/.codex/skills/ | docs (opens in a new tab) |
| Pi | ~/.pi/agent/skills/ | docs (opens in a new tab) |
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-next | Sandbox on @cloudflare/sandbox@next (1.0 preview); recommended for new projects |
| sandbox-stable | Sandbox on the current stable @cloudflare/sandbox package |
| sandbox-migrate-to-next | Port a stable Sandbox app to @cloudflare/sandbox@next |
| 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 (opens in a new tab) 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 (opens in a new tab) 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 |