
Skills for teaching agents how to build on Cloudflare.
·
A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.
Use the native plugin where supported to install both Cloudflare guidance and the Cloudflare MCP server. Agents that only support the Agent Skills standard can install the skills separately.
Install from the Cloudflare plugin marketplace:
codex plugin marketplace add cloudflare/skills
codex plugin add cloudflare@cloudflareStart a new Codex session after installation.
Install using the plugin marketplace:
/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 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 |
| 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-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 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 main remote MCP server for enhanced functionality:
| Server | Purpose |
|---|---|
| cloudflare | Access the Cloudflare API and current developer documentation through the Code Mode MCP server |
Cloudflare also publishes product-specific MCP servers. This plugin intentionally bundles only the main cloudflare server.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/skill/cloudflare-skills to learn what the "Cloudflare Skills" skill does and how to install it. Install it for my coding agent as documented on that page, then confirm the skill is available and summarize what it can do.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
git clone --depth 1 https://github.com/cloudflare/skills.git ~/.claude/skills/cloudflare-skills
rm -rf ~/.claude/skills/cloudflare-skills/.git~/.claude/skills/cloudflare-skills
├── SKILL.md
├── .agents
├── .claude-plugin
├── .codex-plugin
├── .cursor-plugin
├── .github
├── .gitignore
├── .mcp.json
├── CODEOWNERS
├── LICENSE
├── commands
├── logo.svg
├── mcp.json
├── plugin.json
├── rules
└── skillsFor a single project, put the folder in .claude/skills inside the repo instead.
git clone --depth 1 https://github.com/cloudflare/skills.gitnpx skills add https://github.com/cloudflare/skillsThis listing has no SKILL.md on record yet.
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "cloudflare-skills" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Agent Skills to help developers using AI agents with Supabase
Coding & Review
A battle-tested skill library that upgrades how coding agents work
Coding & Review
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit
Coding & Review
One email a week. New agents, MCP servers and skills, and what is actually getting traction.