通过 Rube MCP 发现并执行 Starton 工具链自动化任务
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "starton-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/starton-automation/SKILL.md 2. 保存为 ~/.claude/skills/starton-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者或运维人员在不确定当前工具名称或参数结构时,可先搜索 Starton 相关工具,再按返回 schema 组织调用,避免因接口变化导致失败。
在通过 Rube MCP 调用 Starton 前,先检查连接是否为 ACTIVE;连接就绪后,再复用同一 session 执行后续工具调用。
当需要按文档建议执行多步 Starton 自动化时,可遵循“搜索工具、检查连接、执行工具”的固定模式,并留意分页与 memory 参数要求。
文档介绍了如何通过 Rube MCP 使用 Composio 的 Starton 工具集完成自动化操作。内容涵盖前置条件、接入方式、连接激活步骤,以及标准流程:先用 RUBE_SEARCH_TOOLS 发现当前工具与 schema,再用 RUBE_MANAGE_CONNECTIONS 检查 starton 连接,最后通过 RUBE_MULTI_EXECUTE_TOOL 执行操作。文档还特别提醒要复用 session、传入 memory 参数,并注意分页与 schema 变化。
Automate Starton operations through Composio's Starton toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/starton
RUBE_MANAGE_CONNECTIONS with toolkit startonRUBE_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 startonAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Starton 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 Starton task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["starton"]
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 Starton-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit starton |
| 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 的 Starton 工具集,用于自动化 Starton 相关操作。文档强调应先搜索工具,再按当前 schema 执行。
需要客户端已接入 Rube MCP,并能使用 RUBE_SEARCH_TOOLS。还需要通过 RUBE_MANAGE_CONNECTIONS 配置并激活 starton 连接。
因为工具 schema 可能变化,文档明确提示不要硬编码 tool slug 或参数。应先调用 RUBE_SEARCH_TOOLS 获取当前可用 schema,再执行后续操作。
通过 Rube MCP 自动化 Bolt IoT 设备与任务流程,并先检索最新工具结构。
通过 Rube MCP 自动化执行 Borneo 任务,并先检索最新工具结构
通过 Rube MCP 自动执行 Botstar 相关任务,并先检索最新工具参数。
通过 Rube MCP 自动化执行 Bouncer 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Breeze 任务,并先检索工具 schema 确保调用正确。
通过 Rube MCP 自动化执行 Boldsign 相关操作与工作流。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 发现并自动执行 Reply 工具任务流程
通过 Rube MCP 自动执行 Autobound 相关任务与工作流操作
通过 Rube MCP 自动执行 Botsonic 相关任务并衔接工作流
通过 Rube MCP 自动执行 Kit 任务,并先检索最新工具参数与结构。
通过 Rube MCP 自动化执行 Botpress 相关任务与流程操作。