通过 Rube MCP 自动执行 CustomGPT 相关任务与工作流集成
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "customgpt-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/customgpt-automation/SKILL.md 2. 保存为 ~/.claude/skills/customgpt-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及当前 schema,然后通过 Rube MCP 自动化执行 CustomGPT 任务:列出我所有 CustomGPT 机器人,找出最近 7 天有更新的项目,并整理成表格。
返回机器人与项目清单,并按最近更新时间整理成结构化表格。
先搜索工具定义和最新 schema,再调用 Rube MCP 连接 CustomGPT,批量检查各机器人的配置状态,标记缺少数据源、未发布或异常的项目,并生成汇总。
输出配置检查结果,包含异常分类、影响范围与待处理项目列表。
请先搜索当前可用工具和参数 schema,然后设计一个基于 Rube MCP 的自动化流程:每天定时检查 CustomGPT 项目变更,并把结果同步到团队周报文档。
提供可执行的自动化流程方案,说明触发条件、关键步骤与同步结果格式。
Automate Customgpt operations through Composio's Customgpt toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/customgpt
RUBE_MANAGE_CONNECTIONS with toolkit customgptRUBE_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 customgptAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Customgpt 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 Customgpt task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["customgpt"]
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 Customgpt-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit customgpt |
| 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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Chatbotkit 任务,并先检索最新工具 schema。