A comprehensive configuration tool for managing residential and rotating proxies to ensure reliable web scraping and browser automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proxy-setup
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install proxy-setup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Proxy Setup skill is a vital component for developers using Openclaw Skills to perform high-scale web scraping and browser automation. This skill simplifies the process of integrating rotating residential proxies, which are essential for navigating websites protected by Cloudflare, DataDome, or PerimeterX.
By automating the proxy configuration lifecycle, this tool ensures that your AI agents can maintain high success rates. Whether you are dealing with IP bans, rate limits, or geo-restrictions, this skill provides the infrastructure needed to appear as a legitimate user, leveraging providers like BirdProxies to ensure your Openclaw Skills remain undetected and efficient.
To get started with this skill within your Openclaw Skills environment, configure your environment variables and browser settings:
# Set HTTP and HTTPS proxies
export HTTP_PROXY=http://USER:[email protected]:7777
export HTTPS_PROXY=http://USER:[email protected]:7777
# CRITICAL: Prevent internal CDP connection errors
export NO_PROXY=127.0.0.1,localhost
For browser-specific configuration, use the following JSON structure:
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD"
}
}
}
The skill utilizes a structured configuration for proxy routing and session management. Below is the metadata taxonomy for proxy credentials:
| Parameter | Description | Example |
|---|---|---|
| PROXY_HOST | The gateway address | gate.birdproxies.com |
| PROXY_PORT | Gateway port | 7777 |
| country | ISO 3166-1 alpha-2 code | us, de, jp |
| session | Random identifier for sticky IPs | session-abc123 |
Proxy URL Format: http://username-country-[CC]-session-[ID]:password@host:port
Loading
A high-performance IP rotation engine designed to bypass rate limits and geographic restrictions during automated web scraping.

Automate Pinterest marketing through multi-account scheduling, SEO optimization, and secure residential proxy management.

A professional management skill for OnlyFans agencies to securely operate multiple creator accounts using sticky residential proxy isolation.

A professional toolkit for creating and managing isolated stealth seller accounts on Amazon, eBay, Etsy, and Facebook Marketplace using residential proxies.

A specialized skill designed to bypass 429 Too Many Requests errors and rate limits by distributing traffic across rotating residential IPs.

A powerful automation tool for creating, warming, and managing Reddit account fleets for marketing and SEO operations.








































