agent-browser Skill
Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually. Published by openai in plugins.
What is agent-browser Skill?
Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Testing
- Data analysis
- Browser automation use cases
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use agent-browser Skill
- Use it for browser automation.
- Use it for testing.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/vercel/skills/agent-browser/SKILL.md
What it does
Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
Skill instructions
Browser Automation with agent-browser When a dev server is running or the user asks to verify, test, or interact with a web page, use agent-browser to automate the browser. Core Workflow Every browser automation follows this pattern: 1. Navigate: agent-browser open <url 2. Snapshot: agent-browser snapshot -i (get element refs like @e1, @e2) 3. Interact: Use refs to click, fill, select 4. Re-snapshot: After navigation or DOM changes, get fresh refs bash agent-browser open http://localhost:3000 agent-browser wait --load networkidle agent-browser snapshot -i Dev Server Verification When a dev server starts, use agent-browser to verify it's working: bash After starting a dev server (next dev, vite, etc.) agent-browser open http://localhost:3000 agent-browser wait --load networkidle agent-browser screenshot dev-check.png agent-browser snapshot -i Command Chaining Commands can be chained with &&. The browser persists between commands via a background daemon. bash agent-browser open http://lo
Explore related resources
Frequently asked questions
What is agent-browser?
agent-browser is a open-source AI agent skill with Copy skill directory. Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data.
Who is agent-browser best for?
agent-browser is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, data analysis workflows.
How do I install agent-browser?
Install or run agent-browser using Copy skill directory. Check agent-browser for the latest setup command.
Is agent-browser actively maintained?
agent-browser may need a closer maintenance check before production use.
Auto-fetched from GitHub.