playwright

Community

Automate real browsers from the terminal.

Author10knamesmore
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enables users to automate a real browser from the terminal using Playwright CLI.

Core Features & Use Cases

  • CLI-first automation with playwright-cli or the bundled wrapper script to run browser actions from the command line.
  • Snapshot-based workflows to stabilize element references and capture consistent results across navigations.
  • Multi-tab and form-interaction workflows with artifact capture (screenshots, traces) for debugging and validation.

Quick Start

export CODEX_HOME="${CODEX_HOME:-$HOME/.codex}" export PWCLI="$CODEX_HOME/skills/playwright/scripts/playwright_cli.sh" Use the wrapper script to drive a browser: "$PWCLI" open https://playwright.dev --headed "$PWCLI" snapshot "$PWCLI" click e15 "$PWCLI" type "Playwright" "$PWCLI" press Enter "$PWCLI" screenshot

Dependency Matrix

Required Modules

@playwright/mcp

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: playwright
Download link: https://github.com/10knamesmore/dotfiles/archive/main.zip#playwright

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.