agent-browser

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates web browsing tasks, allowing for interaction with web pages, data extraction, and form submission without manual intervention.

Core Features & Use Cases

  • Web Navigation: Open, close, reload, and navigate back/forward through web pages.
  • Element Interaction: Click, fill forms, hover, check/uncheck, select dropdowns, and upload files using element references or semantic locators.
  • Data Extraction: Retrieve text, HTML, attribute values, and cookies from web pages.
  • Screenshots & PDF: Capture screenshots of full pages or specific elements, and save pages as PDFs.
  • Authentication: Save and load browser state for seamless authentication.

Quick Start

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

Automate web browsing by using this Skill to navigate pages, fill forms, and click elements. It supports interaction via element references, semantic locators, and JavaScript execution.

Can I extract text and HTML from web pages during web scraping?

Yes, you can extract text, HTML, attribute values, and cookies from web pages. The Skill also supports capturing full page screenshots and saving pages as PDFs.

How does browser state saving work for authentication in web automation?

Browser state saving works by allowing you to save and load browser sessions. This enables seamless authentication and session management across multiple web automation runs without manual logins.

What's the best way to interact with specific web elements during automation?

Interact with web elements using element references or semantic locators. You can click, fill forms, hover, check or uncheck boxes, select dropdowns, and upload files directly.

Do I need any special dependencies to run this web automation Skill?

No special dependencies are required. The Skill operates independently without external dependencies, allowing you to start automating web navigation and data extraction immediately.