Agent Plugins Marketplace
All plugins

cloudflare

v1.0.0-ghast.1

Build and operate on Cloudflare with official skills, slash commands, and five official MCP servers.

Agent Plugins13 Skills5 MCP serversStreamable HTTP

By CloudflareLicense: Apache-2.00 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
18 skill or MCP entries
Source updated
Aug 30, 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

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/cloudflare/
├── plugin.json
├── skills/agents-sdk/SKILL.md
├── skills/cloudflare/SKILL.md
├── skills/cloudflare-email-service/SKILL.md
├── skills/cloudflare-one/SKILL.md
├── skills/cloudflare-one-migrations/SKILL.md
├── skills/durable-objects/SKILL.md
├── skills/sandbox-migrate-to-next/SKILL.md
├── skills/sandbox-next/SKILL.md
├── skills/sandbox-stable/SKILL.md
├── skills/turnstile-spin/SKILL.md
├── skills/web-perf/SKILL.md
├── skills/workers-best-practices/SKILL.md
├── skills/wrangler/SKILL.md
└── mcp.json

Included Skills13

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.

cloudflare-email-serviceskills/cloudflare-email-service/SKILL.md

Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like "add email to my Worker" — this skill has critical config details.

cloudflare-oneskills/cloudflare-one/SKILL.md

Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.

cloudflare-one-migrationsskills/cloudflare-one-migrations/SKILL.md

Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.

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.

sandbox-migrate-to-nextskills/sandbox-migrate-to-next/SKILL.md

Use when porting a Cloudflare Sandbox app from stable @cloudflare/sandbox to @cloudflare/sandbox@next (Sandbox SDK 1.0 preview), or when the user asks to migrate or upgrade to Sandbox 1.0 / @next. Not for day-to-day stable work (sandbox-stable) or new @next apps (sandbox-next).

sandbox-nextskills/sandbox-next/SKILL.md

Use when building or changing Cloudflare Sandbox apps on @cloudflare/sandbox@next (Sandbox SDK 1.0 preview)—code execution, AI runners, interpreters, CI-like jobs, terminals, files, mounts, tunnels, preview URLs, lifecycle, or errors. Not for the default stable package (use sandbox-stable) or for porting stable to @next (use sandbox-migrate-to-next).

sandbox-stableskills/sandbox-stable/SKILL.md

Use when building or changing Cloudflare Sandbox apps on the current stable @cloudflare/sandbox package (default npm tag)—commands, sessions, files, ports, tunnels, terminals, bridge, production, or deprecated-API cleanup while staying on stable. Not for @cloudflare/sandbox@next (use sandbox-next) or for porting to 1.0 (use sandbox-migrate-to-next).

turnstile-spinskills/turnstile-spin/SKILL.md

Set up Cloudflare Turnstile end-to-end in a project. Scan the codebase, create the widget via the Cloudflare API, embed it where user requests need bot verification (form submissions, SPA actions, API endpoints, download links, comment or vote submissions, etc.), wire canonical server-side siteverify in the customer's existing backend, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form or endpoint from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.

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/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cloudflare",
  "version": "1.0.0-ghast.1",
  "description": "Build and operate on Cloudflare with official skills, slash commands, and five official MCP servers.",
  "author": {
    "name": "Cloudflare",
    "url": "https://workers.cloudflare.com"
  },
  "homepage": "https://workers.cloudflare.com",
  "repository": "https://github.com/cloudflare/skills",
  "license": "Apache-2.0",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "development",
      "upstreamRevision": "f96bff754e428838818017f75817f0f9428acd48",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg",
      "commands": "./ai.trapezohe.ghast/commands/"
    }
  }
}

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-3)