bunnycdn-automation
Automate Bunnycdn tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
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.
Automate file uploads, downloads, deletions, and synchronization in BunnyCDN storage buckets, suitable for scenarios that require periodic updates to static assets.
Periodically fetch BunnyCDN usage statistics, bandwidth consumption, and request data for cost analysis and performance monitoring.
Core Features
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.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.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.