Automate BunnyCDN configuration, queries, and operational tasks via Rube MCP.
This skill appears to be an open-source prompt-style wrapper with no direct local secret, code execution, or file access requirements. However, it is designed to operate Bunnycdn via the remote Rube MCP/Composio service and third-party connection flows, so the overall posture is low-to-moderate risk with caution as the main concern.
The material says the skill itself needs 'no API keys,' but the README explicitly requires creating an active Bunnycdn connection via `RUBE_MANAGE_CONNECTIONS` and completing a returned auth link. This implies real credentials are likely handled or stored through Rube/Composio via a delegated auth flow. There is no direct request for local plaintext secrets, but third-party connection handling introduces normal credential delegation and misuse exposure.
The README instructs users to configure `https://rube.app/mcp` as an MCP server and invoke remote capabilities such as `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`. Therefore, user inputs, session IDs, tool arguments, and Bunnycdn operation requests will be sent to Rube/Composio-related services. The endpoint is explicitly declared in the material, so this is not undisclosed exfiltration, but it is still a standard third-party network egress surface.
Based on the provided material, this is a prompt-only skill document and does not include local scripts, installation commands, or instructions to execute arbitrary code on the host. It describes calling an existing MCP toolchain rather than granting this skill itself additional system execution privileges.
The skill does not claim local file or system data access, but its purpose is to 'Automate Bunnycdn operations' through remote tools that may perform account-level CDN, storage, or configuration actions. The effective data access scope is mainly the authorized Bunnycdn resources and session context; this is a normal remote-resource access pattern aligned with the stated function, but least-privilege should still be enforced.
The source is an open GitHub repository with strong stated community trust (64.7k stars). The artifact is also classified as prompt-only and open-source, which improves auditability. The license and maintenance status are not clearly stated, and the README depends on external Rube/Composio service documentation, so some supply-chain uncertainty remains, but there are no clear red flags such as closed source, unknown origin, or obvious deceptive content.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "bunnycdn-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bunnycdn-automation/SKILL.md 2. Save it as ~/.claude/skills/bunnycdn-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Bunnycdn operations through Composio's Bunnycdn toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bunnycdn
RUBE_MANAGE_CONNECTIONS with toolkit bunnycdnRUBE_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 bunnycdnAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bunnycdn 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 Bunnycdn task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bunnycdn"]
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 Bunnycdn-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bunnycdn |
| 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 Carbone document generation and template workflows through Rube MCP.
Automate Echtpost workflows via Rube MCP after checking current tool schemas first.
Automate Castingwords transcription tasks and related workflows through MCP.
Automate Cats tasks through Rube MCP after checking the latest tool schemas.
Automate Cardly workflows through Rube MCP with tool schema discovery first.
Automate Certifier workflows via Rube MCP using current tool schemas first.
Automate Bouncer tasks through Rube MCP after checking current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Battlenet tasks through Rube MCP using current tool schemas first.
Automate Bonsai tasks via Rube MCP using current tool schemas first.
Automate Autobound tasks and workflow actions through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.