playwriter

Installation
SKILL.md

Quick Start

# Get a session ID first
playwriter session new
# => 1

# Execute code with your session
playwriter -s 1 -e "await page.goto('https://example.com')"
playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))"
playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })"

If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest.

Full Documentation

Always run playwriter skill to get the complete, up-to-date skill instructions.

Related skills

More from samhvw8/dotfiles

Installs
17
GitHub Stars
12
First Seen
Feb 26, 2026