agent-browserlisted
Install: claude install-skill lttr/claude-marketplace
# agent-browser
General-purpose browser automation via the `agent-browser` CLI. Run `agent-browser --help` for the full command list.
## Core workflow
1. `agent-browser open <url>` — navigate to a page
2. `agent-browser snapshot -i` — get interactive elements with refs (`@e1`, `@e2`, ...)
3. `agent-browser click @e1` / `agent-browser fill @e2 "text"` — interact using refs
4. Re-snapshot after the page changes (navigation, dynamic content, dialogs)
## Local skills for heavy use
When a repo uses browser automation extensively (e.g. scripted test flows, recurring scraping jobs, repo-specific login dances), prefer installing a repo-local `agent-browser` skill or command that encodes the project's conventions. This global skill is the fallback for ad-hoc automation in repos without one.