browsefleet

Automate browser tasks with Puppeteer for scraping, screenshots, and PDFs.

3|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/theRJMurray/browsefleet --skill browsefleet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browsefleet
Source: https://github.com/theRJMurray/browsefleet/tree/main
Command: npx skills add https://github.com/theRJMurray/browsefleet --skill browsefleet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @hono/node-server, @mozilla/readability, better-sqlite3, dotenv, hono, jsdom, pino, pino-pretty, puppeteer-core, puppeteer-extra, puppeteer-extra-plugin-stealth, turndown, uuid, ws, zod, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the automation of web scraping, screenshot-taking, and other browser tasks, eliminating the need for manual interaction and speeding up workflows.

Core Features & Use Cases

  • Web Scraping: Automate the extraction of information from websites.
  • Screenshotting: Capture screenshots of web pages.
  • PDF Generation: Convert web pages to PDF format.
  • Use Case: Suppose you need to gather product information from multiple e-commerce sites. Use this Skill to scrape the necessary data and save it in a structured format.

Quick Start

Use the browsefleet skill to scrape data from the URL 'https://example.com'.

curl -X POST localhost:3000/v1/scrape
-H 'Content-Type: application/json'
-d '{"url":"https://example.com"}'

Frequently Asked Questions about browsefleet

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

FAQPage Schema
How do I automate web scraping with Puppeteer for an AI agent?

You can automate web scraping with Puppeteer by deploying this self-hosted API, which accepts a target URL via an HTTP POST request and returns structured content extracted from the rendered web page.

Can I use a headless browser to take screenshots of web pages?

Yes, you can use a headless browser to take screenshots of web pages. This Skill automates Puppeteer to capture full-page screenshots, eliminating the need for manual browser interaction during your workflow.

Does Puppeteer work with Hono for automated PDF generation?

Puppeteer works with Hono for automated PDF generation by exposing an HTTP endpoint that triggers the browser. It converts web pages to PDF format automatically, speeding up document creation workflows.

What is the best way to extract content from multiple e-commerce sites?

The best way to extract content from multiple e-commerce sites is using a self-hosted browser API. It automates Puppeteer to scrape product information dynamically and saves the output in a structured format.

Do I need Puppeteer-extra-plugin-stealth to scrape data from websites?

You need Puppeteer-extra-plugin-stealth to scrape data from websites that employ anti-bot protections. This Skill integrates the plugin to help automate web scraping tasks without being blocked.

Why use a self-hosted browser API instead of manual web scraping?

Use a self-hosted browser API instead of manual web scraping to eliminate manual interaction and speed up workflows. It automates data extraction, screenshotting, and PDF generation through Puppeteer.