Браузерная автоматизация через CLI

★ 7.1 · orchestration

agent-browser is a Claude Code skill that automates browser interactions through a CLI: navigating pages, filling forms, clicking buttons, extracting data, capturing screenshots and PDFs, and testing web applications. The core workflow relies on `open`, `snapshot -i` (which returns element references like `@e1`, `@e2`), `fill`, `click`, `wait`, and `get` commands, with refs refreshed after each page change. It supports parallel named sessions (`--session`), authentication state persistence (`state save/load`), session recording, local file access via `file://` URLs, and mobile Safari automatio