cloudflare

Manage Cloudflare services including DNS, Tunnels, Zero Trust, WAF, Workers, and Pages.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill cloudflare-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/cloudflare
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill cloudflare-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of various Cloudflare services, allowing users to configure DNS, set up tunnels, manage security features, and deploy applications.

Core Features & Use Cases

  • Cloudflare Tunnel: Expose local services securely to the internet.
  • DNS Management: Create, update, and list DNS records via the Cloudflare API.
  • Workers & Pages: Deploy and manage serverless functions and static sites.
  • Security: Configure WAF rules and Zero Trust access policies.
  • Use Case: You need to securely expose a local development server to a client for a demo. Use this skill to create a Cloudflare Tunnel and route traffic to your local service.

Quick Start

Use the cloudflare skill to create a new tunnel named 'my-tunnel' and route traffic to your local web server running on port 3000.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I create a Cloudflare Tunnel to expose a local development server?

To create a Cloudflare Tunnel, you can configure a named tunnel and route external traffic directly to your local service port, such as 3000. This securely exposes your local development server to the internet without opening firewall ports.

Can I manage DNS records via the Cloudflare API?

Yes, you can manage DNS records via the Cloudflare API. This functionality allows you to create, update, and list DNS records programmatically to configure your domains efficiently.

How do I configure WAF rules and Zero Trust access policies?

Configuring WAF rules and Zero Trust access policies involves managing your Cloudflare security settings. You can set up firewall rules to block threats and enforce Zero Trust policies for secure remote access.

Does this support deploying serverless functions and static sites?

Yes, this supports deploying serverless functions and static sites. You can deploy and manage Cloudflare Workers for serverless compute and Cloudflare Pages for hosting static web applications.

What is the best way to secure remote access to local services?

Using Cloudflare Tunnels is an effective way to secure remote access. By creating a reverse proxy, you can route external requests to internal services without exposing your local network directly to the internet.