All Images AI — автоматизация обработки изображений

integration

All Images AI Automation is a Claude Code skill that connects the All Images AI service to your workflows via Rube MCP and Composio, letting you trigger image operations programmatically instead of working through a UI. Reach for it when you need to embed bulk image generation or processing into an automated pipeline, when running tasks manually every time has become a bottleneck, or when you want to chain All Images AI together with other tools in a single workflow. The skill runs through the Rube MCP server (endpoint https://rube.app/mcp, no API keys required): it starts with RUBE_SEARCH_TOOLS to fetch current tool schemas, uses RUBE_MANAGE_CONNECTIONS to verify an active all_images_ai connection, and executes jobs via RUBE_MULTI_EXECUTE_TOOL. Because tool schemas can change, calling RUBE_SEARCH_TOOLS before every run is mandatory — hardcoding slugs or arguments without a fresh search will break the workflow. The direction here is orchestrating All Images AI from within Claude Code, not local or self-hosted image processing (look at other image-processing skills in the catalog for that). Works for anyone with an active All Images AI account and an MCP-capable client; not suitable for air-gapped environments without access to rube.app.