playwright
Drive a real browser from the terminal using Playwright CLI for automation, snapshots, and interaction.
Install
npx skills add https://github.com/openai/skills --skill playwrightStats
| Total installs | 1,054 |
| Weekly installs | 1.0K |
| GitHub stars | 15.5K |
| First seen | Feb 1, 2026 |
| Source | @openai/skills |
Summary
- Operates via playwright-cli wrapper script (requires npx); supports headless and headed modes for visual debugging
- Core workflow: open page, snapshot for stable element references, interact using refs, re-snapshot after navigation or DOM changes
- Includes form filling, clicking, typing, multi-tab management, screenshot/PDF capture, and trace recording for flow debugging
- Element refs (e.g., e3, e15) remain valid only until the next significant DOM change; re-snapshot when refs go stale
Tags
Related skills
| Skill | Installs | vs playwright |
|---|---|---|
| xiaohongshu-images | 1,040 | -14 |
| atlassian-mcp | 973 | -81 |
| authenticate-wallet | 1,006 | -48 |
| content-engine | 1,070 | +16 |
| terraform-stacks | 977 | -77 |
FAQ
- How many installs does playwright have?
- playwright has 1,054 total installs and 1.0K installs this week.
- Where is playwright hosted?
- playwright is published by @openai/skills at https://github.com/openai/skills.
- How many GitHub stars does playwright have?
- playwright has 15.5K GitHub stars.
- When was playwright first indexed?
- OrangeBot.AI first indexed playwright on Feb 1, 2026.
- How do I install playwright?
- Run: npx skills add https://github.com/openai/skills --skill playwright