Agent Plugins Marketplace
All plugins

majestic-cloudflare

v0.1.1

Build, secure, provision, and deploy across the Cloudflare platform: Workers, Agents SDK, Durable Objects, Sandbox SDK, Cloudflare One, Email, Turnstile, OpenTofu infrastructure, and Wrangler.

CodexClaude CodeAgent Plugins13 Skills

By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
13 skill or MCP entries
Source updated
Aug 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-cloudflare@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/majesticlabs-dev/majestic-abilities

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/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/agents-sdk/SKILL.md
├── skills/cloudflare/SKILL.md
├── skills/cloudflare-email-service/SKILL.md
├── skills/cloudflare-infrastructure/SKILL.md
├── skills/cloudflare-one/SKILL.md
├── skills/cloudflare-one-migrations/SKILL.md
├── skills/cloudflare-worker-development/SKILL.md
├── skills/cloudflare-workers-deployment/SKILL.md
├── skills/durable-objects/SKILL.md
├── skills/sandbox-sdk/SKILL.md
├── skills/turnstile-spin/SKILL.md
├── skills/workers-best-practices/SKILL.md
└── skills/wrangler/SKILL.md

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-infrastructureskills/cloudflare-infrastructure/SKILL.md

Provision and review Cloudflare infrastructure with OpenTofu. Use when managing zones, DNS records, TLS settings, cache rules, WAF rulesets, load balancers, or scoped infrastructure API tokens.

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.

cloudflare-worker-developmentskills/cloudflare-worker-development/SKILL.md

Build and review TypeScript applications for the Cloudflare Workers runtime. Use when implementing Worker handlers, Hono routes, bindings, Durable Objects, Queues, or tests that execute in workerd.

cloudflare-workers-deploymentskills/cloudflare-workers-deployment/SKILL.md

Configure, validate, and deploy Cloudflare Workers with Wrangler. Use when managing `wrangler.jsonc`, bindings, environments, secrets, local development, generated types, deployment versions, or production rollbacks.

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-sdkskills/sandbox-sdk/SKILL.md

Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

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, deploy the managed siteverify Worker, write the frontend snippets, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.

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.

Plugin manifests3

plugins/cloudflare/.codex-plugin/plugin.json
{
  "name": "majestic-cloudflare",
  "version": "0.1.1",
  "description": "Build, secure, provision, and deploy across the Cloudflare platform: Workers, Agents SDK, Durable Objects, Sandbox SDK, Cloudflare One, Email, Turnstile, OpenTofu infrastructure, and Wrangler.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "cloudflare",
    "workers",
    "opentofu"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Majestic Cloudflare",
    "shortDescription": "Cloudflare platform, Workers, security, infrastructure, and deployment skills.",
    "longDescription": "Build, secure, provision, and deploy across the Cloudflare platform: Workers, Agents SDK, Durable Objects, Sandbox SDK, Cloudflare One, Email, Turnstile, OpenTofu infrastructure, and Wrangler.",
    "developerName": "Majestic Labs",
    "category": "Developer Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Plan and verify Cloudflare infrastructure changes.",
      "Build and deploy a Cloudflare Worker safely."
    ]
  }
}
plugins/cloudflare/.claude-plugin/plugin.json
{
  "name": "majestic-cloudflare",
  "displayName": "Majestic Cloudflare",
  "version": "0.1.1",
  "description": "Build, secure, provision, and deploy across the Cloudflare platform: Workers, Agents SDK, Durable Objects, Sandbox SDK, Cloudflare One, Email, Turnstile, OpenTofu infrastructure, and Wrangler.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "cloudflare",
    "workers",
    "opentofu"
  ]
}
plugins/cloudflare/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "majestic-cloudflare",
  "version": "0.1.1",
  "description": "Build, secure, provision, and deploy across the Cloudflare platform: Workers, Agents SDK, Durable Objects, Sandbox SDK, Cloudflare One, Email, Turnstile, OpenTofu infrastructure, and Wrangler.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "cloudflare",
    "workers",
    "opentofu"
  ]
}

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

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