A powerful Model Context Protocol (MCP) integration that enables AI agents to manage over 2500 Cloudflare API endpoints including Workers, DNS, and storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cloudflare-mcp
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-mcp 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 MCP skill is a comprehensive integration designed for the Cloudflare Code Mode MCP, allowing AI agents to interact directly with the Cloudflare API. By leveraging this skill within Openclaw Skills, developers can automate the management of Workers, DNS records, R2 buckets, D1 databases, and KV namespaces through simple natural language commands.
This integration bridges the gap between AI coding agents and complex cloud infrastructure. It uses a dynamic discovery mechanism to navigate the vast Cloudflare ecosystem, ensuring that agents have the tools necessary to deploy, configure, and monitor services without manual dashboard intervention.
To get started with this skill, you must configure the MCP server in your openclaw.json file:
{
"mcpServers": {
"cloudflare-api": {
"url": "https://mcp.cloudflare.com/mcp"
}
}
}
Once configured, restart your Gateway. The first time you trigger a Cloudflare command, an OAuth window will open to authorize the connection. This seamless setup is a core benefit of using Openclaw Skills.
The skill manages various Cloudflare resources through structured API interactions. Below is a summary of the data entities often handled:
| Resource | Description |
|---|---|
| Workers | Deployment of serverless scripts and environment variables. |
| DNS Records | Management of A, AAAA, CNAME, and TXT records for zones. |
| R2 & KV | Storage buckets and key-value pairs for application data. |
| D1 | SQL database management and query execution. |
| Account | Metadata regarding account permissions, billing, and quotas. |
All data transmitted is secured via Cloudflare's standard OAuth implementation.
Loading
A professional API lifecycle and cost management tool designed to optimize spending and automate multi-provider key rotation within the Openclaw environment.

A specialized monitoring utility for Openclaw Skills that tracks API quotas and facilitates manual model failovers to ensure service continuity.

A specialized tool for real-time monitoring of Z.AI GLM Coding Plan token consumption and subscription limits.

An automated auditing and repair tool designed to ensure every skill in your workspace complies with strict quality and structural requirements.

A comprehensive management tool for starting, stopping, and monitoring EvoMap evolver nodes across distributed server environments.

A robust networking utility that implements exponential backoff and timeout controls to prevent agent failures due to transient network errors.








































