agent-browser

Automate headless browser interactions for web scraping, form filling, and screenshots.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill agent-browser-lemonlqf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/lemonlqf/openclaw-rtsp/tree/main/skills/agent-browser
Command: npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill agent-browser-lemonlqf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates web browser interactions, making it possible to scrape data, fill out forms, and take screenshots without manual intervention.

Core Features & Use Cases

  • Web Scraping: Extract specific data points from websites.
  • Form Filling: Automate the process of submitting web forms.
  • Screenshots: Capture images of web pages for documentation or analysis.
  • Use Case: Automatically log into a website, navigate to a specific page, fill out a contact form, and then take a screenshot of the confirmation message.

Quick Start

Use the agent-browser skill to open the url https://example.com and then click on the element with id 'submit-button'.

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?

Automated web scraping and form filling is achieved by running a headless browser through a command-line interface. This Skill executes deterministic interactions on web pages, such as clicking elements and extracting specific data points automatically.

Can I capture screenshots of web pages for documentation using a headless browser?

Yes, capturing screenshots of web pages is a core feature of this headless browser automation Skill. It automates taking images of web pages, which is useful for generating visual documentation or analyzing page states after interactions.

Do I need Node.js and npm installed to run headless browser automation tasks?

Yes, Node.js and npm are required for the installation and execution of this headless browser automation Skill. You must have this environment set up to run the command-line interface that drives the web page interactions.

What is the best way to log into a website, fill out a contact form, and screenshot the confirmation?

The best way to chain these web interactions is using a headless browser automation Skill. It supports navigating to URLs, filling out forms, clicking submit buttons, and taking screenshots of confirmation messages in one deterministic sequence.

Does this headless browser tool support navigating and interacting with specific page elements?

Yes, this headless browser tool supports navigating to specific URLs and interacting with page elements by their IDs. It enables deterministic web page tasks like clicking submit buttons or extracting targeted data points via command line.