agent-browser

Automates web and app interactions including navigation, clicking, filling forms, extracting data, and capturing screenshots across Chrome sessions.

12|3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/RodrigoTomeES/getmcp --skill agent-browser-rodrigotomees
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/RodrigoTomeES/getmcp/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/RodrigoTomeES/getmcp --skill agent-browser-rodrigotomees

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Agent-browser removes the friction of manual website interaction by giving AI a reliable way to navigate pages, inspect elements, and perform browser actions with stable references.

Core Features & Use Cases

  • Navigation and Interaction: Open pages, click buttons, fill forms, switch tabs, and handle dialogs across complex web apps.
  • Extraction and Verification: Capture snapshots, read text and attributes, take screenshots, compare page states, and validate results after each action.
  • Workflow Automation: Reuse sessions, restore authentication state, connect to existing Chrome instances, and support proxy-based or mobile browser runs for realistic end-to-end testing.

Quick Start

Use the agent-browser skill to open the target website, inspect the page, and carry out the requested clicks, form entries, screenshots, or data extraction.

Frequently Asked Questions about agent-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate form filling and web interaction without elements shifting between runs?

Browser automation uses semantic locators and ref-based snapshots to interact with web pages. This ensures that form filling, clicking, and data extraction target the correct elements reliably, even when page layouts change between sessions.

Can I reuse authentication state and manage sessions for automated browser tasks?

Yes, session management and authentication state restoration are supported for browser automation. You can reuse active sessions and restore login states across different runs, eliminating the need to repeatedly authenticate during automated web interaction workflows.

What is the best way to extract data and take screenshots from dynamic web applications?

Data extraction and screenshots are handled through visual debugging and page state comparison. The automation tool captures snapshots, reads text and attributes, and takes screenshots after actions like navigation or clicking to verify results in dynamic web applications.

Does browser automation support mobile views and proxy connections for end-to-end testing?

Yes, mobile browser runs and proxy support are available for realistic end-to-end testing. This allows you to simulate different network conditions and mobile environments while performing navigation, data extraction, and workflow automation tasks.

How do I handle complex navigation and wait workflows across connected Chrome sessions?

You can connect to existing Chrome instances to handle complex navigation and dialog interactions. Wait and diff workflows monitor page state changes, ensuring that subsequent clicks or form entries only execute after the target elements have fully loaded.