chrome-devtools

Automate browser tasks and debugging with Puppeteer CLI scripts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tylerdurrett/oneshot-dashboard --skill chrome-devtools-tylerdurrett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-devtools
Source: https://github.com/tylerdurrett/oneshot-dashboard/tree/main/.claude/skills/chrome-devtools
Command: npx skills add https://github.com/tylerdurrett/oneshot-dashboard --skill chrome-devtools-tylerdurrett

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a consistent, scriptable way to automate browser actions, collect results, and debug web pages using Puppeteer CLI scripts.

Core Features & Use Cases

  • Automate navigation, screenshot capture, performance analysis, and network monitoring across pages.
  • Use cases include UI verification, automated QA, data extraction, and reproducible debugging for web apps.

Quick Start

Run a single Puppeteer-based script to automate a browser task and return results in JSON.

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 take screenshots using Puppeteer?

Automate browser tasks by running Puppeteer CLI scripts that handle navigation, screenshot capture, and form automation. You execute a single script to perform the browser action and receive the results formatted as JSON for easy integration.

Can Puppeteer be used for network monitoring and performance analysis on web pages?

Puppeteer CLI scripts support network monitoring and performance analysis across web pages. The scripts automate these debugging actions and return the collected metrics as structured JSON outputs for subsequent review.

Do I need Node.js to run Puppeteer CLI scripts for web scraping?

You need Node.js and Puppeteer installed to run these CLI scripts for web scraping and browser automation. The Skill requires this environment setup to execute its scripts and return JSON formatted data outputs.

What's the best way to extract data and perform automated QA on web apps?

Use Puppeteer CLI scripts to perform data extraction and automated QA on web apps. This provides a consistent, scriptable method to automate browser actions, collect results, and debug web pages reproducibly.

Does browser automation with Puppeteer return results in a structured format?

Browser automation with Puppeteer returns results in JSON format. This structured output is designed for easy integration into downstream processes after completing tasks like UI verification, data extraction, or network monitoring.