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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/bridge-tokensWhat 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
- "Bridge 500 USDC from Ethereum to Base immediately."
- "I need to move 2.5 ETH from Polygon to Arbitrum for a transaction."
- "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-executorfor all transaction handling, which provides rigorous safety checks and confirmation workflows before any assets move.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wpank-bridge-tokens": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.