hyperbrowser-automation

Automate browser-based tasks and workflows using the Hyperbrowser toolkit via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill hyperbrowser-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperbrowser-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/hyperbrowser-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill hyperbrowser-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing browser automation tasks by providing a standardized interface to discover, connect, and execute browser-based tools without manual configuration.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch available Hyperbrowser tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication sessions for browser toolkits.
  • Multi-Tool Execution: Run complex browser workflows using a unified execution pattern with memory support.
  • Use Case: Automate repetitive web interactions like data scraping or form submission by chaining discovered tools through the Rube MCP gateway.

Quick Start

Use the hyperbrowser-automation skill to discover available tools and execute a browser task for the target URL.

Frequently Asked Questions about hyperbrowser-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Hyperbrowser to my agent?

Connect Hyperbrowser by adding the Rube MCP server endpoint to your client configuration and calling RUBE_MANAGE_CONNECTIONS with the hyperbrowser toolkit slug to initiate the authentication flow.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first ensures you have the most current tool schemas, input requirements, and execution parameters, preventing errors caused by outdated or hardcoded tool definitions.

Can I reuse session IDs for multiple tasks?

Reuse session IDs within a single, continuous workflow to maintain state and context. Generate new session IDs for distinct, unrelated workflows to ensure clean execution environments.

What should I do if the connection status is not ACTIVE?

If the connection status is not ACTIVE, follow the authentication link returned by the RUBE_MANAGE_CONNECTIONS call to complete the setup process before attempting to execute any browser tools.

Is the memory parameter required for tool execution?

Yes, the memory parameter is required in RUBE_MULTI_EXECUTE_TOOL calls to maintain state across operations, even if you pass an empty object as the value.