LogoClawIndex
CasesSkillsAbout
LogoClawIndex

api-debugging - API Failure Diagnostic Tool

Diagnoses API failures including request/response mismatches, schema errors, auth failures, and transport problems.

Tags

Updated: 2026-03-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • construct curl command
  • triage HTTP status codes
  • diff expected vs actual response
  • validate request payload against schema
  • inspect auth token flow
  • debug CORS configuration
  • check middleware chain
  • verify environment configuration

Inputs

  • HTTP status code
  • request/response payload
  • API schema definition
  • auth token
  • CORS configuration
  • server logs
  • middleware definition
  • environment variables

Outputs

  • reproduction command
  • status code triage
  • request/response diff
  • root cause analysis
  • fix description
  • regression test suggestion

Requirements

  • shell access
  • network access
  • curl command
  • grep command

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
api
debugging
http
troubleshooting
construct curl command
triage HTTP status codes
diff expected vs actual response
validate request payload against schema
HTTP status code
request/response payload
API schema definition
reproduction command
status code triage
request/response diff