A specialized skill designed to bypass 429 Too Many Requests errors and rate limits by distributing traffic across rotating residential IPs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rate-limit-bypass
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 rate-limit-bypass using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Rate Limit Bypass skill is an essential tool for developers and data scientists using Openclaw Skills to perform web scraping at scale. It addresses the common challenge of 429 Too Many Requests and Cloudflare Error 1015 by implementing sophisticated IP rotation, session management, and behavioral simulation. By integrating this skill, users can ensure their automated agents maintain high throughput without triggering IP-based or session-based blocks.
Built to work seamlessly with high-performance proxy providers, this skill provides the infrastructure needed to rotate through millions of residential IPs across 195+ countries. Whether you are extracting market data or monitoring competitors, this component of the Openclaw Skills ecosystem ensures your requests look human and remain within the acceptable thresholds of target websites.
To integrate this capability into your Openclaw Skills workflow, configure your proxy environment variables as follows:
# Configure HTTP and HTTPS proxy environment
export HTTP_PROXY=http://USER:[email protected]:7777
export HTTPS_PROXY=http://USER:[email protected]:7777
export NO_PROXY=127.0.0.1,localhost
For browser-based agents, use the following configuration object:
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER",
"password": "PASS"
}
}
}
The skill maintains a logic table for site-specific rate limits and retry parameters. This metadata helps Openclaw Skills optimize request frequency:
| Site | Limit (per IP) | With Rotation | Recommended Delay |
|---|---|---|---|
| Google Search | ~20-30/hour | Unlimited | 5-15 seconds |
| Amazon | ~100-200/hour | Unlimited | 2-4 seconds |
| ~80-100/day | ~500/day/account | 3-8 seconds | |
| Zillow | ~50-100/hour | Unlimited | 3-5 seconds |
| ~60/minute | Unlimited | 1-3 seconds |
Loading
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.

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 powerful automation tool for creating, warming, and managing Reddit account fleets for marketing and SEO operations.

A configuration skill for using residential proxies to bypass advanced bot detection systems during web scraping and browser automation.








































