genesis-tools:analyze-har

Analyze HAR files to debug API calls and inspect HTTP traffic.

7|2|Updated Apr 16, 2025
One-click install
npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-analyze-har
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genesis-tools:analyze-har
Source: https://github.com/genesiscz/GenesisTools/tree/main/plugins/genesis-tools/skills/analyze-har
Command: npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-analyze-har

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a token-efficient way to analyze HAR (HTTP Archive) files, helping users debug network traffic, API calls, and web performance issues without overwhelming the AI with raw data.

Core Features & Use Cases

  • Token-Efficient Analysis: Uses a reference system to avoid repeating large data chunks, saving tokens.
  • Targeted Debugging: Filter requests by status codes (e.g., 4xx, 5xx), domains, or specific entries.
  • Security Auditing: Identifies sensitive data like JWTs and API keys within network requests.
  • Use Case: When a user provides a HAR file and asks to "debug why this API call is failing," this Skill can load the HAR, filter for 4xx/5xx errors, and show the specific failing request's details.

Quick Start

Use the analyze HAR skill to load the provided HAR file named 'network_log.har'.

Frequently Asked Questions about genesis-tools:analyze-har

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

FAQPage Schema
How do I debug failing API calls from a HAR file?

To debug failing API calls in a HAR file, filter HTTP requests by 4xx and 5xx status codes to isolate errors. This enables targeted inspection of specific failing request headers, bodies, and network traffic details.

What is the best way to analyze web traffic without exceeding token limits?

Analyzing web traffic efficiently needs a token-efficient reference system that avoids repeating large data chunks. This approach processes HAR files by loading granular entries on demand to prevent token overload during network debugging.

Can I detect sensitive data like JWTs and API keys in HTTP archives?

Yes, you can detect sensitive data like JWTs and API keys in HTTP archives through security auditing. The analysis scans network requests and responses within the HAR file to identify exposed security-sensitive information.

How do I filter HTTP requests by domain in a HAR file?

Filtering HTTP requests by domain in a HAR file is done through a command-line interface that supports granular inspection. You can target specific entries and domains to review corresponding headers and bodies for performance optimization.

What's the best way to inspect HTTP request headers for performance optimization?

Inspecting HTTP request headers for performance optimization involves loading a HAR file and filtering entries by specific domains or status codes. This isolates relevant web traffic for granular review of request and response headers.