imgix-automation

Automate image processing and management tasks using the Imgix toolkit via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill imgix-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imgix-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/imgix-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill imgix-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Imgix APIs by providing a standardized, agent-driven workflow for image operations, ensuring consistent tool usage and connection management.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Imgix tool schemas to ensure compatibility with the latest API updates.
  • Connection Management: Handle authentication and session state for Imgix toolkits through the Rube MCP gateway.
  • Use Case: Automate the batch processing of image transformations or asset management tasks by discovering available tools and executing them within a managed session.

Quick Start

Use the imgix-automation skill to discover available tools and execute an image transformation task for the specified asset.

Frequently Asked Questions about imgix-automation

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

FAQPage Schema
How do I discover available Imgix tools?

Call the RUBE_SEARCH_TOOLS function with an Imgix-specific use case query to retrieve current tool slugs, input schemas, and execution plans.

What should I do if my Imgix connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the imgix toolkit parameter to trigger the authentication flow and verify that the connection status returns as ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current arguments and field definitions to prevent execution errors.

Can I reuse session IDs for multiple workflows?

You should reuse session IDs within a single logical workflow to maintain context, but generate new session IDs for distinct, unrelated tasks to ensure clean state management.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a required field for state tracking during tool execution; always include it as an empty object {} if no specific memory state is needed.