Leaderboard/Automation/playwright-skill
Last commit on August 14, 2026·Created on October 19, 2025

lackeyjb/playwright-skill

Integrates full browser automation and UX validation into AI coding agents
Combined rank
#129
across all skills
In Automation
#13
category rank
Stars
3.1k
+0.3% in last 7d
Forks
242
+0.8% in last 7d
Watchers
13
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides general-purpose Playwright automation for agents to interact with web environments. It enables the programmatic validation of UX flows, responsive design checks, and login sequences by writing and executing reusable test scripts.

QA engineers and automation builders can use it to auto-detect development servers and perform arbitrary browser interactions, including capturing screenshots and verifying link integrity.

WHO IT'S FOR
QA / test automation engineers
validate web functionality and UX flows
AI agent / automation builders
integrate browser automation into coding agents
Frontend developers
test local dev servers and web interfaces
Web scrapers / automation specialists
perform arbitrary browser-based interactions
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Setup

Install globally with the skills CLI

Installs: Global user installation of the playwright-skill skill

Before you start
  • Node.js 20+
  • npm
  • Network access during first setup to install Playwright and Chromium

Run from: Installed playwright-skill directory

  1. Run this terminal command to install playwright-skill globally for the current user.

    npx skills add lackeyjb/playwright-skill --skill playwright-skill --global --yes
  2. After installation, change to the installed skill directory and run this terminal command.

    npm run setup
  3. Enter this command in the installed agent session to confirm the skill is loaded.

    /help
README.md · Checked Sep 18, 2026skills/playwright-skill/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Test a homepage load and capture a screenshot

Uses playwright-skill

  • Homepage URL to test
Use playwright-skill to test whether [homepage URL] loads. Report the page title and console output, and save a full-page screenshot. Replace [homepage URL] with the page you want tested.
README.md · Checked Sep 18, 2026skills/playwright-skill/SKILL.md · Checked Sep 18, 2026