Cloudflare

Deploy Cloudflare Workers and Pages with wrangler and manage services via MCP.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/BishopCodes/OpenPAI --skill cloudflare-bishopcodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cloudflare
Source: https://github.com/BishopCodes/OpenPAI/tree/main/skills/Utilities/Cloudflare
Command: npx skills add https://github.com/BishopCodes/OpenPAI --skill cloudflare-bishopcodes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of Cloudflare Workers, Pages, and services, simplifying complex cloud infrastructure tasks.

Core Features & Use Cases

  • Automated Deployment: Deploy Workers and Pages directly from your local environment using wrangler.
  • API Management: Interact with Cloudflare services (KV, R2, D1, DNS, etc.) via the Code Mode MCP API.
  • Troubleshooting: Diagnose and resolve deployment issues by checking logs and status through MCP.
  • Use Case: Deploy a new Cloudflare Worker that acts as an API gateway, then manage its KV store and monitor its performance, all through natural language commands.

Quick Start

Use the Cloudflare skill to deploy the worker located in the 'workers/my-new-worker' directory.

Frequently Asked Questions about Cloudflare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Cloudflare Workers from my local environment?

You can deploy Cloudflare Workers directly from your local environment using the `wrangler` command-line tool. The Cloudflare skill automates this process by interfacing with `wrangler` to handle your local deployments.

Can I manage Cloudflare KV, R2, and D1 storage through natural language commands?

Yes, you can manage Cloudflare KV, R2, and D1 storage through natural language commands. The skill utilizes a Code Mode MCP API to interact with these storage services and manage DNS records.

What is the best way to troubleshoot Cloudflare deployment issues and check logs?

The best way to troubleshoot Cloudflare deployment issues is to use the Code Mode MCP to check logs and service status. This allows you to diagnose and resolve problems through a unified management interface.

Does this approach support managing Cloudflare Pages alongside Workers?

Yes, this approach supports managing Cloudflare Pages alongside Workers. It provides a dual-mode system that combines `wrangler` for deploying both Pages and Workers, simplifying your cloud infrastructure management.

How does the dual-mode system work for managing cloud infrastructure?

The dual-mode system manages cloud infrastructure by combining `wrangler` for local deployments and Code Mode MCP for API operations. This unified interface solves complex tasks like querying services, deploying workers, and analyzing performance.

Do I need wrangler to interact with Cloudflare services via the API?

You do not need `wrangler` to interact with Cloudflare services via the API. The skill uses Code Mode MCP for API operations like managing DNS and storage, while `wrangler` is specifically used for deployments.