๐ x402 HTTP payment protocol skill for AI agents. Monetize APIs with pay-per-request crypto payments.
x402-skill is an early-stage project in the AI payments / x402 ecosystem. It currently has 2 GitHub stars and 1 forks.
HTTP-native payment protocol skill for Clawdbot agents.
x402 is an open standard by Coinbase for pay-per-request APIs. It uses HTTP status code 402 (Payment Required) to enable seamless crypto payments for web services.
Server (add paywall to endpoint):
app.use(paymentMiddleware({
"GET /data": {
accepts: { scheme: "exact", price: "$0.001", network: "eip155:8453", payTo: address },
},
}, resourceServer));
Client (auto-pay for access):
const fetchWithPayment = wrapFetchWithPayment(fetch, x402Client);
const response = await fetchWithPayment("https://api.example.com/data");
Created by Ember ๐
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
A payments protocol for the internet. Built on HTTP.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
The trust layer for agent-to-agent commerce โ natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
The AI agent with a wallet โ spends USDC autonomously to get real work done. Apache-2.0, TypeScript.