chrome-devtools

Automates browser sessions to navigate, test, debug, and analyze web pages.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/hiehoo/GoldScalpingBot --skill chrome-devtools-hiehoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-devtools
Source: https://github.com/hiehoo/GoldScalpingBot/tree/main/chrome-devtools
Command: npx skills add https://github.com/hiehoo/GoldScalpingBot --skill chrome-devtools-hiehoo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a suite of Puppeteer-based browser automation tools to navigate, test, debug, and analyze web pages. It streamlines repetitive browser tasks, captures data, and aids performance analysis with a consistent, script-driven approach.

Core Features & Use Cases

  • Persistent Sessions: Reuse a single browser session across scripts for faster automation.
  • ARIA Snapshot & Interaction: Generate ARIA snapshots and interact with elements via stable refs.
  • Network & Performance: Monitor network traffic, run performance analyses, and capture traces.
  • Routing & Screenshots: Navigate pages, take screenshots, and validate UI under different conditions.
  • Use Case: Automate end-to-end UI testing with consistent environment and verifiable results.

Quick Start

Install dependencies, then run navigate.js to visit a page, or use aria-snapshot.js to capture ARIA trees and select-ref.js to interact by stable refs.