通过 Rube MCP 自动执行 Botbaba 任务并衔接多步工作流
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "botbaba-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/botbaba-automation/SKILL.md 2. 保存为 ~/.claude/skills/botbaba-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及其最新 schema,再调用合适的 Botbaba 相关工具,帮我触发一个指定任务并返回执行结果与关键字段说明。
返回可执行的工具调用结果、任务状态,以及主要返回字段的简要说明。
先搜索工具 schema,然后把 Botbaba 任务接入一个多步流程:启动任务、检查执行状态、整理结果,并输出每一步的调用摘要。
生成完整的多步执行过程,包含每一步结果、状态检查与最终整理后的输出。
先搜索当前可用工具和 schema,检查为什么我的 Botbaba 自动化调用失败,指出缺失或错误参数,并给出可直接重试的调用建议。
给出失败原因分析、参数修正建议,以及更可靠的重试调用方案。
Automate Botbaba operations through Composio's Botbaba toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/botbaba
RUBE_MANAGE_CONNECTIONS with toolkit botbabaRUBE_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 botbabaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Botbaba 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 Botbaba task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["botbaba"]
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 Botbaba-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit botbaba |
| 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 自动执行 Botsonic 相关任务并衔接工作流