🌐
Browser Automation
availableLightweight browser automation using Puppeteer Core — screenshots, JS evaluation, element picking, and authenticated scraping via Chrome remote debugging.
developmentWhat 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
- Connect to a running Chrome instance via remote debugging
- Execute commands for screenshots, evaluation, or scraping
- Token-efficient alternative to heavy MCP browser servers
- 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"