chrome-devtools

Automate browser tasks with executable Puppeteer scripts and JSON output.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/ngocp-0847/agent-kit --skill chrome-devtools-ngocp-0847
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-devtools
Source: https://github.com/ngocp-0847/agent-kit/tree/main/templates/skills/chrome-devtools
Command: npx skills add https://github.com/ngocp-0847/agent-kit --skill chrome-devtools-ngocp-0847

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides browser automation via executable Puppeteer scripts. Outputs JSON for easy parsing and enables tasks like navigation, screenshots, element interactions, and network/performance monitoring.

Core Features & Use Cases

  • Core automation: navigate, capture screenshots, fill forms, click, evaluate.
  • Analysis: snapshot, console monitoring, network tracing, performance metrics.
  • Chain commands: reuse browser across steps with persistent scripts.

Quick Start

Run a simple navigate.js sample to fetch the page title and URL.