playwriter

Installation
SKILL.md

Playwriter Browser Automation

Browser automation via Chrome extension with full Playwright API access.

Prerequisites

  1. Install Chrome extension: https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe
  2. Click extension icon on tabs to control (turns green when connected)

Usage

Use the execute tool to run Playwright code:

// Navigate
await page.goto('http://localhost:5173')

// Screenshot with accessibility labels
await screenshotWithAccessibilityLabels({ page })
Installs
2
First Seen
Jan 20, 2026
playwriter — ladderchaos/tora-skills