node-inspect-debugger

Debug Node.js applications via the Chrome DevTools Protocol.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill node-inspect-debugger-ldzhhxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-inspect-debugger
Source: https://github.com/ldzhhxx/Hermes_offline_v2/tree/main/hermes-agent/skills/software-development/node-inspect-debugger
Command: npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill node-inspect-debugger-ldzhhxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chrome-remote-interface, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Node.js Inspect Debugger Skill solves the problem of debugging Node.js applications by providing a comprehensive toolset to inspect, step through, and evaluate code using the Chrome DevTools Protocol CLI.

Core Features & Use Cases

  • Programmatic Debugging: Interact with Node's built-in V8 inspector programmatically.
  • Quick Poking and Automation: Offers two tools, node inspect and ndb, for different debugging scenarios.
  • Use Case: Ideal for quickly identifying and resolving issues in Node.js applications, such as bugs in long-running dev servers or problems with ui-tui components.

Quick Start

To start debugging a script, run 'node inspect path/to/script.js'.

Frequently Asked Questions about node-inspect-debugger

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

FAQPage Schema
How do I debug Node.js applications using Chrome DevTools Protocol?

You can debug Node.js applications using the Chrome DevTools Protocol via `node inspect` or `chrome-remote-interface`. This Skill enables programmatic interaction with the V8 inspector for stepping through code and evaluating expressions.

What is the best way to inspect long-running Node.js dev servers for bugs?

Inspecting long-running Node.js dev servers is best handled by using the `node inspect` command. This approach connects directly to the V8 inspector, allowing you to quickly identify and resolve bugs in your application.

Do I need chrome-remote-interface to debug Node.js programmatically?

Yes, `chrome-remote-interface` is required. It acts as the dependency that enables programmatic debugging and automation by interacting directly with the Node.js built-in V8 inspector via the Chrome DevTools Protocol.

Can I use node inspect for automated performance analysis of Node.js code?

Yes, `node inspect` supports automated performance analysis. The Skill applies to scenarios requiring automated debugging of Node.js code, including performance analysis and error resolution in production environments.

Does this Node.js debugging approach work with ndb for different scenarios?

Yes, the Skill offers both `node inspect` and `ndb` tools to handle different debugging scenarios. You can use them for quick poking and automation when resolving issues in Node.js applications.