browser
Installation
SKILL.md
Browser Automation
Playwright-driven browser tool for web page interaction. Text-snapshot-first: reads pages as structured text, acts on elements by ref ID — no coordinate guessing, no screenshots needed.
Login sessions persist — cookies and localStorage are saved to a dedicated profile directory. Users only need to log in once per site.
When to Use
- browser tool: Web pages in a browser (forms, dashboards, search results, billing pages)
- observe_screen + peekaboo: Native desktop apps (Finder, Calendar, TextEdit, Numbers)
Do NOT use peekaboo for browser content. Do NOT use browser tool for native macOS apps.