agent-browser

Automate web browsing tasks including navigation, form interaction, and data extraction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates web browsing tasks, allowing for research, interaction with web applications, form filling, data extraction, and page testing without manual intervention.

Core Features & Use Cases

  • Web Navigation: Open, close, reload, and navigate back/forward through web pages.
  • Element Interaction: Click, fill forms, type, hover, check/uncheck, and select options using element references or semantic locators.
  • Data Extraction & Screenshots: Extract text, HTML, attributes, and take full-page or partial screenshots.
  • Use Case: Researching a complex topic by navigating through multiple articles, extracting key information from each, and summarizing the findings.

Quick Start

Use the agent-browser skill to open the URL 'https://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 browsing tasks like navigation and form filling?

To automate web browsing tasks like navigation and form filling, use an automation engine to parse the DOM, execute JavaScript, and interact with web elements. This allows you to open pages, click elements, and fill forms without manual intervention.

Can I extract text and HTML attributes from web pages automatically?

Yes, you can extract text, HTML, and attributes from web pages automatically. By parsing the DOM through a browser automation engine, the skill retrieves specific content and can also take full-page or partial screenshots for your records.

What is web automation used for in research and page testing scenarios?

Web automation is used for researching topics by navigating multiple articles to extract key information, and for page testing by interacting with web applications. It handles navigation, element interaction, and data extraction to summarize findings without manual effort.

Does web automation require a specific engine to parse DOM and execute JavaScript?

Yes, web automation requires a browser automation engine to parse the DOM, execute JavaScript, and interact with web elements. This underlying engine is necessary to handle navigation, form interaction, and dynamic page testing scenarios effectively.

How do I click and interact with web elements using semantic locators?

To click and interact with web elements, you can use semantic locators or element references to target specific components on the page. The automation engine parses the DOM to find these locators, enabling actions like clicking, hovering, typing, and selecting options.

What is the best way to take full-page screenshots during web scraping?

The best way to take full-page screenshots during web scraping is using a browser automation engine that supports partial or full-page capture. This allows you to document the visual state of web pages while extracting text and HTML attributes.