browserless-automation

Automate browser-based tasks and workflows using the Rube MCP gateway for remote execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing browser-based automation tasks by providing a standardized interface to discover, connect, and execute tools via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search for available Browserless tools and schemas to ensure compatibility.
  • Connection Management: Verify and manage active connections to Browserless toolkits to prevent execution errors.
  • Multi-Tool Execution: Execute complex workflows by chaining multiple browser operations within a single session.

Quick Start

Use the browserless-automation skill to search for available tools and execute a browser task using the Rube MCP gateway.

Frequently Asked Questions about browserless-automation

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

FAQPage Schema
How do I discover available Browserless tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve a list of available tool slugs, input schemas, and recommended execution plans.

How do I verify my Browserless connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the browserless toolkit parameter to check if your connection is currently ACTIVE before attempting any tool execution.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain state, but generate new session IDs when starting entirely different automation tasks.

What should I do if a tool execution fails?

First, verify your connection status using RUBE_MANAGE_CONNECTIONS. Then, re-run RUBE_SEARCH_TOOLS to ensure you are using the most current tool schema and argument requirements.