What problem does it solve?
This Skill automates web browser interactions, allowing AI agents to navigate websites, fill forms, and extract information programmatically.
Core Features & Use Cases
- Web Navigation: Open URLs, go back/forward, and reload pages.
- Element Interaction: Click, type, fill, hover, and select options within web pages using element references or selectors.
- Information Retrieval: Extract text, HTML, values, URLs, and page titles.
- Screenshots & Snapshots: Capture full-page or element-specific screenshots and generate accessibility tree snapshots for analysis.
- Tab Management: Create, switch, and close browser tabs.
- Use Case: An AI agent needs to research a product on an e-commerce site. It can use
agent-browser open to navigate, agent-browser snapshot -i to find the product description and price elements, and then agent-browser get text to extract that information.
Quick Start
Use agent-browser to open the URL https://example.com and then take an interactive snapshot.