Automate BrowseAI workflows to extract web data and monitor page changes.
Overall this is a browser-automation skill built on Rube MCP. The material shows no required secrets or suspicious endpoints, and it is open-source with strong community adoption; the main consideration is normal MCP-style remote tool execution via Rube/Composio, so the overall level is caution.
No API keys, tokens, or other secrets are declared; the material explicitly says “No API keys needed.” No credential leakage or abuse red flags are evident.
No remote endpoint is listed beyond Rube MCP, but it does require connecting to `https://rube.app/mcp` and executing tools through Composio/Rube, which entails normal egress of task data to that declared service.
This is a prompt/tool-orchestration skill and does not show arbitrary local code execution; however, it does invoke MCP tools for automation, which is a normal controlled execution capability.
Its data access depends on the connected Browseai account and tool permissions, potentially reading or operating on browser-related data or workflow content; the material does not indicate access beyond that scope.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), which supports auditability and trust; although the license and maintenance status are not stated, no clear supply-chain red flags are visible.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "browseai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/browseai-automation/SKILL.md 2. Save it as ~/.claude/skills/browseai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Browseai operations through Composio's Browseai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/browseai
RUBE_MANAGE_CONNECTIONS with toolkit browseaiRUBE_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 browseaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Browseai 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 Browseai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["browseai"]
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 Browseai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit browseai |
| 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 Epic Games tasks through Rube MCP within developer workflows.
Automate Esignatures IO signing and document workflows through Rube MCP.
Automate Etermin tasks and connect them with external workflows via Rube MCP.
Automate Evenium event workflows and coordination through Rube MCP.
Automate Eventee event management tasks through Rube MCP for faster coordination.
Automate Eodhd API data retrieval and processing through Rube MCP.
Automate ScrapingBee scraping tasks and web data workflows via Rube MCP.
Automate browser tool tasks via Rube MCP with schema lookup first.
Automate Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate Browserhub browser tasks via Rube MCP using current tool schemas.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.