通过Rube MCP自动执行Landbot机器人任务与流程管理
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "landbot-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/landbot-automation/SKILL.md 2. 保存为 ~/.claude/skills/landbot-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Landbot 相关可用工具与最新 schema,再告诉我可创建机器人的操作。随后为名为“售前咨询助手”的机器人创建一个基础配置,包含欢迎语、姓名收集和邮箱收集三个步骤。
返回可用操作说明,并完成一个包含基础对话步骤的 Landbot 机器人创建结果。
先搜索 Landbot 工具与 schema。找到更新机器人或对话节点的操作后,把指定机器人的欢迎语改成“欢迎来到活动报名助手”,并将收集手机号的提示语改得更简洁专业。
完成目标机器人的文案更新,并说明哪些节点被修改。
先搜索 Landbot 可用工具和最新 schema,然后获取指定机器人的配置详情,整理成一份审核摘要,包括机器人名称、主要流程节点、收集字段和可能需要优化的地方。
输出一份适合产品或运营审核的机器人配置摘要。
Automate Landbot operations through Composio's Landbot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/landbot
RUBE_MANAGE_CONNECTIONS with toolkit landbotRUBE_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 landbotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Landbot 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 Landbot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["landbot"]
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 Landbot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit landbot |
| 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 自动执行 Botbaba 任务并衔接多步工作流