Playwright Skill — Testing skill for Claude Code
Android-friendly Playwright SKILL for AI agents — Termux launcher patch, headless Chromium, install via git subtree into .codex/skills.
How to install Playwright Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open appautomaton/playwright-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Playwright Skill does
Android-friendly Playwright SKILL for AI agents — Termux launcher patch, headless Chromium, install via git subtree into .codex/skills.
Alternatives in Testing
- Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
- Playwright Automation — git clone Browser automation skill for end-to-end testing and web interaction 2.3k ★
- Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★
README
Playwright Skill
[!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.
Setup
Termux:
pkg install x11-repo
pkg install chromium
npm install
Other platforms:
npm run setup
Add
From the target repo root:
git subtree add --prefix=.codex/skills/playwright-skill https://github.com/appautomaton/playwright-skill.git main --squash
Update
git subtree pull --prefix=.codex/skills/playwright-skill https://github.com/appautomaton/playwright-skill.git main --squash
Clone a repo that already has the subtree
Nothing special is required. A normal `git clone` includes the subtree content.
Related Skills
macOS Trace
Agent Skill: closed-loop performance optimization for macOS apps — headless xctrace profiling, targeted code f
SkillAtlas
The open marketplace for AI Agent Skills — publish, discover, install, and rate SKILL.md-compatible skills for
AppReveal
Debug-only in-app MCP server for iOS/macOS/Android/Flutter/ReactNative. Gives LLM agents Playwright-like contr
Schematic
Claude Code / Codex skill: reverse engineer a product & technical spec from a git branch
Housekeeping
Update all workspace dependencies to latest minor/patch versions with smart ordering and testing
Aios
Local-first AI agent bootstrap: Playwright Browser MCP + ContextDB for Codex CLI, Claude Code, Gemini CLI, and
Related Agents
Arthur
Independent code review via the Codex CLI (read-only, headless) for a second opinion that reads project files
Playwright Bowser Agent
Headless browser automation agent using Playwright CLI. Use when you need headless browsing, parallel browser
Browser Controller
Headless browser control via Playwright for QA testing, screenshots, form interaction, page snapshots, and acc