This is a Playwright-style browser automation CLI designed for AI agents to drive headless Chrome through natural language tasks. It uses a snapshot-then-interact pattern where you grab element references like @e1, @e2 from an interactive snapshot, then click, fill, or extract from them. The auth vault is clever: save credentials once with encryption, then login without exposing passwords to the LLM. Session persistence means you can stay logged in across runs. Commands chain with && for efficiency since a background daemon keeps the browser alive between calls. Honestly most useful for form automation, web scraping, and testing flows where you need programmatic control but don't want to write full Playwright scripts.
npx skills add https://github.com/andreadellacorte/groove --skill agent-browser