omgskills Get the Mac app
Skill

pay-for-http-request

@stripe 176 stars Updated 2026-07-28 Author match: High

Make HTTP requests with automatic x402 payment support using the purl command line interface.

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/stripe/purl /tmp/purl && ln -s /tmp/purl/skills/pay-for-http-request ~/.claude/skills/pay-for-http-request

View on GitHub

From README

pay-for-http-request Make HTTP requests with automatic x402 payment support using purl. Description This skill enables making HTTP requests to payment-gated APIs using purl, a curl-like CLI tool that automatically handles x402-based payments on EVM and Solana networks. When to Use This Skill When an API returns HTTP 402 (Payment Required) and supports the x402 payment protocol, purl can automatically negotiate and execute the payment to access the resource.

More skills