browser

Installation
SKILL.md

Browser Automation with playwriter

Two Pathways

Session commands — use browser: prefix via Bash for all browser control.

Create a session first, then run commands against it:

browser:
playwriter session new

Returns a numeric session ID (e.g. 1). Use that ID for all subsequent commands.

browser:
playwriter -s 1 -e 'await page.goto("https://example.com")'
Related skills
Installs
1
GitHub Stars
8
First Seen
Mar 29, 2026