Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "playwright-skill" skill by following the instructions at https://skill123.me/install/playwright-skill.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/playwright-skill.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 14 KBAbout this skill
Overview
Complete browser automation with Playwright. Auto-detects dev servers, writes reusable test scripts, and supports screenshots, responsive checks, UX validation, login flows, link checks, and arbitrary browser automation. Use when the user wants to test a website, automate browser interactions, validate web functionality, or perform browser-based testing.
Source
- Repo: https://github.com/lackeyjb/playwright-skill
- Path: skills/playwright-skill
Evaluation
AI-evaluated 2026-09-03: Clear workflow with dev-server detection, modern locator-first Playwright patterns, working examples, helper API, and env-var configuration. Browser automation is a very common need with realistic Node.js prerequisites; credential guidance is sound (never invent or expose credentials, caution on reusing an authenticated Chrome session).
