Agent Skills
Configure AI tools and coding assistants with official Agent Skills for Oxylabs Enterprise Dedicated ISP Proxies.
Last updated
Was this helpful?
Configure AI tools and coding assistants with official Agent Skills for Oxylabs Enterprise Dedicated ISP Proxies.
Oxylabs Agent Skills (skills.md) teach LLMs and AI coding assistants how to configure and interact with Oxylabs products.
Agent Skills for Oxylabs proxies will help your model generate accurate connection strings, handle entry nodes, and apply geo-targeting parameters without syntax or parameter hallucinations.
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-skillsFor other agents and custom environments, load the repository into your project workspace via the standard skills CLI:
All Oxylabs Agent Skills authenticate via environment variables defined in a .env file. To use proxy skills, add these keys to your .env file:
OXY_DC_USERNAME
Your Oxylabs proxy user username.
OXY_DC_PASSWORD
Your Oxylabs proxy user password.
Once the skill is active in your workspace, you can prompt your AI assistant to build custom solutions using Oxylabs proxies.
Example 1: "Write a Python script using requests to fetch a list of e-commerce target URLs through the Oxylabs Enterprise Dedicated ISP Proxy Rotator."
Example 2: "Create a Node.js script using axios that accepts an array of my assigned Enterprise Dedicated ISP direct IP addresses and cycles through a new IP for every request."
This skill applies to all following proxy types:
Learn more about Agent Skills for other Oxylabs solutions:
Last updated
Was this helpful?
Was this helpful?
npx skills add https://github.com/oxylabs/agent-skills.git
