Install
$ playwright-cli install --skillsThe repo README argues CLI invocation is more token-efficient than the MCP alternative. Bundles nine reference files (tracing, mocking, storage state, test generation).
Best for
Driving a real browser from the agent and working with an existing Playwright suite — navigation, assertions, tracing, video, request mocking, and test generation.
Not ideal for
Hosted scraping at scale. It drives a local browser, so rate limiting and anti-bot handling are your problem — reach for a hosted extraction skill when the target fights back.
About this skill
Automate browser interactions, test web pages and work with Playwright tests.
Score breakdown
Score breakdown
rubric 1.0Composite 0–100 score derived from 9 verifiable signals. See the rubric →
Related skills
Web scraping, search, and browser automation built to be agent-friendly.
Deterministic web control. ref-based clicks/fills, no flaky selectors, parallel sessions.
Headless browser as an agent tool. Navigate JS-heavy pages, fill forms, extract content.