> 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/products/cn/proxies/dedicated-isp-proxies/enterprise/agent-skills.md).

# Agent 技能

使用面向 Oxylabs 企业版独享ISP代理的官方 Agent Skills 配置 AI 工具和编码助手。

Oxylabs 智能体技能（`skills.md`）教会 LLM 和 AI 编码助手如何配置并与 Oxylabs 产品交互。

适用于 Oxylabs 代理的 Agent Skills 将帮助你的模型生成准确的连接字符串，处理入口节点，并应用地理定位参数，而不会出现语法或参数幻觉。

## 安装

### Claude Code（插件市场）

在 Claude Code 中，运行以下命令：

```
/插件市场 添加 Oxylabs/agent-skills
/plugin install oxylabs@oxylabs-agent-skills
```

这会将全部 5 个技能安装为一个插件：

* [`skills/代理`](https://github.com/oxylabs/agent-skills/blob/main/skills/proxies/SKILL.md)
* [`skills/web-unblocker`](https://github.com/oxylabs/agent-skills/blob/main/skills/web-unblocker/SKILL.md)
* [`skills/web-scraper-api`](https://github.com/oxylabs/agent-skills/blob/main/skills/web-scraper-api/SKILL.md)
* [`skills/headless-browser`](https://github.com/oxylabs/agent-skills/blob/main/skills/headless-browser/SKILL.md)
* [`skills/video-data`](https://github.com/oxylabs/agent-skills/blob/main/skills/video-data/SKILL.md)

要更新技能，请运行此命令：

```
/plugin marketplace update oxylabs-agent-skills
```

### 其他代理（通用）

对于其他代理和自定义环境，请通过标准 skills CLI 将仓库加载到你的项目工作区中：

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

## 配置

所有 Oxylabs Agent Skills 都通过在一个 `.env` 文件中。要使用代理技能，请将这些键添加到你的 `.env` 文件中：

| 变量                | 描述                     |
| ----------------- | ---------------------- |
| `OXY_DC_USERNAME` | 你的 Oxylabs 代理用户 `用户名`. |
| `OXY_DC_PASSWORD` | 你的 Oxylabs 代理用户 `密码`.  |

## 如何使用

一旦该技能在你的工作区中激活，你就可以提示你的 AI 助手使用 Oxylabs 代理构建自定义解决方案。

* **示例 1：** "编写一个使用 `requests` 通过 Oxylabs Enterprise Dedicated ISP Proxy Rotator 获取电子商务目标 URL 列表。"
* **示例 2：** "使用 Node.js 编写一个脚本， `axios` 接受一个分配给我的 Enterprise Dedicated ISP 直连 IP 地址数组，并为每个请求轮换到一个新的 IP。"

## 支持的代理网络

此技能适用于以下所有代理类型：

* [住宅代理](/products/cn/proxies/residential-proxies.md)
* [移动代理](/products/cn/proxies/mobile-proxies.md)
* [ISP代理](/products/cn/proxies/isp-proxies.md)
* [独享ISP代理（企业版）](/products/cn/proxies/dedicated-isp-proxies/enterprise.md)
* [独享ISP代理（自助服务）](/products/cn/proxies/dedicated-isp-proxies/self-service.md)
* [数据中心代理](/products/cn/proxies/datacenter-proxies.md)
* [独享数据中心代理（企业版）](/products/cn/proxies/dedicated-datacenter-proxies/enterprise.md)
* [独享数据中心代理（自助服务）](/products/cn/proxies/dedicated-datacenter-proxies/self-service.md)

## 更多 Oxylabs 智能体技能

了解其他 Oxylabs 解决方案的智能体技能：

* [网页爬虫API](/products/cn/web-scraper-api/solutions-for-ai-workflows/agent-skills.md)
* [网页解锁器](/products/cn/web-unblocker/agent-skills.md)
* [无头浏览器](/products/cn/headless-browser/ai-workflows/agent-skills.md)
* [视频数据](/products/cn/proxies/high-bandwidth-proxies.md#agent-skills)


---

# 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/products/cn/proxies/dedicated-isp-proxies/enterprise/agent-skills.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.
