chrome-devtools

Automates browser tasks and data extraction using Puppeteer CLI scripts.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/zircote/agents --skill chrome-devtools-zircote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-devtools
Source: https://github.com/zircote/agents/tree/main/skills/chrome-devtools
Command: npx skills add https://github.com/zircote/agents --skill chrome-devtools-zircote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, debug, yargs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Browser automation and data extraction tasks are repetitive, error-prone, and time-consuming; this Skill provides a comprehensive set of Puppeteer CLI scripts to automate browsing, capture results, test pages, and gather data with JSON outputs.

Core Features & Use Cases

  • Browser automation via Puppeteer CLI scripts (navigate, screenshot, evaluate, network)
  • Data extraction and test automation with JSON outputs
  • Real-world use: automate QA checks and lightweight web scraping for dashboards

Quick Start

Install dependencies, then run a script such as node navigate.js --url https://example.com to start automating a page.

Frequently Asked Questions about chrome-devtools

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

FAQPage Schema
How do I automate browser tasks and web scraping with Puppeteer?

Automate browser tasks and web scraping using Puppeteer CLI scripts that navigate pages, evaluate DOM elements, capture screenshots, and extract data into JSON outputs for integration with automated workflows.

Can I use Puppeteer CLI scripts for automated QA testing and performance analysis?

Puppeteer CLI scripts support automated QA testing and performance analysis by navigating web pages and dashboards, capturing network activity, and returning structured JSON results for UI workflow validation.

Do I need Node.js 18+ to run Puppeteer automation scripts?

Yes, Puppeteer automation scripts require a Node.js 18+ environment and the Puppeteer package installed to execute CLI commands that output JSON for downstream data extraction and testing workflows.

What's the best way to extract data from web pages and dashboards into JSON?

Run Puppeteer CLI scripts to extract data from web pages and dashboards, executing browser automation commands that navigate URLs and evaluate page content to produce structured JSON outputs.

Does browser automation with Puppeteer work for headless web scraping?

Browser automation with Puppeteer supports headless web scraping and UI workflows by running CLI scripts that programmatically navigate URLs, interact with DOM elements, and capture extracted data as JSON.

When should I not use Puppeteer CLI scripts for browser automation?

Avoid Puppeteer CLI scripts for browser automation when processing static HTML without JavaScript rendering, or when operating in environments lacking Node.js 18+ support and Puppeteer runtime dependencies.