通过 Rube MCP 发现并执行 Gan AI 工具,实现流程自动化。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "gan-ai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/gan-ai-automation/SKILL.md 2. 保存为 ~/.claude/skills/gan-ai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者或自动化工程师在执行 Gan AI 相关任务前,先搜索当前可用工具与 schema,避免因接口变化而写死参数。这样可以更稳妥地构建自动化流程。
在运行 Gan AI 工具前,用户可先检查 gan_ai 连接是否为 ACTIVE,并按返回结果完成授权。这样能减少执行失败和排障时间。
当一个任务包含搜索、连接检查和工具执行等多个步骤时,可在同一 session 中连续操作。这样便于复用上下文,并按文档建议组织完整流程。
文档介绍了如何通过 Rube MCP 接入并自动化调用 Composio 的 Gan AI 工具集。内容包括前置条件、连接激活步骤、先搜索工具再执行的标准流程,以及会话复用、schema 校验、memory 参数必填、分页处理等常见注意事项,并给出了相关操作的快速参考。
Automate Gan AI operations through Composio's Gan AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/gan_ai
RUBE_MANAGE_CONNECTIONS with toolkit gan_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 gan_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Gan 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 Gan AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["gan_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 Gan AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit gan_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
它用于通过 Rube MCP 调用 Composio 的 Gan AI 工具集,完成 Gan AI 相关操作自动化。文档强调要先搜索工具,再检查连接,最后按 schema 执行。
需要客户端已连接 Rube MCP,且可用 `RUBE_SEARCH_TOOLS`。还需要通过 `RUBE_MANAGE_CONNECTIONS` 建立并激活 toolkit 为 `gan_ai` 的连接。
因为工具 schema 可能变化,文档明确要求先用 `RUBE_SEARCH_TOOLS` 获取当前 tool slug 和参数结构。否则可能因字段名、类型或执行方式不匹配而失败。
通过先检索工具模式,自动执行地下城与勇士常见游戏任务流程。
通过 Dynamics 365 自动化管理客户、销售线索、订单、发票与服务案例。
通过 Rube MCP 自动化执行 Files.com 文件管理与传输相关任务。
通过 Rube MCP 自动执行 Fillout 表单相关操作与流程处理。
通过 Rube MCP 自动执行 Findymail 邮箱查找与验证等线索开发任务。
用自然语言自动记录工时、管理项目客户任务并处理 Harvest 开票流程。
通过 Rube MCP 自动执行 Storeganise 常见操作并串联业务流程。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 All Images AI 的图像生成与处理任务。
通过 Rube MCP 自动化 Rev AI 任务,快速搭建语音转写与处理流程。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Gamma 相关任务,提升演示与文档处理效率。