playwright Skill
Use when the task requires capturing or automating a real browser from the terminal. Published by openai in openai-agents-python.
Decision snapshot
Is this a fit?
Browser automation, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
27 days ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Browser automation use cases
Declared skill metadata
- Source file: examples/sandbox/tutorials/vision_website_clone/skills/playwright/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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.
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.