anth-debug-bundle
Installation
SKILL.md
Anthropic Debug Bundle
Overview
Collect diagnostic information for Claude API issues. Every API response includes a request-id header — this is the single most important piece of data for Anthropic support.
Prerequisites
- Anthropic SDK installed
- Access to application logs
ANTHROPIC_API_KEYset in environment
Instructions
Step 1: Capture Request ID
import anthropic
client = anthropic.Anthropic()