Automate browser tasks, web flows, and scraping with Browserless tooling.
This skill appears to be primarily a prompt/documentation wrapper for using Browserless/Composio via Rube MCP; the material does not declare local code execution, required secrets, or direct remote endpoints. Overall risk is relatively low, but it depends on external MCP services and follow-up connection flows, so real data egress and permission boundaries should be verified on the Rube/Browserless side.
The material says 'No API keys needed,' but it also requires activating a browserless connection via `RUBE_MANAGE_CONNECTIONS` and completing setup through a returned auth link, which implies possible third-party account authorization or session tokens; credential storage and scope are not described.
The skill depends on the external MCP service `https://rube.app/mcp` and performs remote operations through Composio/Browserless tools; although the top-level metadata lists no endpoint, the README explicitly points to external services, so task inputs and execution results may leave the local environment. No evidence of unusual or unrelated exfiltration endpoints is shown.
Per the system checks, this project is prompt-only; the material mainly describes call order and parameter conventions, with no executable install script and no claim of starting local processes or executing local code.
The skill itself does not declare reading local files or system resources, but its purpose is to 'Automate Browserless operations,' and it executes browser-related tasks through remote tools, potentially handling user-provided web content, session data, or automation outputs. The material does not specify least privilege, data retention, or access boundaries.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), which are meaningful risk-reducing signals; the visible content looks like skill documentation rather than a closed-source binary. Still, the repository license is undeclared and maintenance status is unknown, so upstream Rube/Composio docs and code should be verified.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "browserless-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/browserless-automation/SKILL.md 2. Save it as ~/.claude/skills/browserless-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Connect and automate Twelve Data workflows through Rube MCP tools.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Docuseal signing, templates, and document workflows through Rube MCP.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate browser tool tasks via Rube MCP with schema lookup first.
Automate Browserhub browser tasks via Rube MCP using current tool schemas.
Automate BrowseAI workflows to extract web data and monitor page changes.
Automate Anchor Browser actions and web workflows through Rube MCP.
Automate ScrapingBee scraping tasks and web data workflows via Rube MCP.