browser-access

Automate web research with a headless browser for content extraction and screenshots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer-extra, puppeteer-extra-plugin-stealth, puppeteer-extra-plugin-adblocker, minimist.

What problem does it solve?

Headless browser automation enables Explorer agents to access websites, extract content, capture screenshots, and interact with web forms without manual browser interaction.

Core Features & Use Cases

  • Puppeteer-based headless browser control for efficient web research and automation
  • Web scraping, form interaction, and PDF exports to support reporting
  • Use Case: An Explorer automates data collection on a target site and produces structured findings for review

Quick Start

Install dependencies, initialize the skill, then navigate to a URL to scrape content and capture a screenshot.

Frequently Asked Questions about browser-access

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

FAQPage Schema
How do I automate web scraping with a headless browser?

Web scraping automation uses a headless browser to access websites and extract content via CSS selectors or XPath. This Skill controls Puppeteer to enable Explorer agents to navigate targets, interact with forms, and capture screenshots without manual browsing.

Can I extract web content and export it as a PDF?

Yes, you can extract web content and export it as a PDF. The headless browser automation workflow supports PDF exports and screenshot capture, allowing an Explorer agent to produce structured findings and reporting artifacts from target sites.

Does Puppeteer work with stealth and adblocker plugins for web automation?

Puppeteer works with stealth and adblocker plugins for web automation. This Skill integrates puppeteer-extra-plugin-stealth and puppeteer-extra-plugin-adblocker to facilitate content extraction while maintaining security sandboxing and rate limiting controls.

What is the best way to navigate web forms and capture screenshots programmatically?

The best way to navigate web forms and capture screenshots programmatically is through headless browser control. This Skill leverages Puppeteer to automate form interaction and screenshot capture, supporting Explorer-driven research workflows within security sandboxes.

Are there security controls for automated web research tasks?

Security controls for automated web research tasks include built-in security sandboxing and rate limiting. These controls ensure the headless browser operates within defined boundaries while accessing websites and extracting content during automation workflows.

What are the limitations of headless browser automation for data extraction?

Limitations of headless browser automation involve dependency on specific plugins like puppeteer-extra and the need for defined CSS selectors or XPath. Extraction success depends on target site structures and adherence to configured rate limiting controls.