proxy-rotation
Installation
SKILL.md
Proxy Rotation Strategies
Rotate IP addresses automatically to prevent blocks, bans, and rate limits during web scraping and browser automation. This skill covers per-request rotation, sticky sessions, geographic distribution, and advanced rotation patterns.
When to Use This Skill
Activate when the user:
- Needs to rotate IPs while scraping
- Gets banned after too many requests from the same IP
- Wants to distribute requests across multiple IPs or countries
- Needs sticky sessions for login flows
- Asks about IP rotation, proxy rotation, or distributed scraping
Rotation Strategies
1. Per-Request Rotation (Default)
Every request automatically uses a different IP address. No configuration needed — it's the default behavior.