@anandamw/playwright-browser
v0.1.1
Published
Playwright browser automation skill for Pi
Maintainers
Readme
Pi Rakit Playwright Browser
A Pi skill for deterministic browser automation with Playwright. It can navigate pages, interact with forms, inspect content, make assertions, and save screenshots or PDFs from a validated JSON scenario.
Install
pi install npm:@anandamw/playwright-browser
npx playwright install chromiumReload Pi, then invoke the skill:
/reload
/skill:playwright-browser open https://example.com and take a screenshotThe agent may also load the skill automatically when a task requires browser automation.
Browser setup
The npm package includes Playwright but does not download browser binaries during installation. Install only the browser you need:
npx playwright install chromium
# Linux system dependencies, when required:
npx playwright install --with-deps chromiumScenarios write screenshots and PDFs under playwright-artifacts/ by default. See skills/playwright-browser/SKILL.md for the scenario format and safety rules.
