browser-automation
Browser Automation
Control a dedicated Chromium browser via playwright-cli from the terminal. Token-efficient: commands return concise output, not verbose accessibility trees.
Purpose
Operate a real browser session: navigate, click, fill forms, extract data, and call internal site APIs using the browser's cookies. Covers generic browser operations plus site-specific guides (Gmail, LinkedIn, Teams, Jira, Teamtailor, Humand.co) loaded on demand.
Use for: automating web apps that require login, scraping authenticated sites, filling forms, extracting data, navigating SPAs, job search automation, inbox management.
Do NOT use for: desktop apps, mobile emulators, API-only integrations without a browser, or captcha solving (defer to the user).
KEYBOARD FIRST (non-negotiable)
Keyboard navigation is the DEFAULT. Clicks are the FALLBACK. This is not a preference — it is the core operating principle of this skill.