cloudflare

Deploy and manage Cloudflare services via CLI and API interactions.

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill cloudflare-fgarofalo56
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/cloudflare
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill cloudflare-fgarofalo56

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and commands for deploying, managing, and securing services on Cloudflare's global edge network, simplifying complex configurations.

Core Features & Use Cases

  • DNS Management: Configure DNS records, understand proxy status.
  • Cloudflare Tunnels: Securely expose local services to the internet.
  • Zero Trust: Implement identity-based access control and secure remote access.
  • WAF & Security: Set up firewall rules, custom rules, and managed rulesets.
  • Workers & Pages: Deploy serverless functions and static sites at the edge.

Quick Start

Use the cloudflare skill to create a new A record for 'www.example.com' pointing to '192.0.2.1' and enable proxying.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I configure Cloudflare Tunnels to securely expose local services to the internet?

Cloudflare Tunnels securely expose local services to the internet by creating encrypted outbound connections from your network to the edge, eliminating inbound firewall ports. This Skill provides commands to establish and manage those tunnel connections.

How do I deploy serverless functions and static sites to Cloudflare Workers and Pages?

Deploying serverless functions and static sites to Cloudflare Workers and Pages is supported through CLI and API interactions. This Skill facilitates pushing edge computing code and frontend assets directly to Cloudflare's global network for distributed execution.

Can I manage DNS records and configure proxy status through the Cloudflare API?

Yes, you can manage DNS records and configure proxy status through the Cloudflare API. This Skill enables the creation of A records and the modification of DNS proxy settings to route traffic effectively through the edge network.

What is the best way to set up Cloudflare WAF custom rules and Zero Trust access control?

The best way to set up WAF custom rules and Zero Trust access control is through structured API configurations. This Skill facilitates implementing identity-based access controls and defining firewall rulesets to secure global applications at the edge.

Does this approach support managing edge storage like R2, D1, and KV for global applications?

Yes, managing edge storage like R2, D1, and KV is fully supported. This Skill enables the deployment and management of these Cloudflare storage services to maintain state and data persistence for serverless edge computing workflows.