[!NOTE] This skill runs Playwright with a Termux-friendly launcher patch.
Use Git subtree to add this skill into the correct Codex path. By default it runs headless; specify other modes in your prompt.
Termux:
pkg install x11-repo
pkg install chromium
npm installOther platforms:
npm run setupFrom the target repo root:
git subtree add --prefix=.codex/skills/playwright-skill https://github.com/appautomaton/playwright-skill.git main --squashgit subtree pull --prefix=.codex/skills/playwright-skill https://github.com/appautomaton/playwright-skill.git main --squashNothing special is required. A normal git clone includes the subtree content.