通过 Rube MCP 自动执行 Bubble 相关任务,并先检索最新工具模式后再操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "bubble-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bubble-automation/SKILL.md 2. 保存为 ~/.claude/skills/bubble-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 bubble-automation 可用工具及当前 schema,然后告诉我如何在 Bubble 中创建一个 Customer 数据记录,并执行创建操作。字段包括 name、email 和 signup_source。
先返回相关工具与字段结构,再给出创建步骤或直接创建 Customer 记录的结果。
请先搜索当前可用的 Bubble 工具 schema,然后帮我更新订单 Order_1024 的状态为 shipped,并把 tracking_number 设置为 ZX88991。
输出所用工具与参数依据,并返回订单更新成功或失败的结果说明。
先搜索 Bubble 当前工具 schema,再查找最近 7 天创建且状态为 pending 的订单,汇总数量;如果工具支持,再将这些订单批量标记为 reviewed。
返回符合条件的订单统计、可执行的批量操作方式,以及实际批量更新结果。
Automate Bubble operations through Composio's Bubble toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bubble
RUBE_MANAGE_CONNECTIONS with toolkit bubbleRUBE_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 bubbleAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bubble 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 Bubble task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bubble"]
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 Bubble-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bubble |
| 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 任务并衔接多步工作流