playwriter

Installation
SKILL.md

Playwriter

Browser automation via MCP. Requires Chrome extension installed and clicked on target tab.

Tools

execute

Run Playwright code with access to page, context, state (persistent), and utility functions.

// Single-line format with semicolons
await page.goto('https://example.com', { waitUntil: 'domcontentloaded' });

reset

Reset CDP connection when errors occur or pages show as about:blank.

Core Patterns

Related skills
Installs
15
GitHub Stars
1
First Seen
Jan 23, 2026