cloudflare-automation

Automate Cloudflare infrastructure operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill cloudflare-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/cloudflare-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill cloudflare-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating the Cloudflare dashboard for routine infrastructure tasks, allowing for programmatic management of network settings and resources.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Cloudflare tool schemas via Rube MCP to ensure compatibility.
  • Connection Management: Securely manage and verify active connections to Cloudflare toolkits.
  • Workflow Execution: Perform bulk operations and multi-step Cloudflare tasks using a unified execution pattern.

Quick Start

Use the cloudflare-automation skill to search for available tools and execute a configuration update for my domain.

Frequently Asked Questions about cloudflare-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Cloudflare to my AI agent?

Connect Cloudflare by configuring the Rube MCP server and using the RUBE_MANAGE_CONNECTIONS tool with the cloudflare toolkit. Ensure the connection status is set to ACTIVE before attempting any operations.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is mandatory because tool schemas and available parameters change frequently. This ensures your agent uses the most current API definitions and avoids execution errors.

Can I automate bulk Cloudflare operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool to run bulk operations or the RUBE_MULTI_EXECUTE_TOOL for sequential tasks. Always include a memory object in your calls to maintain state across steps.

What should I do if my Cloudflare connection fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, follow the provided authentication link to re-authorize the toolkit and refresh your session.