Automate All Images AI image generation and processing through Rube MCP.
This skill appears to be primarily prompt/workflow documentation and does not itself declare local code execution, file access, or direct secret requirements. Caution is still warranted because it relies on external Rube MCP/Composio services and follow-up authorization flows, so actual data egress and permissions depend on the connected remote toolkit.
The material says 'No API keys needed,' but it also requires creating an ACTIVE `all_images_ai` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, indicating possible third-party account authorization/token delegation; storage and scope restrictions are not described.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing All Images AI operations via Composio/Rube; this means request content, tool arguments, and session data are sent to declared external services, but the data flow and retention policy are not detailed.
Based on the provided material, this is prompt/workflow guidance and does not declare local process spawning, script execution, or system-level capabilities; the execution path described is remote MCP tool invocation.
The skill does not itself declare direct local file read/write, but it can operate remote All Images AI tools through `RUBE_MULTI_EXECUTE_TOOL`/`RUBE_REMOTE_WORKBENCH`; the actual data access scope depends on discovered tool schemas and the permissions of the authorized account, which are not bounded in the material.
The source is an open GitHub repository with strong community adoption (~64.9k stars), which are clear risk-reducing signals; the provided content is mainly README/skill documentation rather than executable install scripts. License and maintenance status are not clearly stated.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "all-images-ai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/all-images-ai-automation/SKILL.md 2. Save it as ~/.claude/skills/all-images-ai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate All Images AI operations through Composio's All Images AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/all_images_ai
RUBE_MANAGE_CONNECTIONS with toolkit all_images_aiRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit all_images_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "All Images AI operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific All Images AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["all_images_ai"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with All Images AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit all_images_ai |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate file and format conversion tasks via Rube MCP with schema lookup first.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Dialpad calling and collaboration tasks through Rube MCP workflows.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Alttext AI workflows through Rube MCP for image alt text tasks.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Imgix image processing and asset management tasks through Rube MCP.
Automate DreamStudio image generation tasks and workflows through Rube MCP.
Automate Claid AI image enhancement workflows through Rube MCP tools.