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

taiko-native-bridge

Use when an agent needs to bridge or claim ETH/ERC20/ERC721/ERC1155 across Taiko L1/L2 with send/wait-ready/claim workflows.

Why use this skill?

Enable your AI agent to automate Taiko cross-chain bridging. Manage ETH and ERC tokens across L1 and L2 with automated claim workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/davidtaikocha/taiko-native-bridge
Or

What This Skill Does

The taiko-native-bridge skill enables autonomous AI agents to interact with the Taiko bridge infrastructure, allowing for the seamless transfer and claiming of assets across L1 and L2 networks. It provides a robust command-line interface that abstracts the complexities of bridge-related workflows, including ETH transfers and ERC20, ERC721, or ERC1155 token bridging. This skill is essential for agents tasked with liquidity management, cross-chain yield farming, or ecosystem participation on Taiko.

Installation

To integrate this skill into your environment, use the OpenClaw CLI: clawhub install openclaw/skills/skills/davidtaikocha/taiko-native-bridge

Ensure that the Go toolchain is installed to support the underlying bridge-cli. You can update the binary at any time by running go install github.com/davidcai/taiko-bridge-cli/cmd/bridge-cli@latest.

Use Cases

  • Automated Cross-Chain Deposits: Agents can monitor user requests to bridge funds and automatically execute the L1 to L2 transfer flow.
  • Portfolio Rebalancing: Easily move tokens between L1 and L2 to take advantage of different DeFi protocol yields.
  • Asset Management: Manage cross-chain inventories of NFTs (ERC721/ERC1155) or native ETH balances without manual intervention.
  • Recovery and Claiming: Agents can poll bridge status and automatically trigger the claim process once the proof is ready, ensuring users receive their assets as soon as the bridge waiting period concludes.

Example Prompts

  1. "Bridge 1.5 ETH from L1 to my L2 address 0xabc... and ensure it's claimed."
  2. "Check if there are any pending ERC20 claims for my wallet on the L2 to L1 bridge and complete them if ready."
  3. "Move 500 TKO tokens from L1 to L2 using the bridge-cli. I have set up my RPC environment variables already."

Tips & Limitations

  • Environment Variables: Always verify that BRIDGE_CLI_PRIVATE_KEY, SRC_RPC, and DST_RPC are exported. The skill will prompt for these if missing; ensure your agent has access to a secure vault for private key storage.
  • JSON Output: The tool is designed for programmatic access. Always pipe output to jq for efficient status parsing.
  • Gas Limit: The CLI includes safety features for gas limits. If a bridge transaction fails due to gas, the tool will report the min_gas_limit needed—the agent should use this value for a retry.
  • Relayer Race: If a claim reverts, check the status code. A status of 2 often indicates the message was already processed by the relayer.

Metadata

Stars2190
Views0
Updated2026-03-07
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-davidtaikocha-taiko-native-bridge": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#taiko#bridging#web3#blockchain#evm
Safety Score: 3/5

Flags: network-access, code-execution