xz-pi-playwright-cli
extensionmaintainedPi package for Microsoft Playwright CLI browser automation skills.
by — · v0.1.0 · published 3w ago
$ pi install npm:xz-pi-playwright-clidownloads/mo
0
stars
0
last push
1w ago
open issues
1
Signals
license: Apache-2.0testspi manifest: missinginstall size: —deps: 0peer deps: 0
Download trend
No downloads in the last 12 weeks.
README
xz-pi-playwright-cli
Project-local Pi package that exposes Microsoft's official playwright-cli skill.
Prerequisite
Node.js 18 or newer and the Playwright CLI must be available globally:
npm install -g @playwright/cli@latest
playwright-cli --help
Install in this project
From the repository root:
pi install -l ./xz-pi-playwright-cli
Restart Pi after installation. Pi will discover the playwright-cli skill automatically, or it can be invoked explicitly:
/skill:playwright-cli
Verify
Ask Pi to automate a page, or verify the CLI directly:
playwright-cli open https://example.com
playwright-cli snapshot
playwright-cli close
Update the vendored skill
Copy skills/playwright-cli/ from the upstream repository and update UPSTREAM.md with the new package version and commit.
License
The vendored skill files originate from Microsoft Playwright CLI and are provided under the Apache License 2.0. See LICENSE and UPSTREAM.md.