This lets Claude handle HTTP 402 payment challenges by swapping any ERC-20 token you have into whatever the API wants, using Tempo CLI and Uniswap's trading API under the hood. When an API throws a payment required response, it parses the challenge, checks your Tempo wallet balance, and if you're short it bridges funds from your holdings on any EVM chain. The whole flow is automated but gates every transaction behind an explicit confirmation prompt, which is the right call given it's moving real money. Uniswap built this at version 2.0.0, and it maintains a 0.10 USDC reserve threshold to avoid triggering the full swap and bridge dance for small purchases. Useful if you're calling paid APIs programmatically and don't want to manually fund a dozen different payment rails.
npx skills add https://github.com/uniswap/uniswap-ai --skill pay-with-any-token