agent-browser

Automate web browser navigation, form filling, data extraction, and screenshotting.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/alanmun/vivian --skill agent-browser-alanmun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/alanmun/vivian/tree/main/container/skills/agent-browser
Command: npx skills add https://github.com/alanmun/vivian --skill agent-browser-alanmun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates web browsing tasks, allowing for navigation, interaction with web elements, data extraction, and form submission without manual intervention.

Core Features & Use Cases

  • Web Navigation: Open, close, reload, and navigate back/forward through web pages.
  • Element Interaction: Click, type, fill forms, select dropdowns, and handle checkboxes.
  • Data Extraction & Screenshots: Extract text, HTML, attributes, and take screenshots or save pages as PDFs.
  • Use Case: Automatically fill out a login form on a website, navigate to a dashboard, and extract specific data points.

Quick Start

Use the agent-browser skill to open the URL https://www.example.com.

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 browser interactions for data extraction and form filling?

Automating web browser interactions allows you to navigate pages, fill forms, and perform data extraction without manual intervention. This Skill handles navigation, element clicking, and text typing to execute automated workflows.

Can I extract text and take screenshots during web scraping workflows?

Yes, during web scraping you can extract text, HTML, and attributes from web elements. The Skill also supports taking screenshots and saving web pages as PDFs for visual documentation.

What web navigation and element interaction actions are supported for automated testing?

Supported web navigation includes opening, closing, reloading, and moving back or forward through pages. Element interaction covers clicking, typing, filling forms, selecting dropdowns, and handling checkboxes for automated testing.

Do I need a browser automation engine to run web automation scripts?

Yes, a browser automation engine is required to execute commands against web pages. The Skill provides the scripts for navigation and interaction, but relies on an external engine to perform the actual web automation.

How do I handle form filling and login automation for websites?

To handle form filling and login automation, the Skill types text into input fields, clicks buttons, and handles checkboxes or dropdowns. This allows you to automatically log in and navigate to protected dashboards.