agent-browser

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

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ycechungAI/NanoClaw --skill agent-browser-ycechungai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/ycechungAI/NanoClaw/tree/main/container/skills/agent-browser
Command: npx skills add https://github.com/ycechungAI/NanoClaw --skill agent-browser-ycechungai

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, and data extraction without manual intervention.

Core Features & Use Cases

  • Web Navigation: Open, 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 screenshots or save pages as PDFs.
  • Authentication: Save and load authentication states for seamless access to web applications.

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 scraping and form filling without manual intervention?

Automate web scraping and form filling by utilizing an agent that handles navigation and element interaction. This tool supports clicking, typing, and data extraction without manual intervention.

Can I save and load authentication states for web application testing?

Yes, you can save and load authentication states for web application testing. This feature allows seamless access to web applications that require login, maintaining authentication state across sessions.

What is the best way to extract text and HTML from web pages?

The best way to extract text and HTML from web pages is through automated element interaction. You can extract text content, HTML attributes, and capture screenshots or save pages as PDFs.

Does web automation work with semantic locators for element interaction?

Yes, web automation works with semantic locators for element interaction. Instead of relying solely on element references, you can use semantic locators to click, fill forms, hover, and select options.

Can I execute JavaScript during web page navigation and interaction?

Yes, you can execute JavaScript during web page navigation and interaction. This allows advanced manipulation of web pages, supporting complex data extraction and dynamic form automation tasks.