LaunchKit · 2026
Back to Skills

cf-manager

Manage Cloudflare via API — DNS zones and records, page rules, SSL/TLS settings, caching, firewall rules, Workers.

0
683 downloads
by @rexlunae

Setup & Installation

openclaw skills install @rexlunae/cf-manager

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cf-manager

What This Skill Does

Manages Cloudflare infrastructure via API using a Python CLI script. Covers DNS zones and records, SSL/TLS configuration, page rules, firewall rules, Workers deployment, and traffic analytics. Free tier support includes CDN, DDoS protection, and SSL certificates.

Lets you manage all Cloudflare settings from the command line, making it practical to script, automate, or batch changes without clicking through the dashboard.

When to use it

  • Adding DNS records when pointing a new domain to a server
  • Blocking malicious IPs or entire countries via firewall rules
  • Purging CDN cache after deploying site updates
  • Migrating DNS from another provider by importing and verifying records
  • Deploying or updating serverless Worker scripts without the dashboard

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Add example.com to Cloudflare with my server at 1.2.3.4 and enable HTTPS

AGENT
  1. 1Add the zone for example.com to Cloudflare
  2. 2Retrieve the assigned nameservers from the zone details
  3. 3Add an A record pointing @ to 1.2.3.4 with proxy enabled
  4. 4Add a CNAME for www pointing to example.com with proxy enabled
  5. 5Set SSL mode to strict
OUTPUT

Zone created, DNS records configured with orange-cloud proxy, SSL set to strict mode — nameservers ready to update at registrar

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Cloudflare accountCloudflare API token with Zone:Read, Zone:Edit, DNS:Read, DNS:Edit permissions (from dash.cloudflare.com/profile/api-tokens)