vercel-labsvercel-labsOfficialยท10 Agent Skills Included

agent-browser

Fast browser automation CLI built for AI agents

Automates real browser tasks for AI agents: navigating pages, clicking elements, filling forms, extracting data, and taking screenshots. Replaces slow, brittle scraping scripts with accessibility-tree snapshots and simple element refs that agents can act on reliably. Includes specialized skills for Slack, Electron desktop apps, QA bug hunts, Vercel Sandbox, and AWS cloud browsers.
npx skills add vercel-labs/agent-browser --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’