通过 Browserless 自动化网页操作、抓取流程与浏览器任务编排。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "browserless-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/browserless-automation/SKILL.md 2. 保存为 ~/.claude/skills/browserless-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Browserless 相关工具与参数 schema,然后使用正确参数打开指定网页并截取全页截图,返回执行步骤与结果。
先给出可用工具与参数确认,再产出截图任务执行结果或可下载文件信息。
先搜索 Browserless 工具 schema,再访问目标站点,等待页面加载完成,提取页面中的标题、价格和链接,整理为结构化 JSON。
返回按字段整理的 JSON 数据,并说明使用了哪些浏览器自动化步骤。
先搜索当前可用工具与 schema,然后用 Browserless 自动打开测试页面,填写表单、提交并检查成功提示,输出每一步状态与最终结果。
返回完整的自动化测试过程、校验结果,以及失败时的定位信息。
Automate Browserless operations through Composio's Browserless toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/browserless
RUBE_MANAGE_CONNECTIONS with toolkit browserlessRUBE_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 browserlessAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Browserless 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 Browserless task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["browserless"]
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 Browserless-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit browserless |
| 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 自动执行 Browserhub 浏览器任务,并先检索最新工具 schema。