agent-browser

Automate browser navigation, form interaction, and data extraction via CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigating, interacting with, and extracting data from dynamic web pages without manual, repetitive effort.

Core Features & Use Cases

  • Navigate to URLs and manage browser sessions (open, back, forward, reload, close).
  • Snapshot and interact with page elements via refs or semantic locators, enabling automated form filling, clicking, and data extraction.
  • Retrieve page information and generate artifacts (text, HTML, attributes, screenshots, PDFs) for QA, research, and automation workflows.
  • Use cases include research across websites, automated form submission, data collection, and visual validation.

Quick Start

Open a URL with agent-browser, take a snapshot to identify element refs, then interact using those refs to automate common browser tasks.

Frequently Asked Questions about agent-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate form interaction and data extraction on dynamic web pages?

Automate form interaction and data extraction by opening a URL, taking a snapshot to identify element refs, then using commands like click and fill to execute multi-step workflows across dynamic web apps.

What is browser automation for automated testing and web scraping?

Browser automation for automated testing and web scraping uses a CLI agent to navigate URLs, snapshot DOM elements, and extract actionable data via element refs without manual repetitive effort.

Can I use this for visual validation and automated QA across single-page applications?

Yes, you can use this for visual validation and automated QA by generating artifacts like screenshots, PDFs, text, and HTML from dynamic single-page interactions to multi-step workflows.

Do I need a CLI agent to operate browser automation and state management?

Yes, you need a CLI agent with commands like open, snapshot, click, fill, get, wait, and state management to operate via element refs and DOM analysis for hands-free web browsing.

What is the best way to manage browser sessions for research and data gathering?

Manage browser sessions for research and data gathering by using navigation commands to open, reload, go back, forward, or close URLs, then retrieve page information to generate actionable artifacts.