Agent Skills

Configure AI tools and coding assistants with official Agent Skills for Oxylabs Headless Browser.

Oxylabs Agent Skills (skills.md) teach LLMs and AI coding assistants how to configure and interact with Oxylabs products.

Agent Skills for Oxylabs Headless Browser will help your model control remote headless browser sessions via Chrome DevTools Protocol (CDP), configure browser fingerprints, handle proxy rotation, and manage Playwright or Puppeteer automation 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-skills

This installs all 5 skills as a single plugin:

To update skills, run this command:

/plugin marketplace update oxylabs-agent-skills

Other 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 Headless Browser skills, add these keys to your .env file:

Variable
Description

OXY_HB_USERNAME

Your Headless Browser user username.

OXY_HB_PASSWORD

Your Headless Browser user password.

How to use

Once the skill is active in your workspace, you can prompt your AI assistant to build automated browser interactions using Oxylabs Headless Browser.

  • Example 1: "Write a Python script using playwright to connect via CDP to Oxylabs Headless Browser, navigate to a dynamic JavaScript site, and extract the rendered HTML."

  • Example 2: "Create a Node.js script using puppeteer that initializes a stealth Firefox browser session via Oxylabs Headless Browser from US geo-location."

  • Example 3: "Generate a browser automation routine that opens example.com, interacts with dynamic elements on the page, and saves a full-page screenshot."

More Oxylabs Agent Skills

Learn more about Agent Skills for other Oxylabs solutions:

Last updated

Was this helpful?