Agent skill

request-debugger

HTTP request/response debugging and inspection tools

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill request-debugger --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Glob-Grep-Bash
Path: library/specializations/sdk-platform-development/skills/request-debugger/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Request Debugger Skill ## Overview This skill implements comprehensive HTTP request/response debugging and inspection tools for SDKs, helping developers understand and troubleshoot API interactions. ## Capabilities - Log request/response details with formatting - Redact sensitive data automatically - Correlate logs with request IDs - Support curl command export for reproduction - Implement request timing breakdowns - Capture retry attempts and failures - Support HAR (HTTP Archive) export - Enable request/response interception ## Target Processes - Error Handling and Debugging Support - Logging and Diagnostics - Developer Experience Optimization ## Integration Points - HTTP client interceptors - Logging frameworks - Debug proxies (Charles, mitmproxy) - Browser DevTools protocols - IDE debug integration ## Input Requirements - Redaction rules for sensitive data - Logging level configurations - Timing breakdown requirements - Export format preferences - Interception capabilities ## Output Artifacts - Debug interceptor middleware - Request logger implementation - Sensitive data redactor - Curl command generator - HAR exporter - Timing breakdown utilities ## Usage Example ```yaml skil

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Target Processes
  4. Integration Points
  5. Input Requirements
  6. Output Artifacts
  7. Usage Example
  8. Best Practices
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the request-debugger skill do?

HTTP request/response debugging and inspection tools

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill request-debugger --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going