---
name: "Agent Browser Operator"
slug: "agent-browser-operator"
description: "Interactive browser skill for logged-in flows, dynamic pages, and session-aware site operations."
github_stars: 89986
verification: "security_reviewed"
source: "https://github.com/microsoft/playwright"
author: "Microsoft"
publisher_type: "open_source_collective"
category: "Browser Automation"
framework: "Custom Agents"
tool_ecosystem:
  github_repo: "microsoft/playwright"
  github_stars: 89986
  npm_package: "playwright"
  npm_weekly_downloads: 86387214
---

# Agent Browser Operator

Interactive browser skill for logged-in flows, dynamic pages, and session-aware site operations.

## Prerequisites

OpenClaw, browser tool (OpenClaw-managed or Chrome extension relay)

## Installation

Use the upstream install or setup path that matches your environment:
- npm install -g @playwright/cli@latest
- npm i playwright

Requirements and caveats from upstream:
- Playwright is also available for [Python](https://playwright.dev/python/docs/intro), [.NET](https://playwright.dev/dotnet/docs/intro), and [Java](https://playwright.dev/java/docs/intro).

Basic usage or getting-started notes:
- bash
- Optionally install skills for richer agent integration:
- playwright-cli install --skills

- Source: https://github.com/microsoft/playwright
- Extracted from upstream docs: https://raw.githubusercontent.com/microsoft/playwright/HEAD/README.md

## Documentation

- https://playwright.dev/docs/intro

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/agent-browser-operator/)
