A comprehensive automation skill for managing Cloudflare DNS records, domain zones, and secure tunnels via the Cloudflare API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cloudflare-api
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 cloudflare-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cloudflare skill enables developers to programmatically manage their web infrastructure through the Openclaw Skills ecosystem. By interfacing directly with the Cloudflare API, this skill allows for rapid DNS record updates, domain zone administration, and the creation of secure tunnels without manually navigating the dashboard. It is an essential tool for those looking to integrate infrastructure-as-code principles into their daily AI-assisted workflows.
This skill streamlines the complexity of Cloudflare's extensive API into actionable scripts that prioritize speed and security. Whether you are updating an A record for a new server or setting up a zero-trust tunnel for a local development environment, using this skill within Openclaw Skills provides the necessary abstractions to handle infrastructure tasks with precision and efficiency.
Go to the Cloudflare dashboard and create a token with Zone:Read, DNS:Edit, and Account:Cloudflare Tunnel:Edit permissions.
# Recommended: Store in a secure file
echo "YOUR_API_TOKEN" > ~/.cloudflare_token
chmod 600 ~/.cloudflare_token
# Alternative: Use environment variables
export CLOUDFLARE_API_TOKEN="YOUR_API_TOKEN"
./scripts/setup.sh
The skill organizes Cloudflare resources using the following metadata structure:
| Resource | Primary Metadata | Key Attributes |
|---|---|---|
| Zones | Domain Containers | Name, ID, Status, Development Mode |
| DNS Records | Zone Entries | Type (A, CNAME, etc.), Name, Content, Proxy Status |
| Tunnels | Secure Connectors | Name, ID, Created At, Remote Configuration |
| Ingress | Routing Rules | Hostname, Service URL, Path Mapping |
--json flag to enable interoperability with other Openclaw Skills.--quiet) for extracting specific IDs, ideal for piping results into subsequent automation scripts.Loading
A powerful tool for creating and managing isolated Docker VM sandboxes to safely execute AI agents and untrusted code.

A local memory service that allows AI agents to persist learnings, preferences, and goals across sessions using secure Ed25519 cryptography.

A comprehensive AI agent skill for Windsurf IDE that enables autonomous coding, multi-file editing, and complex terminal-based workflows.

A comprehensive framework for designing, initializing, and packaging modular skills that provide AI agents with specialized procedural knowledge.

A professional integration for Fathom AI that allows agents to retrieve call recordings, full transcripts, and automated summaries directly from your meeting history.

An AI-powered automation skill that generates professional presentations, documents, and social media carousels via the Gamma.app API.








































