gan-ai-automation
Automate Gan AI tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:21
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-gan-ai-automation&locale=en&source=copy
Gan AI Automation - Automate Gan AI Tasks with Rube MCP
Skills Overview
Using Composio’s Rube MCP service, call Gan AI tools directly in Claude and other AI clients to automate AI generation tasks.
Use Cases
Call Gan AI’s generation capabilities directly in Claude without switching applications. Suitable for scenarios where AI-generated content needs to be embedded into the conversation flow, such as automatically creating marketing assets or batch generating images.
Build multi-step automation workflows that include Gan AI. For example: automatically analyze requirements → generate design proposals → output the content created by Gan AI → integrate it into the final deliverable.
No need to write complex integration code—just add the MCP server address to use Gan AI features in MCP-supported clients.
Core Features
Use
RUBE_SEARCH_TOOLS to retrieve Gan AI’s latest tool list and parameter schema in real time, avoiding outdated, hard-coded API call formats. Before each execution, automatically search to ensure the correct tool format is used.Use
RUBE_MANAGE_CONNECTIONS to check and manage your Gan AI account connection status. Supports one-time binding via the returned authorization link, and then automatically keeps the connection active afterward.Use
RUBE_MULTI_EXECUTE_TOOL to run multiple Gan AI operations within a single session. Supports session reuse and memory passing, making it ideal for complex generation tasks.FAQs
Does Rube MCP cost money?
The Rube MCP service itself is free to use. Just add the server address
https://rube.app/mcp in your client configuration. Gan AI’s specific usage quota depends on your Gan AI account type.Why must I call RUBE_SEARCH_TOOLS first?
Gan AI’s tool schema is updated periodically. Hard-coding tool names and parameters can easily lead to call failures.
RUBE_SEARCH_TOOLS returns the currently available tool list, the correct parameter format, and a recommended execution plan—ensuring your automation workflow remains usable.What should I do if the connection status is not ACTIVE?
After calling
RUBE_MANAGE_CONNECTIONS, if the returned connection status is not ACTIVE, the response will include an authorization link. Click the link to authorize your Gan AI account, then call again to check the connection status. Authorize only once—after that, the connection will be maintained automatically.