browseai-automation

Automate Browseai data extraction and monitoring tasks through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Browseai by providing a standardized, automated interface for executing web scraping and monitoring workflows.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Browseai tool schemas and execution parameters via Rube MCP.
  • Workflow Execution: Perform multi-step automation tasks including data extraction and remote workbench operations.
  • Use Case: Automatically trigger a Browseai monitor to scrape product pricing data from a competitor website and execute a multi-tool workflow to process the results.

Quick Start

Use the browseai-automation skill to search for available tools and execute a data extraction task for the target URL.

Frequently Asked Questions about browseai-automation

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

FAQPage Schema
How do I discover available Browseai tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for your Browseai tasks.

What should I do if my Browseai connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the browseai toolkit parameter to check your status and follow the provided authentication link to re-establish an active session.

Can I reuse session IDs for multiple workflows?

Reuse session IDs within a single logical workflow to maintain state, but generate new session IDs for distinct, unrelated automation tasks to ensure clean execution logs.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid arguments and prevents execution errors caused by outdated configurations.