playwright Skill
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script. Published by openai in skills.
What is playwright Skill?
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script. Published by openai in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Testing
- Data analysis
- Design and media
- Browser automation use cases
Technical details
- Install or run with Copy skill directory
When to use playwright Skill
- Use it for browser automation.
- Use it for testing.
- Use it for data analysis.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/skills
- Skill file: skills/.curated/playwright/SKILL.md
What it does
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.
Skill instructions
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli. Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): bash command -v npx /dev/null 2&1 If it is not available, pause and ask the user to install Node.js/npm (which provides npx). Provide these steps verbatim: bash Verify Node/npm are installed node --version npm --version If missing, install Node.js/npm, then: npm install -g @playwright/cli@latest playwright-cli --help Once npx is present, proceed with the wrapper script. A global install of playwright-cli is optional. Skill path (set once) bash export CODEXHOME="${CODEXHOME:-$HOME/.codex}" export PWCLI="$CODEXHOME/skills/playwright/scripts/playwrightcli.sh" User-scoped skills insta
Explore related resources
Frequently asked questions
What is playwright?
playwright is a open-source AI agent skill with Copy skill directory. Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.
Who is playwright best for?
playwright is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, data analysis workflows.
How do I install playwright?
Install or run playwright using Copy skill directory. Check playwright for the latest setup command.
Is playwright actively maintained?
playwright may need a closer maintenance check before production use.
Auto-fetched from GitHub.