This skill allows an agent to route network requests through a residential IP address. It is specifically designed to solve the problem of 'Cloud IP Blocking,' where API providers block requests coming from known cloud provider IP ranges (like those used by Claude, OpenAI, or GitHub Actions).
Use this skill when a standard curl or fetch request returns a 403 Forbidden error or a 'blocked' message, indicating the cloud environment is being filtered by the target server. It is particularly useful for scraping sites with aggressive anti-bot protections or accessing APIs that require residential IP validation.
fetch.py for ad-hoc request retries and proxy_helper.py for integrating proxy routing into other skills.Primarily designed for Claude Code and other agents running in cloud containers that need to reach the external web without being flagged as cloud traffic.
This skill has not been reviewed by our automated audit pipeline yet.