cloudflare Codex Plugin
Plugin Codex Developer Tools Cloud, Deployment & CI/CDAI Agents & AI App DevelopmentWeb & App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This is a plugin package that bundles curated Cloudflare platform skills (for Workers, Wrangler, and the Agents SDK) together with the official Cloudflare API MCP server. According to the README, it includes 8 auto-loaded skills, 2 user-invocable slash commands, and one MCP server (cloudflare-api) for authenticated access to live account data. The plugin.json lists version 0.1.2, MIT license, and author Cloudflare. Per the README, it works with any agent supporting the Agent Skills standard, including OpenAI Codex, Cursor, OpenCode, and Pi.
Overview
According to the homepage, Cloudflare Workers is a global serverless functions platform built on a lightweight isolates architecture that scales automatically from zero to millions of requests. It deploys to 330+ cities by default, has no cold starts, and charges only for execution (CPU) time rather than idle time.
What you can do with cloudflare
- Use /cloudflare:build-agent to build an AI agent on Cloudflare using the Agents SDK (README)
- Use /cloudflare:build-mcp to build an MCP server on Cloudflare (README)
- Get contextual, auto-loaded guidance from 8 skills covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking, security, and IaC (README)
- Deploy and manage Workers, KV, R2, D1, Vectorize, Queues, and Workflows via the wrangler skill (README)
- Access the Cloudflare API through the bundled cloudflare-api MCP server via search() and execute() (README)
- Install the skills into Codex, Cursor, OpenCode, or Pi using the npx skills CLI or manual copy (README)
Sources
Original description (English)
Cloudflare platform plugin with curated skills for Workers, Wrangler, and Agents SDK plus the official Cloudflare API MCP server.
History of cloudflare
- Codex Plugin Added cloudflare