通过 Rube MCP 自动执行 Exist 相关操作并按最新工具模式运行。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "exist-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/exist-automation/SKILL.md 2. 保存为 ~/.claude/skills/exist-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者在调用 Exist 相关能力前,先通过 RUBE_SEARCH_TOOLS 获取当前可用工具和参数结构,避免硬编码导致执行失败。这个流程适合需要跟随工具 schema 变化的自动化任务。
在首次使用或连接失效时,用户可通过 RUBE_MANAGE_CONNECTIONS 检查 exist 工具包是否为 ACTIVE。若未激活,再根据返回的授权链接完成连接。
在一个工作流内复用 session ID,先搜索工具、再检查连接、最后执行工具,可减少上下文混乱。执行阶段还需保证参数严格符合搜索结果中的 schema,并传入 memory 字段。
文档介绍如何通过 Rube MCP 接入 Composio 的 Exist 工具包来自动化执行 Exist 操作。内容涵盖前置条件、连接与授权步骤、工具发现方式,以及标准工作流:先用 `RUBE_SEARCH_TOOLS` 获取当前 schema,再用 `RUBE_MANAGE_CONNECTIONS` 检查连接,最后通过 `RUBE_MULTI_EXECUTE_TOOL` 执行。文档还强调复用 session、传入 memory、处理分页等注意事项。
Automate Exist operations through Composio's Exist toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/exist
RUBE_MANAGE_CONNECTIONS with toolkit existRUBE_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 existAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Exist 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 Exist task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["exist"]
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 Exist-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit exist |
| 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 的 Exist 工具包,自动执行 Exist 相关操作。文档特别强调要先搜索工具,再按最新 schema 执行。
需要已连接 Rube MCP,并确保可用 `RUBE_SEARCH_TOOLS`。还需要通过 `RUBE_MANAGE_CONNECTIONS` 建立并激活 toolkit 为 `exist` 的连接。
因为工具 schema 可能变化,文档明确说明不要硬编码 tool slug 或参数。先搜索可以拿到当前的输入结构、执行建议和已知陷阱。
通过 Rube MCP 自动执行 Ticketmaster 相关查询与操作流程。
通过 Rube MCP 自动执行 Storerocket 相关任务并查询最新工具结构。
通过 Rube MCP 自动化执行 Stormglass IO 相关天气数据查询与集成任务
通过 Rube MCP 自动执行 TinyURL 缩链、查询与链接管理任务
通过 Rube MCP 自动化 Fireflies 相关任务,提升会议记录与协作处理效率。
通过 Rube MCP 自动执行 SmugMug 相册与照片管理流程,提升运营效率。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Exa 搜索与相关任务流程,提升检索效率。
通过 Rube MCP 自动化执行 V0 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Interzoid 任务并先检索最新工具模式。
通过 Rube MCP 自动执行 MaintainX 任务与流程操作,并先检索最新工具结构
通过 Rube MCP 自动执行 Livesession 任务,并先检索最新工具 schema