Armory
Source
Browse
Skills

playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install playwright --cli claude

writes the skill into.claude/skills/playwright/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/playwright/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.

When to use it

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/playwright/SKILL.md -o .claude/skills/playwright/SKILL.md

Notes

Extracted from davila7/claude-code-templates, playwright category.