A powerful CLI-driven skill for managing Cloudflare DNS records, including A, MX, and TXT records, with built-in Dynamic DNS support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cloudflare-dns
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-dns 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 streamlined interface for interacting with the Cloudflare API to manage domain name system settings. By utilizing the bundled shell script, developers can automate the creation and maintenance of various record types, ensuring high availability and secure routing for their web properties. As part of the Openclaw Skills ecosystem, it bridges the gap between manual dashboard management and programmatic automation.
It is designed for developers who need to handle zone records, perform domain verification, or maintain home server connectivity without leaving their development environment. Using Openclaw Skills like this one reduces the friction of context switching while managing cloud infrastructure, allowing for faster deployments and reliable DNS configurations.
To begin using this skill within the Openclaw Skills framework, configure your environment variables to authenticate with Cloudflare:
export CF_API_TOKEN="your-api-token"
export CF_ZONE_ID="your-zone-id" # Optional: can be auto-detected from domain
You can generate an API token in the Cloudflare Dashboard under My Profile -> API Tokens using the Edit zone DNS template. The Zone ID is found on the Overview page of your specific domain.
The skill interacts with Cloudflare API objects and generates JSON output. The following table describes the primary data points handled by the script:
| Parameter | Description | Examples |
|---|---|---|
| type | The DNS record protocol | A, AAAA, CNAME, TXT, MX |
| name | The subdomain or root label | www, @, blog |
| content | The target IP or destination | 1.2.3.4, example.com |
| proxied | Whether to use Cloudflare Proxy | true, false |
| ttl | Time to live in seconds | 300, 1 (Auto) |
| priority | Order for MX records | 10, 20 |
Loading
A zero-config AI skill that allows agents to search, browse, and compare products across millions of Shopify stores with direct checkout capabilities.

An advanced product discovery skill for AI agents to search, compare, and facilitate purchases across millions of online stores without API keys.

A comprehensive shopping and product discovery skill that allows AI agents to search, compare, and facilitate purchases across millions of online stores without individual API keys.

A high-performance product discovery and comparison tool that integrates millions of online stores into your AI agent without requiring an API key.

A comprehensive AI skill for managing personal finances, tracking budgets, and automating transaction logging via the Firefly III API.

An advanced integration for Openclaw Skills that enables real-time Indian stock market trading, portfolio tracking, and market data analysis via the Groww platform.








































