Agent Skills
Configure AI tools and coding assistants with official Agent Skills for Oxylabs Web Unblocker.
Oxylabs Agent Skills (skills.md) teach LLMs and AI coding assistants how to configure and interact with Oxylabs products.
Agent Skills for Oxylabs Web Unblocker will help your model route traffic through correct gateways, manage custom headers, toggle JavaScript rendering, and implement required SSL configurations without syntax or parameter hallucinations.
Installation
Claude Code (plugin marketplace)
Inside Claude Code, run the following commands:
/plugin marketplace add oxylabs/agent-skills
/plugin install oxylabs@oxylabs-agent-skillsThis installs all 5 skills as a single plugin:
To update skills, run this command:
/plugin marketplace update oxylabs-agent-skillsOther agents (generic)
For other agents and custom environments, load the repository into your project workspace via the standard skills CLI:
Configuration
All Oxylabs Agent Skills authenticate via environment variables defined in a .env file. To use Web Unblocker skills, add these keys to your .env file:
OXYLABS_USERNAME
Your Web Unblocker user username.
OXYLABS_PASSWORD
Your Web Unblocker user password.
How to use
Once the skill is active in your workspace, you can prompt your AI assistant to build more reliable extraction scripts using Oxylabs Web Unblocker.
Example 1: "Write a Python script using
requeststo scrapetarget-url.netpage through Web Unblocker, handle proxy SSL verification."Example 2: "Create a Node.js script using
node-fetchthat requests a page through Web Unblocker with JavaScript rendering enabled and pinned to a specific US location header."Example 3: "Write an automated script to retrieve a full-page PNG screenshot of
example.comvia Web Unblocker custom headers."
More Oxylabs Agent Skills
Learn more about Agent Skills for other Oxylabs solutions:
Last updated
Was this helpful?

