Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Oxylabs Proxies Reference

Gets Oxylabs proxy auth, geo-targeting and sticky-session parameters exactly right across Residential, Mobile, Datacenter and ISP products.

Web & APIIntermediate4711AI 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- vs user- username prefixes and which env vars to use (OXY_RES_* vs OXY_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, and sesstime, 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

  1. "Give me a curl command that hits this page from a New York, US IP" → produces customer-...-cc-US-city-new_york credentials.
  2. "Write Python requests code that keeps the same IP for 10 minutes" → applies sessid plus sesstime.
  3. "I only want the first IP from my dedicated list" → explains port-based access starting at 8001 instead of the rotating 8000.

· · · 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/oxylabs/agent-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r agent-skills/skills/proxies ~/.claude/skills/proxies
  5. Export the credentials from your Oxylabs dashboard: export OXY_RES_USERNAME=..., export OXY_RES_PASSWORD=... (use OXY_DC_* for datacenter/ISP).
  6. Restart Claude Code, then ask something like "build a proxied request from a US IP" and the skill will trigger automatically.