CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. uniswap
  4. /
  5. uniswap-ai
  6. /
  7. Pay With Any Token

Pay With Any Token

Editor's Note

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.

Install

npx skills add https://github.com/uniswap/uniswap-ai --skill pay-with-any-token
Votes
0
Installs368
GitHub Stars211
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment