http-toolkit-intercept

Capture HTTP traffic via HTTP Toolkit and correlate it with session logs.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/ElbertePlinio/dotfiles --skill http-toolkit-intercept-elberteplinio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-toolkit-intercept
Source: https://github.com/ElbertePlinio/dotfiles/tree/main/private_dot_factory/plugins/marketplaces/factory-plugins/plugins/debugging/skills/http-toolkit-intercept
Command: npx skills add https://github.com/ElbertePlinio/dotfiles --skill http-toolkit-intercept-elberteplinio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging networked programs often lacks clear visibility into exact HTTP request payloads, authentication headers, and wire-level response behavior, making it hard to verify API interactions or diagnose network issues across different runtimes.

Core Features & Use Cases

  • Cross-runtime traffic interception: Captures HTTP traffic from programs written in Node.js, Python, Go, Java, .NET, Rust, and other common runtimes, as long as the process respects a proxy configuration.
  • Dual evidence pairing: Combines outbound HTTP captures from HTTP Toolkit with the target program's machine-readable session logs to correlate exact requests sent with how the application processed responses.
  • Use case: Verify LLM API call payloads, debug authentication flows, or diagnose unexpected backend request behavior by getting authoritative evidence of wire-level network activity instead of relying on unreliable TUI screenshots.

Quick Start

Use the http-toolkit-intercept skill to capture and cross-reference HTTP traffic from your running program to debug API request and response issues.

Frequently Asked Questions about http-toolkit-intercept

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

FAQPage Schema
How do I debug HTTP traffic and verify exact API request payloads across different runtimes?

Debug HTTP traffic by launching your target process through a configured proxy to capture outbound requests, then cross-reference captures with machine-readable session logs to verify exact payloads and wire-level responses.

How does traffic interception work for diagnosing network issues in Node.js or Python programs?

Traffic interception works by routing outbound HTTP requests from your Node.js or Python process through a proxy, capturing wire-level activity, and correlating it with application session logs to diagnose network issues.

Can I use HTTP Toolkit to debug LLM API calls and authentication flows?

Yes, you can debug LLM API calls and authentication flows by capturing outbound HTTP traffic via proxy interception and pairing it with program session logs to verify exact request payloads and response behavior.

What is the best way to capture and verify wire-level HTTP responses for backend services?

The best way to capture wire-level HTTP responses is to launch the backend service through a proxy, export the intercepted traffic, and cross-reference it with the application's machine-readable session log.

Does cross-runtime HTTP traffic interception work with Go, Java, and .NET environments?

Cross-runtime HTTP traffic interception works with Go, Java, and .NET environments as long as the target process respects the proxy configuration to capture outbound HTTP requests for debugging.

Why should I not rely on TUI screenshots when debugging networked programs?

Relying on TUI screenshots lacks clear visibility into exact HTTP request payloads and headers, whereas intercepting traffic via proxy and cross-referencing session logs provides authoritative wire-level evidence.