Agent Plugins Marketplace
← All plugins

cloudflare

v1.0.0

Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, Wrangler CLI, and web performance, with the five Cloudflare MCP servers.

Claude Code6 Skills5 MCP serversStreamable HTTP

By CloudflareLicense: Apache-2.00 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install cloudflare for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cloudflare-5@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/blockchainian/claude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloudflare/.

Plugin files

plugins/cloudflare/
├── .claude-plugin/plugin.json
├── skills/agents-sdk/SKILL.md
├── skills/cloudflare/SKILL.md
├── skills/durable-objects/SKILL.md
├── skills/web-perf/SKILL.md
├── skills/workers-best-practices/SKILL.md
├── skills/wrangler/SKILL.md
└── .mcp.json

Included Skills6

agents-sdkskills/agents-sdk/SKILL.md

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

cloudflareskills/cloudflare/SKILL.md

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

durable-objectsskills/durable-objects/SKILL.md

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

web-perfskills/web-perf/SKILL.md

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed. Biases towards retrieval from current documentation over pre-trained knowledge.

workers-best-practicesskills/workers-best-practices/SKILL.md

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

wranglerskills/wrangler/SKILL.md

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

MCP servers5

cloudflare-apiStreamable HTTP
url
https://mcp.cloudflare.com/mcp
cloudflare-bindingsStreamable HTTP
url
https://bindings.mcp.cloudflare.com/mcp
cloudflare-buildsStreamable HTTP
url
https://builds.mcp.cloudflare.com/mcp
cloudflare-docsStreamable HTTP
url
https://docs.mcp.cloudflare.com/mcp
cloudflare-observabilityStreamable HTTP
url
https://observability.mcp.cloudflare.com/mcp

Plugin manifests1

plugins/cloudflare/.claude-plugin/plugin.json
{
  "name": "cloudflare",
  "description": "Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, Wrangler CLI, and web performance, with the five Cloudflare MCP servers.",
  "version": "1.0.0",
  "author": {
    "name": "Cloudflare"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/cloudflare/skills",
  "repository": "https://github.com/blockchainian/claude"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cloudflare on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloudflare-5)