> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/help-center/products-and-features/which-oxylabs-products-do-agent-skills-support.md).

# Which Oxylabs products do Agent Skills support?

Add Agent Skills to your AI assistant once, and it takes over the setup work. Describe what you need in plain English, and your assistant picks the right product for the job, writes the request with the correct endpoints and parameters, and handles authentication.

One install covers all eight products below. Here's what you can ask your assistant to do with each:

* [Residential](https://developers.oxylabs.io/products/proxies/residential-proxies/agent-skills), [Mobile](https://developers.oxylabs.io/products/proxies/mobile-proxies/agent-skills), [Datacenter](https://developers.oxylabs.io/products/proxies/datacenter-proxies/agent-skills) & [ISP Proxies](https://developers.oxylabs.io/products/proxies/isp-proxies/agent-skills): send requests from a chosen country or city, with IP rotation and session control;
* [Web Unblocker](https://developers.oxylabs.io/products/web-unblocker/agent-skills): fetch pages from complex sites in a single request, with JavaScript rendering handled automatically;
* [Web Scraper API](https://developers.oxylabs.io/products/web-scraper-api/solutions-for-ai-workflows/agent-skills): get clean, structured JSON from 40+ supported targets, with no parser to write or maintain;
* [Headless Browser](https://developers.oxylabs.io/products/headless-browser/ai-workflows/agent-skills): drive a remote browser to log in, click, and fill forms, with Playwright, Puppeteer, or another CDP-compatible tool;
* [Video Data](https://developers.oxylabs.io/products/proxies/high-bandwidth-proxies): collect video metadata, search, and channel data, with high-bandwidth downloads for video files.

***

<a href="https://dashboard.oxylabs.io/en/" class="button primary">Head back to the dashboard</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/help-center/products-and-features/which-oxylabs-products-do-agent-skills-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
