agent-browser

Automate web page interactions via Vercel's agent-browser CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/greatxrider/nomanuAI --skill agent-browser-greatxrider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/greatxrider/nomanuAI/tree/main/.claude/plugins/compound-engineering/2.31.1/skills/agent-browser
Command: npx skills add https://github.com/greatxrider/nomanuAI --skill agent-browser-greatxrider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates interactions with web pages, making it easy to fill forms, click buttons, take screenshots, and scrape data without manual intervention.

Core Features & Use Cases

  • Web Navigation: Open, reload, and navigate back/forward through web pages.
  • Element Interaction: Click, type, fill, check, and select elements using reference IDs or semantic locators.
  • Data Scraping & Screenshots: Extract text, HTML, attributes, and capture full-page or viewport screenshots.
  • Use Case: Automate the process of logging into a website, filling out a contact form, and submitting it, then taking a screenshot of the confirmation page.

Quick Start

Use the agent-browser skill to open the website 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 form filling from the command line?

You can automate web scraping and form filling using a headless browser via Vercel's agent-browser CLI. It executes Bash commands to navigate web pages, interact with elements using reference IDs, and extract data deterministically.

What is the best way to take full-page screenshots during browser automation?

Taking full-page screenshots during browser automation is handled by the agent-browser CLI. It captures the viewport or entire page after navigating to a target URL and interacting with web elements.

How do I select and interact with web elements in a headless browser?

Selecting web elements in a headless browser uses accessibility snapshots and ref-based element selection. This allows you to click, type, fill, and check elements through the agent-browser CLI.

Does Vercel agent-browser support extracting HTML and text attributes?

Yes, Vercel agent-browser supports extracting text, HTML, and attributes from web pages. It uses accessibility snapshots to locate elements and scrape the required data via Bash commands.

Can I use this CLI tool to automate logging into a website and submitting a form?

Yes, you can use this CLI tool to automate logging into websites and submitting forms. It handles navigation, element interaction like typing and clicking, and can capture a screenshot of the confirmation page.