A configuration skill for using residential proxies to bypass advanced bot detection systems during web scraping and browser automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install residential-proxy
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 residential-proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides the configuration necessary to route web requests through real household IP addresses assigned by Internet Service Providers. Unlike standard datacenter proxies, residential IPs have clean reputations and pass ASN-based bot detection used by security providers like Cloudflare, DataDome, and Akamai. Integrating these proxies within Openclaw Skills allows developers to successfully scrape protected sites and automate browser tasks by appearing as a genuine household user.
By leveraging a vast pool of millions of household connections, the skill ensures that automated agents can operate globally with high success rates. Whether you are performing localized market research or complex data extraction, this setup provides the trust required to bypass modern security perimeters without being flagged as a bot.
To use this with your CLI tools or scripts, set the following environment variables:
HTTP_PROXY=http://USER:[email protected]:7777
HTTPS_PROXY=http://USER:[email protected]:7777
NO_PROXY=127.0.0.1,localhost
For browser-based tools, apply the following proxy configuration:
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER",
"password": "PASS"
}
}
}
The skill manages proxy routing metadata to ensure traffic is handled correctly across different regions and session types. It uses a specific username syntax to control behavior within Openclaw Skills.
| Parameter | Description | Example Syntax |
|---|---|---|
| Gateway | The entry point for the proxy pool | gate.birdproxies.com:7777 |
| Session ID | Unique identifier for sticky sessions | USER-session-abc123 |
| Country Code | ISO 3166-1 alpha-2 code for targeting | USER-country-us |
| Combined | Targeting a country with a sticky session | USER-country-us-session-abc123 |
Loading
A powerful automation tool for creating, warming, and managing Reddit account fleets for marketing and SEO operations.

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

A comprehensive configuration tool for managing residential and rotating proxies to ensure reliable web scraping and browser automation.

A high-performance IP rotation engine designed to bypass rate limits and geographic restrictions during automated web scraping.

A collection of pre-configured scraping strategies for major websites with built-in proxy rotation and anti-detection logic.

A comprehensive tool for extracting Google Search Engine Results Page data to power SEO analysis and competitive market research.








































