通过 Rube MCP 自动执行 CustomGPT 相关任务与工作流集成
该技能本身更像用于引导调用 Rube MCP/Composio 的提示型工作流,未直接要求本地密钥,也未包含可执行代码。整体来源较可信且开源,但其功能依赖外部 MCP 端点与后续第三方账号连接,实际数据外发和权限边界需结合 Rube/Customgpt 连接配置进一步核验。
材料声明该技能本身“无”密钥,但 README 明确要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `customgpt` 连接并完成外部认证,因此实际仍涉及第三方账号授权/令牌;未见其直接索取或暴露凭证的红旗,但授权范围需单独确认。
README 要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio/Customgpt 工具链执行操作,说明用户请求与相关参数会发往声明的外部服务。端点有明确指向且与功能相关,属常规外联,但材料未说明数据最小化、日志保留或后续转发细节。
从材料看这是 prompt-only 技能说明,主要指导调用 `RUBE_SEARCH_TOOLS`、`RUBE_MANAGE_CONNECTIONS`、`RUBE_MULTI_EXECUTE_TOOL` 等现有工具;未见要求在本机安装脚本、启动进程或执行任意系统命令的内容。
该技能未声明直接访问本地文件或系统资源,但其通过外部工具对 Customgpt 执行“operations”,具体可读写的数据范围取决于搜索到的工具 schema 与已授权的 Customgpt 账户权限。当前文档未展示过度本地授权迹象,但实际远端数据操作面不透明。
来源为 GitHub 上高社区采用度的开源仓库(约 64.7k star),且材料属于可审计的文档/技能描述,这些都是明显的降风险因素。许可证与维护状态未明,且实际还依赖 Rube/Composio 外部服务,但仅凭现有材料未见足以升为高风险的供应链红旗。
复制安装指令,让 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. 装好后重载技能,告诉我可以用了
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 自动化 OneSignal 消息、应用与用户通知相关操作。
通过 Rube MCP 自动化 Contentful GraphQL 查询与内容操作,并先检索最新 schema。
通过 Rube MCP 自动执行 Control D 相关配置与管理任务。
通过 Rube MCP 自动执行 Conveyor 任务,并先检索最新工具 schema 再安全调用。
通过先检索工具结构,自动化执行 Cults 相关查询与管理任务。
通过 Rube MCP 自动执行 DNSFilter 管理与安全运维任务
通过 Rube MCP 自动执行 CustomJS 任务并加速脚本化工作流
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Chatbotkit 任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。
通过 Rube MCP 自动执行 Code Interpreter 任务与数据处理流程
通过 Rube MCP 自动执行精选任务流程,并先检索最新工具参数