通过 Rube MCP 自动执行 Bonsai 相关任务,并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "bonsai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bonsai-automation/SKILL.md 2. 保存为 ~/.claude/skills/bonsai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Rube MCP 中与 Bonsai 相关的可用工具和最新参数结构,再帮我创建一个自动化流程:当收到新任务时,同步到 Bonsai 并返回执行结果。
列出匹配的工具与参数结构,并给出可执行的 Bonsai 自动化结果或调用步骤。
请先搜索 Bonsai 相关工具的当前 schema,并对比我现有流程使用的字段,指出哪些参数已变化、缺失或需要调整。
返回最新 schema 摘要,以及对现有流程的兼容性检查和修改建议。
先检索 Bonsai 自动化可用工具,再根据“创建项目、分配负责人、更新状态、发送通知”这四步,输出一个可执行的工作流调用顺序与每步所需参数。
提供按步骤排列的工具调用方案,包含每步用途、参数要求与执行顺序。
Automate Bonsai operations through Composio's Bonsai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bonsai
RUBE_MANAGE_CONNECTIONS with toolkit bonsaiRUBE_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 bonsaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bonsai 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 Bonsai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bonsai"]
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 Bonsai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bonsai |
| 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 自动执行 Botstar 相关任务,并先检索最新工具参数。