cloudflare

Manage Cloudflare zones, DNS records, SSL settings, tunnels, cache, and firewall rules via API.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/estebanrfp/gos --skill cloudflare-estebanrfp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/estebanrfp/gos/tree/main/skills/cloudflare
Command: npx skills add https://github.com/estebanrfp/gos --skill cloudflare-estebanrfp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of managing Cloudflare through the dashboard by letting you inspect and change DNS, SSL, tunnels, cache, and account settings in a controlled, API-driven workflow.

Core Features & Use Cases

  • Domain and DNS management: List zones, create, update, and delete DNS records, and export records for auditing or migration.
  • Security and delivery settings: Review or change SSL mode, zone settings, firewall rules, and page rules for a domain.
  • Tunnel and cache operations: Create or remove Cloudflare Tunnels and purge cache when you need deployment changes to take effect.
  • Use case: A site owner can point a domain to a new server, switch SSL to strict mode, and clear cached assets without leaving the agent workflow.

Quick Start

Ask the Cloudflare skill to list your zones and create or update the DNS record for your domain using your saved API token.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I manage Cloudflare DNS records without using the dashboard?

You can manage Cloudflare DNS records by making authenticated API calls to create, update, delete, or export records for your zones. This requires a bearer token and the specific zone identifier to apply changes.

How do I change SSL settings for a domain on Cloudflare?

To change SSL settings, you update the SSL mode for a zone using authenticated API calls to the Cloudflare API. You need the zone identifier and a valid bearer token to apply the strict or flexible mode changes.

Can I create Cloudflare Tunnels and purge cache through an API workflow?

Yes, you can manage the tunnel lifecycle and purge cache through API calls. This requires authenticated requests to Cloudflare endpoints to create or remove tunnels and clear cached assets for deployment changes.

What do I need to configure Cloudflare firewall and page rules via API?

Configuring firewall and page rules requires a valid bearer token, your account identifier, and the target zone identifier. You send JSON request bodies to the Cloudflare API endpoints to apply the security rules.

Does managing Cloudflare zones through the API require specific identifiers?

Yes, managing Cloudflare zones requires your account identifier, the specific zone identifier, and a bearer token for authentication. These are necessary to target the correct domain and authorize JSON request bodies.