Route AI agent web tools through ProxyClaw residential proxies.
Real IPs. Real devices. 100+ countries. Beats Cloudflare, captchas, and geo-blocks that stop VPS-hosted agents cold.
Follows the agentskills.io open standard — works across all compatible agents.
| Agent | Install |
|---|---|
| Hermes Agent | hermes skills install github:iploop/proxyclaw-hermes-skill/proxyclaw |
| OpenClaw | clawhub install proxyclaw (coming soon) |
| Gemini CLI | Copy proxyclaw/ → .agents/skills/proxyclaw/ |
| OpenCode | Copy proxyclaw/ → .agents/skills/proxyclaw/ |
| OpenHands | Copy proxyclaw/ → .agents/skills/proxyclaw/ |
| Junie (JetBrains) | Copy proxyclaw/ → .agents/skills/proxyclaw/ |
| Claude Code / Codex | Copy proxyclaw/ → .claude/skills/proxyclaw/ |
- Sign up at proxyclaw.ai — free 500MB tier, no card required
- Grab your API key from the Dashboard
- Add to your agent's env config:
HTTP_PROXY=http://:YOUR_API_KEY@proxy.iploop.io:8880 HTTPS_PROXY=http://:YOUR_API_KEY@proxy.iploop.io:8880 - Restart your agent — all web tools now route through residential IPs
web_search,web_extract,web_crawl— viaHTTP_PROXYenv var- Browser automation tools — via
browser.proxyconfig - Scrapling — per-request
proxy=param - Any tool that respects standard HTTP proxy environment variables
HTTP_PROXY=http://us:YOUR_API_KEY@proxy.iploop.io:8880 # United States
HTTP_PROXY=http://gb:YOUR_API_KEY@proxy.iploop.io:8880 # United Kingdom
HTTP_PROXY=http://de:YOUR_API_KEY@proxy.iploop.io:8880 # Germany
HTTP_PROXY=http://:YOUR_API_KEY@proxy.iploop.io:8880 # Random rotationcurl -x http://:YOUR_API_KEY@proxy.iploop.io:8880 https://api.ipify.orgShould return a residential IP, not your server's IP.
- Sign up: https://proxyclaw.ai
- Skill source: proxyclaw/SKILL.md
- HermesHub: amanning3390/hermeshub#55
- awesome-hermes-agent: 0xNyk/awesome-hermes-agent#45
MIT — IPLoop