Cloudflare

Deploy Cloudflare Workers, MCP servers, and Pages using the wrangler CLI.

12|Updated Aug 16, 2019
One-click install
npx skills add https://github.com/phatblat/dotfiles --skill cloudflare-phatblat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cloudflare
Source: https://github.com/phatblat/dotfiles/tree/main/.claude/skills/Cloudflare
Command: npx skills add https://github.com/phatblat/dotfiles --skill cloudflare-phatblat

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, MCP servers, and Pages, simplifying your web application and serverless function deployment process.

Core Features & Use Cases

  • Deploy Workers/MCP Servers: Easily deploy new serverless functions or MCP servers to Cloudflare's global network.
  • Deploy Pages: Publish static sites and front-end applications to Cloudflare Pages.
  • Troubleshoot Deployments: Diagnose and resolve common deployment errors, ensuring your applications are live and functional.
  • Use Case: You've finished developing a new API using Cloudflare Workers and need to deploy it. This Skill will handle the deployment process, including setting up necessary configurations and ensuring it's accessible via its URL.

Quick Start

Use the Cloudflare skill to deploy a new worker.

Frequently Asked Questions about Cloudflare

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

FAQPage Schema
How do I deploy a Cloudflare Worker using wrangler?

To deploy a Cloudflare Worker, this Skill utilizes the wrangler CLI to manage the creation and deployment workflow, ensuring your serverless function is published to the network and accessible via its URL.

Can I deploy static sites to Cloudflare Pages with this Skill?

Yes, you can deploy static sites and front-end applications to Cloudflare Pages. The Skill manages the publishing process to make your application live on Cloudflare's global network.

How do I configure environment variables for a Cloudflare Worker deployment?

Configuring environment variables for deployments involves setting up account IDs and managing authentication tokens. The Skill facilitates this configuration to ensure proper access during the wrangler deployment process.

Can I use this to deploy an MCP server to Cloudflare?

Yes, deploying MCP servers is fully supported. You can easily deploy new serverless functions or MCP servers directly to Cloudflare's global network using the wrangler CLI workflows provided.

How do I troubleshoot Cloudflare deployment errors?

Troubleshooting Cloudflare deployment errors is handled by diagnosing and resolving common issues during the workflow. This ensures your Workers, Pages, and MCP servers are live and fully functional.

Do I need to set up authentication tokens before deploying to Cloudflare Workers?

Yes, you need to configure authentication tokens and account IDs as environment variables. The Skill supports this token management to authenticate your wrangler CLI deployment requests.