agent-browser

Automates web browser tasks including testing, form filling, screenshots, and extraction via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates web browser interactions, streamlining tasks like web testing, data extraction, and form filling, eliminating the need for manual navigation and repetitive actions.

Core Features & Use Cases

  • Web Navigation: Open URLs, navigate back/forward, reload pages.
  • Element Interaction: Click, type, select, check, and interact with web elements using semantic locators or references.
  • Data Extraction: Extract text, HTML, attributes, and other information from web pages.
  • Screenshots & PDF: Capture full-page screenshots or save pages as PDFs.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, submitting it, and then capturing a screenshot of the confirmation page.

Quick Start

Use the agent-browser skill to open the URL 'https://example.com' and take a full-page 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 scraping and form filling without manual navigation?

Automating web scraping and form filling is achieved by using a command-line interface to control browser interactions. This allows you to navigate URLs, type, select, and extract text or HTML from web pages without manual input.

Can I take full-page screenshots of web pages using browser automation?

Yes, browser automation can capture full-page screenshots of web pages. It can also save pages as PDFs, allowing you to record the visual state of a web application after interactions like form submissions.

How do I extract text and HTML attributes from web pages during testing?

You extract text and HTML attributes from web pages by using semantic locators to identify elements. The automation tool retrieves the specific information needed from the page structure for web testing or data extraction.

What is the best way to automate logging into a web application and submitting a complex form?

The best way to automate web application logins and form submissions is using a skill that clicks, types, and selects elements via semantic locators. It navigates the site, completes the form fields, and submits the data automatically.

Do I need any external dependencies to run web testing and browser automation tasks?

No external dependencies are required to run web testing and browser automation tasks. The skill operates independently to navigate websites, interact with web elements, and extract information using its command-line interface.