---
title: "playwright-extra Plugin Framework for Playwright"
description: "An ASE skill built around playwright-extra, the plugin framework that augments Playwright with reusable plugins such as stealth and other browser behavior extensions. It fits agent workflows that need Playwright-compatible automation with a modular plugin layer instead of raw browser scripts alone."
verification: "security_reviewed"
source: "https://www.npmjs.com/package/playwright-extra"
author: "berstend"
publisher_type: "Individual Developer"
category:
  - "Browser Automation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  npm_package: "playwright-extra"
  npm_weekly_downloads: 623136
---

# playwright-extra Plugin Framework for Playwright

An ASE skill built around playwright-extra, the plugin framework that augments Playwright with reusable plugins such as stealth and other browser behavior extensions. It fits agent workflows that need Playwright-compatible automation with a modular plugin layer instead of raw browser scripts alone.

## Prerequisites

Node.js, Playwright, and the playwright-extra package, with optional compatible plugins such as puppeteer-extra-plugin-stealth

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install playwright playwright-extra
```

## Documentation

- https://github.com/berstend/puppeteer-extra/tree/master/packages/playwright-extra#readme

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/playwright-extra-plugin-framework-for-playwright/)
