examples/sandbox/tutorials/vision_website_clone/skills/playwright/SKILL.md
Use when the task requires capturing or automating a real browser from the terminal.
npx skillsauth add openai/openai-agents-python playwrightInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Playwright to capture the static site directly. Do not start a server for this example.
mkdir -p output/screenshots output/playwright/.tmp
export TMPDIR="$PWD/output/playwright/.tmp"
export TEMP="$TMPDIR"
export TMP="$TMPDIR"
npx --yes --package [email protected] playwright install chromium
npx --yes --package [email protected] 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.
development
Build a concise prior authorization packet from local case files and payer policy docs.
development
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
testing
Analyze CSV files in /mnt/data and return concise numeric summaries.
development
Improve test coverage in the OpenAI Agents Python repository: run `make coverage`, inspect coverage artifacts, identify low-coverage files, propose high-impact tests, and confirm with the user before writing tests.