bunnycdn-automation

Automate Bunnycdn 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 bunnycdn-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bunnycdn-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/bunnycdn-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill bunnycdn-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Bunnycdn resources by providing a standardized, agent-driven interface for executing infrastructure tasks.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Bunnycdn API schemas and tool definitions via Rube MCP.
  • Connection Management: Securely manage and verify active connections to Bunnycdn toolkits.
  • Workflow Execution: Perform multi-step operations like storage management or CDN configuration using automated tool execution.

Quick Start

Ask the agent to search for available Bunnycdn tools and execute the required operation using the Rube MCP gateway.

Frequently Asked Questions about bunnycdn-automation

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

FAQPage Schema
How do I connect Bunnycdn to my agent?

Connect Bunnycdn by calling RUBE_MANAGE_CONNECTIONS with the bunnycdn toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or argument structures.

Can I automate bulk Bunnycdn operations?

Yes, use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to execute bulk operations. This allows for complex, multi-step workflows across your Bunnycdn infrastructure.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS to ensure it is still ACTIVE. Check that your arguments match the schema returned by RUBE_SEARCH_TOOLS and that you have included the required memory parameter.