verifier-api

Validate Claude Code API endpoints and HTTP behavior with curl.

3|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/sobird/claude-code --skill verifier-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifier-api
Source: https://github.com/sobird/claude-code/tree/main/.claude/skills/verifier-api
Command: npx skills add https://github.com/sobird/claude-code --skill verifier-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps QA engineers and developers quickly verify Claude Code API endpoints and their HTTP behavior by executing predefined verification plans with curl, ensuring endpoints respond as expected and contract rules are met.

Core Features & Use Cases

  • Curl-based API verification: Validate endpoints by sending requests and checking responses against expected schemas.
  • Plan-driven testing: Execute verification plans exactly as written to enforce consistency.
  • Health and contract checks: Assess endpoint availability, response codes, headers, and payload formats across MCP servers and HTTP handlers.

Quick Start

Run the verification plan against your Claude Code API endpoints using curl to validate responses.

Frequently Asked Questions about verifier-api

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

FAQPage Schema
How do I verify Claude Code API endpoints using curl?

You can verify Claude Code API endpoints by executing predefined verification plans with curl to send requests and check responses against expected schemas and HTTP behavior.

What is API contract verification for MCP servers?

API contract verification for MCP servers is the process of validating endpoint availability, response codes, headers, and payload formats to ensure compatibility with public endpoints and required authentication tokens.

How do I test HTTP behavior and endpoint health checks for Claude Code APIs?

You test HTTP behavior and endpoint health by running plan-driven curl requests that assess endpoint availability and validate that response codes and payload formats match expected schemas.

Can I use curl to validate required authentication tokens for public API endpoints?

Yes, curl can validate required authentication tokens by sending requests to public API endpoints and verifying that the HTTP responses meet the expected contract rules and formats.

Does plan-driven API testing work for checking response formats across HTTP handlers?

Plan-driven API testing executes verification plans exactly as written to enforce consistency, ensuring HTTP handlers return expected response codes, headers, and payload formats across endpoints.

Why are my API endpoint health checks returning unexpected response codes?

Endpoint health checks may return unexpected response codes if the API behavior does not match the expected contract rules; running curl-based verification plans helps identify these schema mismatches.