A comprehensive automation interface to manage Cloudflare DNS, security, CDN settings, and serverless Workers via API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cf-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cf-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust programmatic interface to control your Cloudflare infrastructure directly through Openclaw Skills. It allows developers and system administrators to manage DNS zones, records, and security settings without the need to manually navigate the Cloudflare dashboard for every change. By leveraging the Cloudflare API, users can automate repetitive tasks such as purging caches, updating IP addresses, or configuring SSL modes across multiple domains simultaneously.
Integrating this tool within your Openclaw Skills workflow ensures that your web applications remain secure and highly performant. Whether you are migrating domains, hardening your firewall, or deploying serverless logic at the edge, this skill streamlines complex infrastructure tasks into simple, repeatable commands.
To use this skill within Openclaw Skills, you must first configure your API credentials.
mkdir -p ~/.config/cloudflare
echo -n "YOUR_API_TOKEN" > ~/.config/cloudflare/token
chmod 600 ~/.config/cloudflare/token
The skill organizes infrastructure data around the concept of Zones. Below is the metadata taxonomy used for managing assets:
| Component | Managed Data | Example Attributes |
|---|---|---|
| Zones | Domain identification | Zone ID, Status (Active/Pending), Nameservers |
| DNS Records | Routing information | Type (A, CNAME, MX), Name, Content, Proxy Status |
| Security | Access control | Firewall Rule ID, IP/Country filter, Action |
| SSL/TLS | Encryption settings | SSL Mode, HSTS Status, HTTPS Redirects |
| Workers | Edge scripts | Script Name, Deployment Date, Route Bindings |
Loading
A comprehensive automation skill for Suno AI that handles authentication, custom song generation, and audio file management.

A specialized AI agent skill designed to automate Suno AI music production on headless Linux cloud servers using virtual display technology.

An automated system for generating professional Reveal.js slide decks and technical articles directly from source code and research papers.

Guide Creator is a specialized documentation system that generates and maintains standardized project guides to ensure seamless AI context recovery and development continuity.

A comprehensive command-line integration for programmatically managing DigitalOcean cloud infrastructure, including Droplets, DNS, and storage.

A comprehensive automation tool for managing Hostinger VPS instances, DNS records, domains, and Docker deployments via a programmatic interface.








































