agent-browser

Displays a list of available commands for the specified tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless interaction with web pages, automating tasks like filling forms, capturing screenshots, and extracting data directly from your browser.

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 accessible references.
  • Data Scraping & Screenshots: Extract text, HTML, attributes, and capture full-page or viewport screenshots.
  • Use Case: Automatically fill out a complex online application form, take a screenshot of the confirmation page, and extract the submission ID.

Quick Start

Use the agent-browser skill to navigate to https://example.com and then click the element with ref e1.

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 like form filling and taking screenshots?

To automate web browser interactions, this Skill uses the agent-browser CLI to navigate URLs, fill forms, take screenshots, and scrape data by selecting elements using deterministic accessible references.

How does ref-based element selection work for AI-driven web automation?

Ref-based element selection works by snapshotting the web page and assigning accessible references like @e1 and @e2 to elements, allowing deterministic AI-driven interactions such as clicking and typing without relying on brittle CSS selectors.

What do I need to install to use an agent-browser for scraping and navigating web pages?

To use agent-browser for web scraping and navigation, you must install the agent-browser CLI and Chromium, which serve as the underlying engine for executing browser commands and rendering web pages.

Can I extract specific data like text and HTML attributes from a web page?

Yes, you can extract text, HTML, and specific attributes from web pages using the data scraping capabilities provided by the agent-browser CLI during your automation workflow.

What is the best way to capture a full-page screenshot of a confirmation page?

The best way to capture a full-page or viewport screenshot is by using the screenshot feature within the agent-browser CLI, which automates the image capture directly from the Chromium browser environment.