cross-chain-swap

Verified·Scanned 2/19/2026

Execute a cross-chain token swap via Uniswap's bridge infrastructure. Handles quoting, safety validation, bridge monitoring, and destination confirmation. Use when the user wants to swap tokens across different chains.

from clawhub.ai·v52b7963·5.9 KB·0 installs
Scanned from 0.1.0 at 52b7963 · Transparency log ↗
$ vett add clawhub.ai/wpank/cross-chain-swap

Cross-Chain Swap

Execute a cross-chain token swap via Uniswap's bridge infrastructure, including quoting, safety validation, bridge monitoring, and destination-chain confirmation.

SKILL.md — Full skill specification and workflow.

Installation

Install into Claude Code or Cursor with:

npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/cross-chain-swap

Or via Clawhub:

npx clawhub@latest install cross-chain-swap

When to use

Use this skill when:

  • You want to swap tokens between different chains (e.g., Ethereum → Base, Arbitrum → Optimism).
  • You need a single workflow that handles routing, bridge selection, and safety checks.
  • You want status tracking from source-chain send to destination-chain receipt.

Example prompts

  • "Swap 1,000 USDC on Ethereum to USDC on Base with full safety checks."
  • "Convert 0.5 WETH on Arbitrum into WETH on Optimism."
  • "Move my UNI from Polygon to Ethereum as USDC in one cross-chain swap."