Automate Hyperbrowser workflows via Rube MCP using current tool schemas first.
This skill itself is an open-source prompt-style instruction set with no declared local secrets, file access, or local code execution. However, it is designed to connect users to remote Rube MCP/Composio/Hyperbrowser services and trigger external tool actions, so the overall posture is low-to-moderate caution, with most exposure coming from the external service chain rather than the skill text itself.
The material states 'No API keys needed,' but it still requires establishing an ACTIVE Hyperbrowser connection via `RUBE_MANAGE_CONNECTIONS` and following an authentication link. This implies possible third-party account authorization or OAuth-style credentials, even if no environment variable is exposed in the skill itself. No explicit credential theft behavior is described.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Hyperbrowser-related services for tool discovery, connection management, and execution. Task content, session IDs, and tool arguments are therefore likely sent to these declared external services. The endpoint appears related to the stated functionality, with no unrelated or covert exfiltration target described.
Based on the objective checks, this is a prompt-only skill. The material does not declare any need to install executables locally, spawn local processes, or invoke system commands directly; it mainly describes how to use remote MCP tools. No local code execution privilege request is evident.
The skill text itself does not declare local file or system resource access, but once it uses `RUBE_MULTI_EXECUTE_TOOL` or `RUBE_REMOTE_WORKBENCH`, the effective data access scope depends on permissions granted through the Hyperbrowser/Composio connection. The material does not define a least-privilege boundary, so the external tool-side data access surface warrants caution.
The source is a GitHub open-source repository with very high community adoption (64.7k stars), which is a strong risk-reducing factor. The visible skill content is primarily documentation/prompt material and does not include executable install scripts. Limitations remain: the license is unspecified, maintenance status is unknown, and the effective Rube/Composio/Hyperbrowser service chain is not fully auditable from this repository alone.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "hyperbrowser-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/hyperbrowser-automation/SKILL.md 2. Save it as ~/.claude/skills/hyperbrowser-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Hyperbrowser operations through Composio's Hyperbrowser toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/hyperbrowser
RUBE_MANAGE_CONNECTIONS with toolkit hyperbrowserRUBE_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 hyperbrowserAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Hyperbrowser 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 Hyperbrowser task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["hyperbrowser"]
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 Hyperbrowser-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit hyperbrowser |
| 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
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate Browserhub browser tasks via Rube MCP using current tool schemas.
Automate browser tool tasks via Rube MCP with schema lookup first.
Automate Hyperise personalization and creative workflow tasks through Rube MCP.
Automate Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate Anchor Browser actions and web workflows through Rube MCP.
Automate BrowseAI workflows to extract web data and monitor page changes.