playwright

Automate real browser tasks from the terminal using Playwright CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ClementWalter/claudine --skill playwright-clementwalter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright
Source: https://github.com/ClementWalter/claudine/tree/main/.claude/skills/playwright
Command: npx skills add https://github.com/ClementWalter/claudine --skill playwright-clementwalter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates real browser tasks from the terminal using Playwright CLI, enabling browser automation without a GUI and providing a portable, scriptable workflow.

Core Features & Use Cases

  • Drive a real browser from the command line using the Playwright CLI and the bundled wrapper script.
  • Snapshot, interact with pages, and capture artifacts (screenshots, traces) to debug and document flows.
  • Manage workflows with optional headed mode and session support for repeatable CLI-based automation.

Quick Start

Open a page, snapshot the DOM, and capture a screenshot using the wrapper script.

Frequently Asked Questions about playwright

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser tasks from the terminal using Playwright?

You can automate browser tasks from the terminal by using the bundled wrapper script to drive the Playwright CLI, which enables web automation, UI testing, and screenshot capture without needing a GUI.

Do I need a global Playwright installation to run CLI web automation scripts?

No, a global Playwright installation is not required for CLI web automation. The wrapper script uses npx to ensure portability, though Node.js and npm must be available in your environment.

Can I capture screenshots and traces during CLI browser testing?

Yes, you can capture screenshots and traces during CLI browser testing. The wrapper script allows you to snapshot the DOM, interact with pages, and save artifacts to debug and document your automation flows.

Does Playwright CLI support headed mode and repeatable sessions for web automation?

Yes, Playwright CLI supports headed mode and session management for web automation. These features allow you to manage repeatable CLI-based workflows and visually monitor browser tasks when needed.

What are the limitations of using Playwright CLI for browser automation?

A limitation of using Playwright CLI for browser automation is its dependency on Node.js and npm to provide npx. It is designed for CLI environments and requires specific setup for headed mode visual monitoring.