har-debugger

Installation
SKILL.md

HAR Debugger

Overview

Analyze a HAR file plus a bug description to isolate problematic network requests and explain likely causes using only HAR evidence.

Inputs

  • har_file: Path to a .har file on disk.
  • bug_description: Concise description of the bug symptoms.
  • start_time: (optional) ISO timestamp or epoch ms for when the bug started.
  • end_time: (optional) ISO timestamp or epoch ms for when the bug ended.
  • socket_map: (optional) Inline list of socket-to-API mappings in the form <socket-name>: <api-name> to override defaults.

If the user provides raw HAR JSON instead of a file, accept it, but prefer a file path when possible. Use start_time/end_time to limit analysis to the incident window to save tokens.

Installs
7
First Seen
Feb 10, 2026
har-debugger — hynguyenvk-itr/har-debugger-skill