browserhub-automation

Automate Browserhub tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:14

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-browserhub-automation&locale=en&source=copy

Browserhub Automation - Rube MCP Browser Automation Skill

Skill Overview


Automate Browserhub browser tasks through Rube MCP (Composio) using automated execution. Supports tool search, connection management, and batch operation execution.

Use Cases

  • Batch Browser Operations

  • For scenarios that require performing the same actions across multiple webpages—such as bulk data scraping, form filling, and page screenshots—use RUBE_MULTI_EXECUTE_TOOL to execute multiple Browserhub tools in one go.

  • Dynamic Browser Workflows

  • For scenarios where you need to select and execute different browser tasks dynamically based on search results: first use RUBE_SEARCH_TOOLS to discover available tools, then build an execution plan based on your actual needs.

  • MCP Integration Development

  • If you are already using a Rube MCP project, you can extend browser automation capabilities without any additional configuration of API keys. Simply call Browserhub functions directly via the MCP protocol.

    Core Features

  • Intelligent Tool Discovery

  • Use RUBE_SEARCH_TOOLS to fetch the latest Browserhub tool schemas in real time, avoiding hard-coded outdated tool definitions and ensuring synchronized updates with the Composio platform.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check and activate Browserhub connections. Supports session reuse and cross-workflow connection state tracking.

  • Multi-Tool Batch Execution

  • Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Browserhub operations sequentially or in parallel within a single session. Supports memory passing and result references.

    FAQs

    Does Browserhub automation require an API key?


    No. Rube MCP uses the https://rube.app/mcp endpoint. After adding it to your client configuration, you can use it without configuring an API key. However, the first time you use Browserhub, you must complete authorization using the link returned by RUBE_MANAGE_CONNECTIONS.

    How do I use this skill in Claude?


    First, ensure Rube MCP is configured, then call RUBE_SEARCH_TOOLS to search for Browserhub-related tools. Next, use RUBE_MANAGE_CONNECTIONS to activate the connection. Finally, use RUBE_MULTI_EXECUTE_TOOL to perform the specific operations. See the workflow example in the skill documentation for details.

    What browser operations are supported?


    The exact operations depend on the tools provided by the Composio Browserhub toolkit. Commonly included capabilities are page navigation, element manipulation, data extraction, and screenshots. It’s recommended to call RUBE_SEARCH_TOOLS first to obtain the full list of currently available tools and their parameter schemas.