Cloudflare

Cloudflare Commands — DevOps skill for Claude Code

DevOps community Intermediate

Cloudflare CLI commands reference.

How to install Cloudflare Commands

This entry records only its repository, not the path inside it, so there is no exact command to give. Open cloudflare/skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cloudflare Commands does

A collection of [Agent Skills](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★
  • Agents Starter — A starter kit for building ai agents on Cloudflare 1.3k ★

README

Cloudflare Skills

A collection of [Agent Skills](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-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](https://code.claude.com/docs/en/discover-plugins#add-from-github):

/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`](https://skills.sh) 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:

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

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

...