Automate Cloudflare API tasks and check current schemas via Rube MCP.
This skill appears to be prompt/documentation content in a widely trusted open-source repository, with no direct requirement for local secrets, local code execution, or local file access, so overall risk is low. However, its purpose is to route Cloudflare API operations through Rube MCP and Composio, which introduces third-party remote service usage and account authorization considerations during actual use.
The material says 'No API keys needed' only for adding the Rube MCP endpoint, but the README also requires creating an ACTIVE `cloudflare_api_key` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link. That means actual Cloudflare account/API authorization is still involved, just handled through an external connection flow. This creates normal third-party authorization/token exposure surface, but there is no explicit request for local environment secrets or clearly abnormal credential harvesting.
The documentation explicitly requires connecting to the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute Cloudflare-related tools. As a result, task arguments, session IDs, connection state, and potentially Cloudflare operation data will be sent to the declared third-party service. The egress target and purpose are broadly relevant and disclosed, but this is still a standard third-party remote-service dependency.
The system flags this as prompt-only, and the provided material contains only workflow guidance and MCP tool invocation examples. It does not show any need to install executables locally, spawn local processes, or grant shell/system command execution permissions.
The material does not describe capabilities to read or write local files, databases, clipboard contents, or other host data sources. Data access appears centered on remote Cloudflare account resources and MCP session context, with no visible request for local data permissions beyond the stated purpose.
The source is an open GitHub repository with strong community trust (about 64.7k stars). The current material looks like skill documentation rather than a closed binary, making it auditable; these are meaningful risk-reducing signals. The missing license declaration and unknown maintenance state are worth watching, but based on current facts they are not enough to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "cloudflare-api-key-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/cloudflare-api-key-automation/SKILL.md 2. Save it as ~/.claude/skills/cloudflare-api-key-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Cloudflare API operations through Composio's Cloudflare API toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/cloudflare_api_key
RUBE_MANAGE_CONNECTIONS with toolkit cloudflare_api_keyRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit cloudflare_api_keyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Cloudflare API operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Cloudflare API task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["cloudflare_api_key"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Cloudflare API-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit cloudflare_api_key |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Conveyor tasks via Rube MCP after checking current tool schemas.
Automate Convolo AI tasks and workflows through Rube MCP.
Automate Corrently workflows through Rube MCP using the latest tool schemas.
Automate Coupa procurement and finance tasks through Rube MCP efficiently.
Automate Craftmypdf PDF generation and document workflows through Rube MCP.
Automate ConvertAPI workflows through Rube MCP for file conversion tasks.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Automate Cloudflare Browser Rendering and web interaction tasks via Rube MCP.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Apiflash tasks like webpage screenshots and workflow integrations via Rube MCP.
Automate Cloudpress workflows via Rube MCP after discovering current tool schemas.
Automate Fluxguard tasks via Rube MCP using current tool schemas first.