agentsclimarketplace

Playwright cli

Skill jovd83/playwright-skill/playwright-cli

End-to-end Playwright skill pack for planning, authoring, debugging, documenting, and operationalizing test automation.

Install
npx -y skills add jovd83/playwright-skill --skill playwright-cli

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Browser-automation skill for terminal-driven Playwright work. Use when Codex needs to navigate websites, inspect pages, interact with forms, capture screenshots or traces, manage browser sessions, mock requests, or generate test code through a local `playwright-cli` workflow instead of writing a full test first.

SKILL.md

2.3 KB, as published. Nobody here has run it

Playwright CLI

Use this skill when terminal-driven browser automation is the fastest path.

Assumptions

  • A local playwright-cli installation is available.
  • If command names differ by version, inspect local help output before assuming an exact subcommand shape.

Operating Rules

  1. Snapshot or inspect the page before interacting with referenced elements.
  2. Prefer deterministic session naming for parallel or long-running work.
  3. Save and restore auth state deliberately when login is expensive.
  4. Capture traces before reproducing a failure, not after.
  5. Drop into custom code only when the built-in command surface is not enough.

Command Families

NeedGuide
Basic browser interactioncore-commands.md
Request interception and mockingrequest-mocking.md
Custom Playwright API executionrunning-custom-code.md
Session and storage managementsession-management.md, storage-and-auth.md
Test generationtest-generation.md
Tracing and debuggingtracing-and-debugging.md
Media capturescreenshots-and-media.md
Device and environment emulationdevice-emulation.md
Multi-step workflowsadvanced-workflows.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.