bridge-tokens

Verified·Scanned 2/19/2026

Bridge tokens from one chain to another without swapping. Simplified cross-chain transfer where the output token is the same as the input token. Use when the user wants to move tokens between chains.

from clawhub.ai·vef40f01·5.4 KB·0 installs
Scanned from 0.1.0 at ef40f01 · Transparency log ↗
$ vett add clawhub.ai/wpank/bridge-tokens

Bridge Tokens

Bridge tokens from one chain to another without swapping. The same token is sent on the source chain and received on the destination chain.

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/bridge-tokens

Or via Clawhub:

npx clawhub@latest install bridge-tokens

When to use

Use this skill when:

  • You want to move a token from one chain to another without changing it (e.g., USDC Ethereum → USDC Base).
  • You need simple bridging only, not a swap plus bridge.
  • You want safety checks around bridge choice, limits, and completion status.

Example prompts

  • "Bridge 1,000 USDC from Ethereum to Base."
  • "Move my WETH from Arbitrum to Optimism without swapping."
  • "Bridge 500 USDT from Polygon to Ethereum and confirm when it arrives."