imgix-automation
Automate Imgix tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Image ProcessingInstall
Hot:45
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-imgix-automation&locale=en&source=copy
imgix-automation
Skill Overview
Automate Imgix image processing tasks using Composio’s Rube MCP. It supports bulk operations, dynamic URL generation, and connection management, enabling fast integration without any API keys.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to fetch the latest tool schemas, ensuring that call parameters are correct and avoiding compatibility issues caused by hardcoding.RUBE_MANAGE_CONNECTIONS to monitor the Imgix connection status in real time, with support for one-click authentication and status checks.RUBE_MULTI_EXECUTE_TOOL to run multiple Imgix operations concurrently, supporting session memory and error handling.FAQs
What configuration does Rube MCP require?
Just add
https://rube.app/mcp as the MCP server endpoint in the client configuration. No API key or additional authentication is required. Once configured, tools such as RUBE_SEARCH_TOOLS become immediately available.Why must I call RUBE_SEARCH_TOOLS first?
Composio’s tool schemas are updated periodically. Hardcoding tool names or parameters can cause calls to fail. Running tool discovery first lets you retrieve the latest schema information, recommended execution plans, and known pitfalls—ensuring subsequent operations succeed.
How do I handle bulk operations for a large number of images?
Use
RUBE_REMOTE_WORKBENCH together with the run_composio_tool() function to run bulk operations. Be sure to check pagination tokens in the responses and continue fetching until completion. For extremely large batch jobs, process in chunks and add an error retry mechanism.