cortx-reliability
Installation
SKILL.md
${var} — The x402 endpoint URL to check (e.g.
https://api.example.com/premium). Required.
If ${var} is empty, stop and notify:
cortx-reliability requires a URL — pass the x402 endpoint you want to check as var.
What this skill does
CORTX monitors x402 payment endpoints end-to-end — real USDC on Base mainnet, all 7 stages. This skill queries CORTX's free reliability API to tell you whether an endpoint is safe to pay before your agent spends anything.
The 7 stages CORTX checks:
- Availability
- Payment terms (402 response validity)
- Price check (amount within bounds)
- Payment signing (EIP-712, USDC contract, chain ID)
- Delivery (200 response after payment)
- JSON parse
- Schema validation