chrome-devtools

Automate browser interactions and data extraction with Puppeteer scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DxTa/dotfiles --skill chrome-devtools-dxta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-devtools
Source: https://github.com/DxTa/dotfiles/tree/main/opencode/skills/tools/chrome-devtools
Command: npx skills add https://github.com/DxTa/dotfiles --skill chrome-devtools-dxta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates repetitive browser tasks, saving time on manual web interactions, data collection, and testing.

Core Features & Use Cases

  • Browser Automation: Navigate pages, click elements, fill forms, and scrape data.
  • Debugging & Analysis: Capture screenshots, monitor network traffic, and analyze performance.
  • Use Case: Automatically log into a web application, fill out a report form, and download the generated PDF.

Quick Start

Use the chrome-devtools skill to take a screenshot of example.com and save it to output.png.

Frequently Asked Questions about chrome-devtools

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

FAQPage Schema
How do I automate web scraping and form filling with Puppeteer?

You can automate web scraping and form filling by running Puppeteer scripts that navigate pages, click elements, and extract data. This Skill provides the automation framework to execute these browser interactions automatically.

Can I capture screenshots and monitor network traffic during browser automation?

Yes, you can capture screenshots and monitor network traffic during browser automation. The Skill enables debugging and analysis by allowing you to save page screenshots and monitor network requests directly through Puppeteer scripts.

Do I need Node.js to run Puppeteer scripts for browser automation?

Yes, you need a Node.js environment to run Puppeteer scripts for browser automation. The Skill requires Node.js along with Puppeteer and associated dependencies like yargs and debug for execution.

What is the best way to analyze web performance using Puppeteer?

The best way to analyze web performance using Puppeteer is by running automated scripts that monitor network traffic and capture page metrics. This Skill enables performance analysis by executing browser interactions and logging network activity.

Why does my Puppeteer script fail to extract data from dynamic web pages?

Puppeteer scripts may fail to extract data if the dynamic web page elements have not fully loaded before interaction. Ensuring proper navigation timing and waiting for element availability within the automation script resolves this limitation.