agent-browser

Automate browser interactions for web testing, form filling, screenshots, and data extraction.

14|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/excatt/superclaude-plusplus --skill agent-browser-excatt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/excatt/superclaude-plusplus/tree/main/skills/agent-browser
Command: npx skills add https://github.com/excatt/superclaude-plusplus --skill agent-browser-excatt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates browser interactions, streamlining tasks like web testing, form submission, data extraction, and capturing visual information from websites.

Core Features & Use Cases

  • Web Navigation: Open, close, and navigate between web pages.
  • Element Interaction: Click, fill forms, type, check/uncheck, and select options using element references or semantic locators.
  • Data Extraction: Retrieve text, HTML, attribute values, and count elements.
  • Visuals: Capture screenshots and record videos of browser sessions.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, and then taking a screenshot of the confirmation page.

Quick Start

Use the agent-browser skill to open the URL https://example.com and take a screenshot.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I automate web testing and form filling without manual input?

Automate web testing and form filling by using browser automation to navigate pages, interact with elements via semantic locators, and submit data programmatically. This skill handles navigation, clicking, typing, and state management automatically.

Can I capture screenshots and extract data during a browser automation session?

Yes, you can capture screenshots and extract data during browser automation. The skill retrieves text, HTML, and attribute values, while recording visual evidence of web interactions and scraping content from web pages.

Do I need a specific browser environment to run web scraping and interaction scripts?

Yes, web scraping and interaction scripts require a headless or headed browser environment for execution. This setup allows the automation to properly render pages, manage network manipulation, and execute element interactions.

What is the best way to locate elements for clicking and typing in automated web testing?

The best way to locate elements for web testing is using element references or semantic locators. This allows precise targeting for clicking, typing, checking boxes, and selecting options during browser interactions.

Does browser automation support network manipulation for web testing?

Yes, browser automation supports network manipulation for web testing. This allows you to intercept, modify, or monitor network requests during navigation, element interaction, and data extraction tasks.