bunnycdn-automation

Automate Bunnycdn tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:20

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-bunnycdn-automation&locale=en&source=copy

BunnyCDN Automation — CDN Automation Solution Without an API Key

Skill Overview


By using the Rube MCP and the Composio BunnyCDN toolset, you can automate BunnyCDN operations without manually writing API-calling code.

Use Cases

  • Automatic Cache Cleanup After Deployment

  • In a CI/CD workflow, after code deployment completes, automatically trigger CDN cache purging to ensure users receive the latest content. Supports bulk URL purging and full-site cache clearing.

  • CDN Storage Bucket File Management

  • Automate file uploads, downloads, deletions, and synchronization in BunnyCDN storage buckets, suitable for scenarios that require periodic updates to static assets.

  • CDN Statistics and Monitoring

  • Periodically fetch BunnyCDN usage statistics, bandwidth consumption, and request data for cost analysis and performance monitoring.

    Core Features

  • Dynamic Tool Discovery and Execution

  • Automatically retrieves the latest BunnyCDN tool patterns via RUBE_SEARCH_TOOLS, avoiding issues caused by hardcoding that can become outdated. Supports session reuse and batch operations.

  • Connection State Management

  • Uses RUBE_MANAGE_CONNECTIONS to verify BunnyCDN connection status, ensuring connections are active before tool execution. No API Key configuration is required; authentication is completed via an authorization link.

  • Full BunnyCDN Operation Coverage

  • Supports core BunnyCDN functions such as cache purging, bucket management, regional configuration, and statistics retrieval, using RUBE_MULTI_EXECUTE_TOOL for batch execution.

    FAQs

    Does BunnyCDN Automation Require an API Key?


    No. This skill works with Rube MCP and the Composio toolset, using an authorization link for authentication, so you don’t need to configure an API Key or Access Key in your code.

    How Do I Get Started With BunnyCDN Automation?


    First, add https://rube.app/mcp as an MCP server, then call RUBE_MANAGE_CONNECTIONS to activate the BunnyCDN toolset. After the connection is activated, use RUBE_SEARCH_TOOLS to discover available tools, and then execute operations via RUBE_MULTI_EXECUTE_TOOL.

    What If the BunnyCDN Tool Patterns Change?


    The design principle of this skill is “search first, then execute.” Before each operation, you should call RUBE_SEARCH_TOOLS to get the latest tool patterns. This way, even if Composio updates the toolset, your automation workflow will continue to work properly.