playwright is agent-read markdown (skill) from zhongkaifu/tensorsharp: 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..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Playwright CLI Skill
Drive a real browser from the terminal using `playwright-cli`. Prefer the bundled wrapper script so the CLI works even when it is not globally installed.
Treat this skill as CLI-first automation. Do not pivot to `@playwright/test` unless the user explicitly asks for test files.
## Prerequisite check (required)
Once per workspace, check the operating system and whether `npx` is available (the wrapper depends on it):
```bash
uname -s
command -v npx
```
If it is not available, pause and ask the user to install Node.js/npm (which provides `npx`). Provide these steps verbatim:
```bash
# Verify Node/npm are installed
node --version
npm --version
# If missing, install Node.js/npm, then:
npm install -g @playwright/cli@0.1.21
playwright-cli --help
```
Once `npx` is present, proceed with the wrapper script. A global install of `playwright-cli` is optional.
## Browser setup (before the first open)
On **macOS inside an existing `sandbox-exec` / Seatbelt sandbox** (reported by
the shell tool), Chromium cannot initialize a second sandbox. Before `open`,
create `.playwright/cli.config.json` in the workspace using `write_file`:
```json
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_s2dijwhz4wfmudee
GET https://markdownregistry.com/api/v1/resolve?ref=zhongkaifu/tensorsharp/playwright
GET https://markdownregistry.com/api/v1/blob/6bdaa5227d91f91847b5d28d18322136e01182e94c3126c810eaf1b44fba67ae
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
zhongkaifu/tensorsharp · TensorAgent/skills/algorithmic-art/SKILL.md · Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users…
zhongkaifu/tensorsharp · TensorAgent/skills/canvas-design/SKILL.md · Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user…
zhongkaifu/tensorsharp · TensorAgent/skills/doc-coauthoring/SKILL.md · Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation…
zhongkaifu/tensorsharp · TensorAgent/skills/documents/SKILL.md · Read and write real documents on the device - PDF, XLSX, DOCX, PPTX and CSV. Turn a photo or picture into a PDF…
zhongkaifu/tensorsharp · TensorAgent/skills/frontend-design/SKILL.md · Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with…
zhongkaifu/tensorsharp · TensorAgent/skills/internal-comms/SKILL.md · A set of resources to help me write all kinds of internal communications, using the formats that my company likes to…
zhongkaifu/tensorsharp · TensorAgent/skills/market-data/SKILL.md · Use only for current stock/share prices, ticker quotes, and financial market movers (gainers, losers, most-traded…
zhongkaifu/tensorsharp · TensorAgent/skills/research/SKILL.md · Use for web searches and current information lookups, finding sources, fact-checking, researching questions, comparing…
zhongkaifu/tensorsharp · TensorAgent/skills/theme-factory/SKILL.md · Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc…
zhongkaifu/tensorsharp · TensorAgent/skills/web-artifacts-builder/SKILL.md · Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies…
secondsky/claude-skills · plugins/playwright/skills/playwright/SKILL.md · Browser automation and E2E testing with Playwright. Auto-detects dev servers, writes clean test scripts. Test pages…
letta-ai/skills · tools/playwright/SKILL.md · Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots…
magnus919/agent-skills · playwright/SKILL.md · Operate Playwright for browser automation end to end: author and debug E2E test suites (robust locators, network…
jurybu/mcp-skill-rules_packages · skills/playwright/SKILL.md · Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots…
vodailocz/kilo-kit-mcp · skills/engineering/playwright/SKILL.md · Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots…
ethanyoq/skill-hub · archives/user-installed-skills/playwright/7b5d43df5a5085bc/playwright/SKILL.md · Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots…
kunanonj/ai-skills-hub · .agents/skills/playwright/SKILL.md · Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots…