Cloudflare

Manages Cloudflare Workers and Pages via wrangler CLI and API queries.

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

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 other services, simplifying complex cloud infrastructure tasks.

Core Features & Use Cases

  • Automated Deployment: Deploy Workers and Pages using wrangler.
  • API Management: Interact with Cloudflare services via Code Mode MCP for querying, managing KV, R2, D1, DNS, and analytics.
  • Troubleshooting: Diagnose and resolve deployment issues using API insights and logs.
  • Use Case: Deploy a new Cloudflare Worker that serves as an API endpoint, then query its status and logs if any issues arise.

Quick Start

Deploy the worker defined in the current directory to Cloudflare.

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 from the command line?

To deploy a Cloudflare Worker, you can use the wrangler CLI to publish your project directly to the cloud infrastructure. This streamlines the deployment process and ensures your serverless application is live and accessible.

Can I manage Cloudflare KV, R2, and D1 storage through an API?

Yes, you can manage Cloudflare KV, R2, and D1 storage by interacting with the services via API queries. This allows you to query, manage, and inspect the state of your cloud infrastructure programmatically.

What is the best way to troubleshoot Cloudflare Pages deployment issues?

The best way to troubleshoot Cloudflare Pages deployment issues is by diagnosing and resolving them using API insights and logs. Querying the API helps inspect the application state and identify errors during cloud deployment.

Does wrangler work for deploying both Cloudflare Workers and Pages?

Yes, wrangler works for deploying both Cloudflare Workers and Pages. It facilitates automated deployment of your cloud infrastructure, allowing you to publish serverless functions and static sites efficiently.

Why is my Cloudflare Worker deployment failing?

Your Cloudflare Worker deployment may be failing due to configuration or state issues. You can troubleshoot and diagnose the root cause by querying the API for deployment insights and inspecting logs to resolve the error.

Do I need the wrangler CLI to deploy services to Cloudflare?

You need the wrangler CLI to deploy services to Cloudflare because it handles the deployment process for Workers and Pages. For other tasks like querying DNS or analytics, it leverages API operations.