通过 Rube MCP 自动化 Browserbase 浏览器任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "browserbase-tool-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/browserbase-tool-automation/SKILL.md 2. 保存为 ~/.claude/skills/browserbase-tool-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Browserbase 相关工具的最新 schema,再通过 Rube MCP 自动化执行以下任务:打开目标网站,使用提供的账号登录,进入仪表盘页面,对指定模块截图,并返回执行步骤与截图结果。
返回基于最新 schema 的自动化执行结果,包括操作步骤、状态说明和截图产物。
先搜索可用的 Browserbase 工具及其当前参数 schema,然后通过 Rube MCP 批量访问给定 URL 列表,提取每个页面的标题、价格和主要描述,整理成结构化结果输出。
输出按页面汇总的结构化数据,字段清晰,可直接用于后续分析或入库。
请先检索 Browserbase 自动化工具的最新 schema,再通过 Rube MCP 对网站的注册、登录、搜索和结算流程执行回归测试,记录每一步是否成功、失败原因及相关页面证据。
生成测试结果摘要,包含通过/失败状态、错误说明和可追溯的页面证据。
Automate Browserbase Tool operations through Composio's Browserbase Tool toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/browserbase_tool
RUBE_MANAGE_CONNECTIONS with toolkit browserbase_toolRUBE_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 browserbase_toolAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Browserbase Tool 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 Browserbase Tool task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["browserbase_tool"]
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 Browserbase Tool-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit browserbase_tool |
| 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 中的客户、项目与业务流程操作。
通过 Browserless 自动化网页操作、抓取流程与浏览器任务编排。