Oxylabs Proxies Reference
Gets Oxylabs proxy auth, geo-targeting and sticky-session parameters exactly right across Residential, Mobile, Datacenter and ISP products.
Web & APIIntermediate★ 471⑂ 1AI score 8/10Last updated: Aug 13, 2026
What it does
- Maps every Oxylabs proxy family (Residential, Mobile, shared Datacenter/ISP, Dedicated DC/ISP) to its correct host and port.
- Explains the
customer-vsuser-username prefixes and which env vars to use (OXY_RES_*vsOXY_DC_*). - Builds geo-targeting strings for country, city, US state, ZIP, ASN, and lat/lon radius headers with the right syntax.
- Configures sticky sessions via
sessid,sessid_oneip, andsesstime, including expiry and cap rules.
Who it's for
- Scraping engineers with a paid Oxylabs subscription.
- Data teams collecting geo-specific prices or SERPs across countries.
- Anyone needing a stable exit IP to keep a logged-in crawl session alive.
Examples
- "Give me a curl command that hits this page from a New York, US IP" → produces
customer-...-cc-US-city-new_yorkcredentials. - "Write Python requests code that keeps the same IP for 10 minutes" → applies
sessidplussesstime. - "I only want the first IP from my dedicated list" → explains port-based access starting at
8001instead of the rotating8000.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/oxylabs/agent-skills/HEAD/skills/proxies/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/proxies folder from the GitHub repo oxylabs/agent-skills into my ~/.claude/skills/proxies/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/oxylabs/agent-skills.git && mkdir -p ~/.claude/skills && cp -r agent-skills/skills/proxies ~/.claude/skills/proxies⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/oxylabs/agent-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r agent-skills/skills/proxies ~/.claude/skills/proxies - Export the credentials from your Oxylabs dashboard:
export OXY_RES_USERNAME=...,export OXY_RES_PASSWORD=...(useOXY_DC_*for datacenter/ISP). - Restart Claude Code, then ask something like "build a proxied request from a US IP" and the skill will trigger automatically.
View source on GitHub ↗License: MIT