🌐

Browser Automation

available

Lightweight browser automation using Puppeteer Core — screenshots, JS evaluation, element picking, and authenticated scraping via Chrome remote debugging.

development

What This Skill Does

Lightweight browser automation using Puppeteer Core — screenshots, JS evaluation, element picking, and authenticated scraping via Chrome remote debugging.

Capabilities

  • Fast Screenshots — Capture page screenshots quickly
  • JS Evaluation — Execute JavaScript in the browser context
  • Element Picking — Select and interact with page elements
  • Authenticated Scraping — Browse with existing Chrome session cookies

How It Works

  1. Connect to a running Chrome instance via remote debugging
  2. Execute commands for screenshots, evaluation, or scraping
  3. Token-efficient alternative to heavy MCP browser servers
  4. Works with authenticated sessions seamlessly

Example Usage

"Take a screenshot of this URL"
"Extract the main content from this page"
"Evaluate JavaScript to get page metrics"