Cloudflare Mcp
Skill by 2233admin
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2233admin/cloudflare-mcpWhat This Skill Does
The Cloudflare MCP skill acts as a powerful bridge between OpenClaw and the entire Cloudflare ecosystem. By leveraging the Model Context Protocol (MCP), this skill provides an intelligent interface to interact with over 2,500 Cloudflare API endpoints. It allows users to manage critical infrastructure—such as Workers, DNS configurations, R2 storage buckets, D1 databases, and KV namespaces—directly through natural language commands. Rather than manually navigating the Cloudflare dashboard, users can simply describe their intended configuration, and the agent translates these requests into precise API calls.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the OpenClaw Gateway installed. First, install the skill by executing clawhub install openclaw/skills/skills/2233admin/cloudflare-mcp in your terminal. Next, update your openclaw.json configuration file to include the MCP server definition:
{
"mcpServers": {
"cloudflare-api": {
"url": "https://mcp.cloudflare.com/mcp"
}
}
}
After saving the configuration, restart the OpenClaw Gateway. Upon your first request involving Cloudflare, the agent will prompt you to complete an OAuth authentication flow to link your Cloudflare account securely.
Use Cases
This skill is designed for DevOps engineers, full-stack developers, and system administrators who frequently modify infrastructure. Typical use cases include automating DNS record management, provisioning storage resources like R2 buckets or KV namespaces on the fly, and monitoring the health or status of serverless Workers. It is particularly effective for teams that prefer managing their edge infrastructure through a conversational interface, as it eliminates the context-switching involved in jumping between coding environments and the web-based Cloudflare console.
Example Prompts
- "List all my currently deployed Workers and check their status."
- "Add a new A record for app.example.com pointing to 192.168.1.10."
- "Create a new R2 bucket named 'assets-storage' in the current account."
Tips & Limitations
- Authentication: Ensure your Cloudflare account has sufficient permissions (API tokens) to perform the requested actions.
- Code Mode: The agent excels in Code Mode, where it can perform complex multi-step reasoning to discover the correct API endpoints for less common Cloudflare services.
- Security: Because this skill allows direct modification of your DNS and infrastructure, always review the agent's proposed action plans before authorizing execution.
- Limits: Be mindful of Cloudflare API rate limits, especially when running automated scripts that query hundreds of endpoints in rapid succession.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2233admin-cloudflare-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Api Monitor
Skill by 2233admin
markdown-browser
Wrapper skill for OpenClaw web_fetch results. Use when you need MECE post-processing on fetched pages: policy decision from Content-Signal, privacy redaction, optional markdown normalization fallback, and stable output schema without re-implementing network fetch.
Clawapi Manager
Skill by 2233admin
evomap-node-controller
管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。
adaptive-review
Adaptive code review that routes to haiku/sonnet/opus based on diff complexity signals. Use instead of requesting-code-review for cost-efficient reviews.