agent-browser
Fast browser automation CLI built for AI agents
All Skills in This Repository (10)
Pure Emerald Level Indicatorselectron
Automate Electron desktop app interactions via Chrome DevTools Protocol.
agent-browser
Drives a browser to navigate, interact, and extract data via CLI.
dogfood
Explore web applications end-to-end and generate structured dogfood reports with evidence.
slack
Automate browser-based Slack interactions to check unread messages and manage channels.
protected-vercel-deployments
Access Vercel deployments protected by Deployment Protection using short-lived OIDC tokens.
core
Automate browser navigation, interaction, and data extraction via the agent-browser CLI.
slack
Automate Slack workspace navigation, message extraction, and unread tracking via browser automation.
derive-client
Generates standalone API clients from browser network traffic recorded in HAR files.
electron
Automate Electron desktop apps via Chrome DevTools Protocol using agent-browser.
dogfood
Explores web applications with agent-browser to find bugs and produce evidence-backed QA reports.
Frequently Asked Questions
FAQPage SchemaHow to install agent-browser?โผ
Run `npx skills add vercel-labs/agent-browser --all -g -y` in your terminal to install all skills in this suite globally.
What does agent-browser do?โผ
It is a fast Rust CLI that lets AI agents control a real Chrome browser to navigate pages, click elements, fill forms, extract data, and take screenshots using simple commands.
Can AI agents fill forms and log into websites?โผ
Yes. Agents take an accessibility snapshot to get element refs, then fill fields, click buttons, and save login state for reuse across sessions.
Does agent-browser work with Claude Code and Cursor?โผ
Yes. It works with any AI agent including Claude Code, Cursor, Codex, and Windsurf, and also exposes an MCP server for tool-based clients.
Can it automate desktop apps like Slack or VS Code?โผ
Yes. Any Electron app can be automated by launching it with a remote debugging port and connecting agent-browser to it.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core