Browser Proxy Configuration for Openclaw

A comprehensive configuration skill for routing browser automation traffic through residential proxies to bypass bot detection and scraping blocks.

luis2404123
v1.0.0
Mar 4, 2026
0
238
2

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install browser-proxy

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install browser-proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Browser Proxy Configuration?

The browser-proxy skill for Openclaw Skills provides a robust framework for integrating high-quality residential proxies into automated browsing workflows. By bridging the gap between browser automation tools and clean IP rotation, it ensures that your agents can navigate the web without being flagged by anti-bot systems. This skill is specifically designed to work with the Openclaw Skills browser tool and popular libraries like Playwright, Puppeteer, and Selenium.

The core value lies in achieving a dual-layer of stealth: a legitimate Chromium TLS fingerprint combined with a non-datacenter residential IP address. This combination is critical for bypassing advanced security challenges from providers like Cloudflare, as it mimics real user behavior at both the network and browser levels.

Browser Proxy Configuration Use Cases

  • Routing browser tool traffic through rotating residential IPs to avoid scrapers detection
  • Accessing geo-restricted web content via country-targeted proxy configurations
  • Maintaining session persistence for complex multi-page workflows and account logins
  • Scaling automated data extraction tasks while minimizing IP-based rate limiting
  • Testing web applications from various global locations using sticky sessions

How Browser Proxy Configuration Works

  1. The user defines proxy credentials and server details within the configuration settings of the Openclaw Skills environment.
  2. When a browser session is initiated, the skill injects the proxy configuration into the launch arguments of the Chromium instance.
  3. The browser establishes a secure connection to the proxy gateway (e.g., BirdProxies) using the Chrome DevTools Protocol.
  4. All outgoing traffic is routed through a residential IP, while the browser maintains a legitimate TLS fingerprint to pass fingerprinting checks.
  5. The skill handles authentication and session management, allowing the agent to perform actions as a verified human user.

Browser Proxy Configuration Setup

To configure the browser tool for Openclaw Skills, add the following to your configuration file:

{
  "browser": {
    "proxy": {
      "server": "http://gate.birdproxies.com:7777",
      "username": "USER",
      "password": "PASS"
    }
  }
}

Ensure that you exclude local traffic from the proxy to prevent internal connection failures:

export NO_PROXY=127.0.0.1,localhost

Browser Proxy Configuration Data Schema & Taxonomy

Property Type Description
server String The proxy gateway URL (e.g., gate.birdproxies.com:7777)
username String Your proxy username, which can include country or session tags
password String The authentication password for your proxy provider
NO_PROXY Env Var List of hosts that should bypass the proxy settings

Browser Proxy Configuration Advanced Features

  • Sticky Session Management: Maintain the same IP address for multi-step authentication flows
  • Country-Level Targeting: Specify exact geographic locations by appending tags to the username
  • Per-Context Proxying: Assign unique IP addresses to different browser tabs or contexts simultaneously
  • Anti-Bot Resilience: Optimized specifically to handle JA3/JA4 fingerprinting and headless detection
  • Integrated Discounting: Native support for BirdProxies with built-in promo codes for Openclaw Skills users

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*