ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

bridge-tokens

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.

Why use this skill?

Learn how to use the bridge-tokens OpenClaw skill to securely move assets between blockchain networks without swapping tokens.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wpank/bridge-tokens
Or

What This Skill Does

The bridge-tokens skill provides a streamlined, specialized interface for moving digital assets across different blockchain networks without the complexity of decentralized exchanges or asset swapping. By focusing solely on cross-chain transfers (e.g., native USDC on Ethereum to native USDC on Base), this skill eliminates the user friction associated with navigating multi-step liquidity protocols. It functions by delegating the complex orchestration of cross-chain execution to the cross-chain-executor subagent, ensuring that the token being sent is the exact same token received on the destination chain. The skill handles parameter resolution, token verification, chain validation, and transaction tracking, providing a unified reporting interface upon completion.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/wpank/bridge-tokens Ensure your local agent has the necessary permissions to interface with the cross-chain execution module as defined in your environment configuration.

Use Cases

This skill is designed for users who maintain a presence across multiple chains and need to manage liquidity rebalancing or cross-chain positioning. It is ideal for:

  • Consolidating assets from fragmented chain positions into a primary chain.
  • Moving stablecoins for participation in DeFi protocols on newer or high-performance chains (e.g., moving USDC from Ethereum mainnet to Base or Arbitrum).
  • Sending native tokens across ecosystems without triggering tax events or slippage associated with swaps.
  • Preparing for cross-chain yield farming or liquidity providing tasks.

Example Prompts

  1. "Bridge 500 USDC from Ethereum to Base immediately."
  2. "I need to move 2.5 ETH from Polygon to Arbitrum for a transaction."
  3. "Can you help me send all my USDC tokens from my Polygon wallet to my Base address?"

Tips & Limitations

  • Token Availability: Ensure the token exists on the destination chain prior to execution. The agent will attempt to resolve this via mcp__uniswap__getTokenInfo, but if the token lacks liquidity on the destination bridge, the transaction may fail.
  • Same-Chain Logic: If a user specifies the same source and destination chain, the bridge-tokens skill will detect this and inform the user that no bridging is required, avoiding unnecessary operations.
  • Network Fees: Always ensure you have enough of the native chain's gas token (e.g., ETH, MATIC) on the source chain to cover both the bridge fee and the transaction gas costs.
  • Safety: This skill leverages the cross-chain-executor for all transaction handling, which provides rigorous safety checks and confirmation workflows before any assets move.

Metadata

Author@wpank
Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wpank-bridge-tokens": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#defi#web3#bridge#finance
Safety Score: 4/5

Flags: network-access, external-api