playwright-cli

Installation
SKILL.md

Playwright CLI

A token-efficient CLI for browser automation. Use Bash tool to run these commands.

Installation

npm install -g @playwright/cli@latest

Core Workflow

# 1. Open a page
playwright-cli open https://example.com

# 2. Capture snapshot (accessibility tree with element refs)
playwright-cli snapshot
Related skills
Installs
10
GitHub Stars
19
First Seen
Feb 6, 2026