brightdata-automation

Automate Brightdata tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:28

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-brightdata-automation&locale=en&source=copy

Brightdata Automation Skills

Skill Overview


By using the Rube MCP and the Composio Brightdata toolkit, you can automate Brightdata agent and data collection workflows. No code is required to complete complex Brightdata processes.

Suitable Scenarios


  • Data Collection Automation: Developers and data engineers who need to automatically manage a Brightdata proxy pool, configure data collection tasks, or batch-execute multiple Brightdata operations.
  • AI Agent Integration: Integrate Brightdata capabilities into Claude or other AI agents so the agent can independently create and manage proxies, start collection tasks, and retrieve data.
  • No-Code Workflows: Directly call Brightdata features via the MCP protocol. This is ideal for users who don’t want to deal with API complexity and need to quickly set up automation workflows.
  • Core Features


  • Dynamic Tool Discovery: Automatically searches for and retrieves the currently available Brightdata tool list and input schemas, ensuring you use the latest tool definitions and avoid hardcoding outdated parameters.
  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to manage Brightdata connection status—check whether the connection is active, support one-click authorization activation, and avoid manually configuring API keys.
  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to run multiple Brightdata actions within a single session, with in-memory persistence and session reuse to improve workflow efficiency.
  • FAQs

    What is Rube MCP? How is it used for Brightdata automation?


    Rube MCP is an MCP (Model Context Protocol) server that provides access to hundreds of toolkits on the Composio platform, including Brightdata. By adding https://rube.app/mcp to your MCP client configuration, you can use all Brightdata features without any API keys.

    How do I connect Brightdata to Rube MCP?


    First, call RUBE_SEARCH_TOOLS to confirm that Rube MCP is available, then use RUBE_MANAGE_CONNECTIONS and set the toolkit to brightdata. If the connection is not active, the system returns an authorization link. After completing it, the connection status will change to ACTIVE, and you can start automating tasks.

    Does Brightdata automation require an API key?


    No. Rube MCP handles all authentication flows. You only need to bind your Brightdata account once during the initial connection using the returned authorization link. After that, all tool calls will automatically handle authentication—no need to manually manage API keys or access tokens.

    Can I batch-execute multiple Brightdata tasks?


    Yes. Using RUBE_MULTI_EXECUTE_TOOL, you can execute multiple tool calls within a single request and support session reuse. This means you can, within one session, sequentially create agents, configure collection tasks, start the tasks, and retrieve results—while sharing the same authentication context.

    Why does my Brightdata connection show as inactive?


    The authorization may not have completed yet, or the authorization may have expired. Call RUBE_MANAGE_CONNECTIONS to check the status. If it’s inactive, the system will return a new authorization link. After authorization is completed, the status will automatically update to ACTIVE. It’s recommended to check the connection status before running each workflow.