cloudflare-automation
Automate Cloudflare tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:16
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-cloudflare-automation&locale=en&source=copy
Cloudflare Automation - Automate Cloudflare Operations with Rube MCP
Skill Overview
cloudflare-automation is a Claude skill that automates Cloudflare operations through Composio’s Rube MCP server. It lets you manage features such as DNS, WAF, caching, and more without needing API keys.
Use Cases
Automatically update Cloudflare DNS records in CI/CD pipelines, and clear caches when deploying new versions to ensure traffic routes correctly to the new servers.
Manage configurations for multiple Cloudflare domains in a unified way: add DNS records in batches, update WAF rules for multiple domains, and improve operational efficiency.
Use AI clients such as Claude Code to describe your needs in natural language and automatically complete Cloudflare configuration tasks, lowering the barrier to operation.
Core Features
Use
RUBE_SEARCH_TOOLS to automatically fetch the latest Cloudflare tool modes and execution plans. This avoids hard-coded, outdated API parameters and ensures compatibility.Use
RUBE_MANAGE_CONNECTIONS to manage Cloudflare account connections: view connection status, handle authorization flows, and support secure account binding.Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Cloudflare operations in one go, supporting tasks such as bulk DNS record creation, cache purges, and rule deployments.FAQ
What is Rube MCP? How is it used for Cloudflare automation?
Rube MCP is an MCP server provided by Composio that acts as a bridge between AI clients such as Claude and external tools. You only need to add the
https://rube.app/mcp endpoint to your client configuration—no separate API key is required. With the cloudflare-automation skill, you can use the Cloudflare toolkit provided by Rube MCP to perform various automation tasks.How do I connect Cloudflare using the cloudflare-automation skill?
First, make sure Rube MCP has been added to your client configuration. Then call
RUBE_MANAGE_CONNECTIONS and set the toolkit to cloudflare. The system will return an authorization link. After completing authorization, the connection status will become ACTIVE, and you can then run various Cloudflare operations. It’s recommended to check the connection status before each execution.What Cloudflare functions does cloudflare-automation support?
This skill supports all functions provided by the Cloudflare toolkit. The specific usable tools are determined dynamically via
RUBE_SEARCH_TOOLS. Common operations include DNS record management (A, AAAA, CNAME, etc.), WAF rule configuration, cache purges, and region setting updates. Since tool modes may change, it’s recommended to search for the latest tool list and parameter formats before each use.