cloudflare-api-key-automation

Automate Cloudflare API operations through the Rube MCP gateway for secure infrastructure management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Cloudflare's API by providing a standardized, secure, and repeatable workflow for executing infrastructure tasks.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current API schemas to ensure compatibility with the latest Cloudflare endpoints.
  • Secure Execution: Manage API connections and execute multi-step workflows through the Rube MCP gateway.
  • Use Case: Automate DNS record updates or firewall rule adjustments across multiple Cloudflare zones without manually navigating the dashboard.

Quick Start

Use the cloudflare-api-key-automation skill to search for available tools and update the DNS records for my domain.

Frequently Asked Questions about cloudflare-api-key-automation

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

FAQPage Schema
How do I connect my Cloudflare account to this skill?

Connect your account by calling RUBE_MANAGE_CONNECTIONS with the cloudflare_api_key toolkit. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, slugs, and input requirements. This prevents errors caused by outdated API definitions or deprecated tool parameters.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH with the run_composio_tool() function to execute multiple operations or complex workflows in a single session.

What should I do if my tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm the memory parameter is included in your execution call.