What problem does it solve?
This Skill helps you debug a specific AiDog proxy request by pulling its full lifecycle from the local SQLite log, so you can see what was sent, how it was transformed, what the upstream returned, and why the request succeeded or failed.
Core Features & Use Cases
- Single Request Inspection: Look up one request by request id and review the inbound request, upstream request, upstream response, status codes, token usage, estimated cost, and retry chain.
- Recent and Failed Request Review: List the latest requests, filter by group, or isolate error cases by status code for faster incident triage.
- Safe Log Analysis: Automatically redacts sensitive headers while preserving enough detail to understand protocol conversion, routing, and response behavior.
- Use Case: A developer sees a 500 error from AiDog and uses this Skill to trace the exact upstream platform, request payload, retry attempts, and response body that caused the failure.
Quick Start
Ask for the AiDog request details for request id fcd9eb36533f4f0ba4344f3cdc6cf530 and show the inbound request, upstream exchange, retries, and any error summary.