x402lint
Installation
SKILL.md
x402lint
Validate and create x402 payment configurations. The x402 protocol defines how HTTP 402 responses communicate payment requirements to clients.
For full protocol details, field rules, registries, and error codes, read references/protocol-spec.md.
Workflow
- Determine task type: Validating an existing config? -> Follow "Validation" below Creating a new config? -> Follow "Creation" below Debugging a failing config? -> Follow "Debugging" below
Validation
Validate using the x402lint SDK in the project at packages/x402lint/.
import { check } from './packages/x402lint/src/index'
Related skills