cloudflare

Manage Cloudflare DNS, WAF, firewall rules, and origin certificates via Terraform.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/sevenbelowllc/sevenbelow-resources --skill cloudflare-sevenbelowllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/sevenbelowllc/sevenbelow-resources/tree/main/claude-setups/compliance-os-project-v1/global/.claude/skills/cloudflare
Command: npx skills add https://github.com/sevenbelowllc/sevenbelow-resources --skill cloudflare-sevenbelowllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the management of Cloudflare DNS, WAF, firewall rules, and other networking configurations, ensuring secure and efficient public endpoint management.

Core Features & Use Cases

  • DNS Management: Create, update, and delete DNS records.
  • Security Configuration: Define WAF rules, firewall rules, and rate limiting.
  • Certificate Management: Handle origin certificates for secure connections.
  • Use Case: Automatically configure DNS records and associated firewall rules for a new subdomain, ensuring it's securely exposed only to necessary IPs.

Quick Start

Use the cloudflare skill to add a new A record for 'api.your-domain.com' pointing to '35.241.47.8' and ensure it is proxied.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I automate Cloudflare DNS record creation with Terraform?

Cloudflare DNS record creation is automated through Terraform by defining resource blocks for zone settings and records, allowing you to programmatically create, update, and delete DNS configurations for new subdomains.

How do I configure WAF rules and IP whitelisting for Cloudflare public endpoints?

WAF rules and IP whitelisting for public endpoints are configured by enforcing security best practices through Terraform, ensuring public endpoints are securely exposed only to necessary IP addresses.

Can I manage Cloudflare origin certificates and TLS configurations via Terraform?

Yes, origin certificates and TLS configurations are managed by automating secure SaaS operations, allowing you to handle secure connections and enforce specific TLS settings programmatically.

What is the best way to apply rate limiting and firewall rules in Cloudflare?

Applying rate limiting and firewall rules is best handled by defining security configurations as code, automating the enforcement of network protections across your Cloudflare-managed zones.

Does this approach support managing zone settings for secure SaaS operations?

Yes, managing zone settings is supported and specifically designed to enforce secure SaaS operations, handling TLS configurations and network protections for your infrastructure.