chrome-devtools

Originally fromsamhvw8/dot-claude
Installation
Summary

Puppeteer-based browser automation with JSON output, screenshot compression, and performance analysis.

  • Includes 10+ scripts for navigation, screenshots, clicking, form filling, JavaScript execution, element discovery, console monitoring, network tracking, and Core Web Vitals measurement
  • Automatic screenshot compression using ImageMagick keeps files under 5MB for API compatibility; supports custom size thresholds and format options
  • Supports command chaining by keeping browser sessions open across sequential scripts; all output is JSON for easy parsing and integration
  • Built-in element discovery via snapshot.js to find correct selectors; includes error recovery patterns and troubleshooting for common automation issues
SKILL.md

Chrome DevTools Agent Skill

Browser automation via executable Puppeteer scripts. All scripts output JSON for easy parsing.

Quick Start

CRITICAL: Always check pwd before running scripts.

Installation

Step 1: Install System Dependencies (Linux/WSL only)

On Linux/WSL, Chrome requires system libraries. Install them first:

pwd  # Should show current working directory
cd .claude/skills/chrome-devtools/scripts
./install-deps.sh  # Auto-detects OS and installs required libs
Related skills

More from mrgoonie/claudekit-skills

Installs
610
GitHub Stars
2.1K
First Seen
Jan 22, 2026