Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.
Add this skill
npx mdskills install dmmulroy/cloudflareComprehensive decision-tree-based skill covering 40+ Cloudflare products with clear routing to detailed references
Comprehensive Cloudflare platform reference docs for AI/LLM consumption. Covers Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking, security, and infrastructure-as-code.
Local installation (current project only):
curl -fsSL https://raw.githubusercontent.com/dmmulroy/cloudflare-skill/main/install.sh | bash
Global installation (available in all projects):
curl -fsSL https://raw.githubusercontent.com/dmmulroy/cloudflare-skill/main/install.sh | bash -s -- --global
Once installed, the skill appears in OpenCode's `` list. The agent loads it automatically when working on Cloudflare tasks.
Use the /cloudflare command to load the skill and get contextual guidance:
/cloudflare set up a D1 database with migrations
To update to the latest version:
/cloudflare --update-skill
The installer adds both a skill and a command:
# Skill (reference docs)
skills/cloudflare/
├── SKILL.md # Main manifest + decision trees
└── references/ # Product subdirectories
└── /
├── README.md # Overview, when to use
├── api.md # Runtime API reference
├── configuration.md # wrangler.toml + bindings
├── patterns.md # Usage patterns
└── gotchas.md # Pitfalls, limitations
# Command (slash command)
command/cloudflare.md # /cloudflare entrypoint
The main SKILL.md contains decision trees for:
Workers, Pages, D1, Durable Objects, KV, R2, Queues, Hyperdrive, Workers AI, Vectorize, Agents SDK, AI Gateway, Tunnel, Spectrum, WAF, DDoS, Bot Management, Turnstile, Images, Stream, Browser Rendering, Terraform, Pulumi, and 40+ more.
MIT - see LICENSE
Install via CLI
npx mdskills install dmmulroy/cloudflareCloudflare Skill for OpenCode is a free, open-source AI agent skill. Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.
Install Cloudflare Skill for OpenCode with a single command:
npx mdskills install dmmulroy/cloudflareThis downloads the skill files into your project and your AI agent picks them up automatically.
Cloudflare Skill for OpenCode works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.