agent-browser

Automates web browser navigation, form filling, element selection, and screenshots/video capture via command-line interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates repetitive and complex tasks performed within a web browser, such as navigating websites, filling forms, taking screenshots, and recording user flows, saving significant manual effort and time.

Core Features & Use Cases

  • Web Navigation: Open URLs, go back/forward, reload pages.
  • Element Interaction: Click, fill forms, type, check/uncheck, select options.
  • Data Retrieval: Get element text, HTML, attributes, page title, URL.
  • Visuals: Take screenshots, record video of browser actions.
  • Use Case: Automate the process of logging into a web application, filling out a multi-step form, and capturing a video of the entire process for documentation or debugging.

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 scraping and browser interaction tasks?

To automate web scraping and browser interaction, this Skill navigates URLs, fills forms, selects elements, and extracts text or HTML attributes. It also supports session management and network request interception for advanced data scraping.

Can I record video and take screenshots during browser automation?

Yes, you can capture screenshots and record video of browser actions during automation. This allows you to document user flows or debug multi-step web interaction processes visually.

Does this browser automation tool support proxy configuration?

Yes, the browser automation tool supports proxy configuration. You can route web navigation and data retrieval traffic through a proxy to manage network requests and test interactions from different contexts.

What is the best way to fill out multi-step forms in web testing?

The best way to fill multi-step forms in web testing is using a command-line interface for precise control over browser actions. This Skill automates typing, clicking, and selecting options while capturing video of the entire process for debugging.

How do I intercept network requests during web scraping?

You intercept network requests during web scraping by utilizing the advanced session management features provided. This allows you to monitor and manipulate browser traffic while navigating websites and extracting element attributes or page HTML.