Cloudflare Skills

April 1, 2026 ยท View on GitHub

A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.

Installing

These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.

Claude Code

Install using the plugin marketplace:

/plugin marketplace add cloudflare/skills
/plugin install cloudflare@cloudflare

Cursor

Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with cloudflare/skills.

npx skills

Install using the npx skills CLI:

npx skills add https://github.com/cloudflare/skills

Clone / Copy

Clone this repo and copy the skill folders into the appropriate directory for your agent:

AgentSkill DirectoryDocs
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

Commands are user-invocable slash commands that you explicitly call.

CommandDescription
/cloudflare:build-agentBuild an AI agent on Cloudflare using the Agents SDK
/cloudflare:build-mcpBuild an MCP server on Cloudflare

Skills

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.

SkillUseful for
cloudflareComprehensive 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-sdkBuilding stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat
durable-objectsStateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets
sandbox-sdkSecure code execution for AI code execution, code interpreters, CI/CD systems, and interactive dev environments
wranglerDeploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows
web-perfAuditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chains
building-mcp-server-on-cloudflareBuilding remote MCP servers with tools, OAuth, and deployment
building-ai-agent-on-cloudflareBuilding AI agents with state, WebSockets, and tool integration

MCP Servers

This plugin includes Cloudflare's remote MCP servers for enhanced functionality:

ServerPurpose
cloudflare-apiManage Cloudflare account resources, zones, and settings
cloudflare-docsUp-to-date Cloudflare documentation and reference
cloudflare-bindingsBuild Workers applications with storage, AI, and compute primitives
cloudflare-buildsManage and get insights into Workers builds
cloudflare-observabilityDebug and analyze application logs and analytics

Resources