playwright Skill
Use when the task requires capturing or automating a real browser from the terminal. Published by openai in openai-agents-python.
What is playwright Skill?
Use when the task requires capturing or automating a real browser from the terminal. Published by openai in openai-agents-python. 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
- Browser automation use cases
Technical details
- Install or run with Copy skill directory
When to use playwright Skill
- Use it for browser automation.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/openai-agents-python
- Skill file: examples/sandbox/tutorials/vision_website_clone/skills/playwright/SKILL.md
What it does
Use when the task requires capturing or automating a real browser from the terminal.
Skill instructions
Playwright Use Playwright to capture the static site directly. Do not start a server for this example. sh mkdir -p output/screenshots output/playwright/.tmp export TMPDIR="$PWD/output/playwright/.tmp" export TEMP="$TMPDIR" export TMP="$TMPDIR" npx --yes --package playwright@1.50.0 playwright install chromium npx --yes --package playwright@1.50.0 playwright screenshot \ --browser=chromium \ --viewport-size=2048,1152 \ "file://$PWD/output/site/index.html" \ output/screenshots/draft-1.png Change the final path to output/screenshots/draft-2.png for the second pass.
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 capturing or automating a real browser from the terminal.
Who is playwright best for?
playwright is best for reusing agent instructions, scripts, and references, browser automation 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.