agent-browser
General-purpose browser automation via the agent-browser CLI. Run agent-browser --help for the full command list.
Core workflow
agent-browser open <url>— navigate to a pageagent-browser snapshot -i— get interactive elements with refs (@e1,@e2, ...)agent-browser click @e1/agent-browser fill @e2 "text"— interact using refs- 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.