Sandbox
@oxylabs/agent-skills

Oxylabs skills plugin for Claude Code and other agents

Oxylabs Agent Skills packages five product-specific skill folders into one installable plugin. Each skill gives an agent structured steps for a specific Oxylabs service, from proxy traffic and protected-page access to structured scraping, browser automation, and video data tasks.

871 stars2 forksUpdated 27d ago
Who it's for

Builders who want their agent to use Oxylabs services for proxies, scraping, browser automation, or video data.

What it delivers

You can add Oxylabs-specific instructions to your agent instead of figuring out each product flow from scratch.

What it does

Proxies skill

Covers residential, mobile, datacenter, dedicated datacenter, ISP, and dedicated ISP proxy use with geo-targeting, IP rotation, and sticky sessions.

Web unblocker skill

Guides the agent through fetching protected pages with handling for fingerprinting, JavaScript rendering, and CAPTCHAs.

Web scraper API skill

Gives structured instructions for production scraping, parsed JSON output, search results, e-commerce pages, and geo-targeting.

Headless browser skill

Describes remote headless browser use over CDP with Playwright or Puppeteer and request handling.

Video data skill

Covers video metadata, subtitles, search, channel data, and high-bandwidth proxy downloads.

Plugin packaging

Uses `.claude-plugin/plugin.json` and `.claude-plugin/marketplace.json` so Claude Code can install the skills as one plugin.

How to get it

  1. 1Inside Claude Code, run
    /plugin marketplace add oxylabs/agent-skills
    /plugin install oxylabs@oxylabs-agent-skills
  2. 2This installs all 5 skills as a single plugin. To update later
    /plugin marketplace update oxylabs-agent-skills
  3. 3Run
    npx skills add https://github.com/oxylabs/agent-skills.git

README

Oxylabs promo code

Oxylabs Agent Skills

Official agent skills for Oxylabs products. Each skill provides structured instructions that AI agents can use to interact with Oxylabs services.

Available Skills

SkillDirectoryDescription
Proxiesskills/proxiesResidential, Mobile, Datacenter, Dedicated Datacenter, ISP and Dedicated ISP proxy network with geo-targeting, IP rotation, and session persistence
Web Unblockerskills/web-unblockerAI-powered proxy that handles fingerprinting, JavaScript rendering, CAPTCHAs, and improves access reliability automatically
Web Scraper APIskills/web-scraper-apiProduction-grade web scraping with structured JSON parsing for 40+ targets and geo-targeting
Headless Browserskills/headless-browserRemote headless browsers via CDP (Playwright/Puppeteer) with built-in request handling and residential proxies
Video Dataskills/video-dataVideo data extraction (metadata, subtitles, search, channels) and high-bandwidth proxy video downloads

Product Routing

NeedUse
Bring your own HTTP client, proxy auth, IP rotation, sticky sessions, or raw geo-targeted proxy trafficProxies
Fetch protected pages without browser interactionsWeb Unblocker
Get structured data from supported targets, search results, e-commerce pages, or parsed JSONWeb Scraper API
Clicks, forms, screenshots, browser state, or Playwright/Puppeteer automationHeadless Browser
YouTube metadata, subtitles, search, channel data, or video/audio downloadsVideo Data

Start with the most specific product that fits the task. Validate one small request first, confirm auth, status, and expected output, then scale with explicit limits.

Installation

Claude Code (plugin marketplace)

Inside Claude Code, run:

/plugin marketplace add oxylabs/agent-skills
/plugin install oxylabs@oxylabs-agent-skills

This installs all 5 skills as a single plugin. To update later:

/plugin marketplace update oxylabs-agent-skills

Other agents (generic)

npx skills add https://github.com/oxylabs/agent-skills.git

Configuration

All skills authenticate via environment variables defined in a .env file.

VariableUsed ByDescription
OXY_RES_USERNAMEResidential/Mobile ProxiesResidential or Mobile proxy username
OXY_RES_PASSWORDResidential/Mobile ProxiesResidential or Mobile proxy password
OXY_DC_USERNAMEDatacenter/ISP ProxiesDatacenter or ISP proxy username
OXY_DC_PASSWORDDatacenter/ISP ProxiesDatacenter or ISP proxy password
OXYLABS_USERNAMEWeb UnblockerWeb Unblocker username
OXYLABS_PASSWORDWeb UnblockerWeb Unblocker password
OXY_WSA_USERNAMEWeb Scraper API, Video DataWeb Scraper API username
OXY_WSA_PASSWORDWeb Scraper API, Video DataWeb Scraper API password
OXY_HB_USERNAMEHeadless BrowserHeadless Browser username
OXY_HB_PASSWORDHeadless BrowserHeadless Browser password
OXY_HB_ENDPOINTVideo DataDedicated high-bandwidth proxy endpoint (for video downloads)

Read more on our agent skills documentation

Files in the repo

Repository payload7 top-level entries
  • .claude-plugin
  • skills
  • .env.example
  • .gitignore
  • Github repositories banner v1@2x.png
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k