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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/davidtaikocha/taiko-native-bridgeWhat 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
claimprocess once the proof is ready, ensuring users receive their assets as soon as the bridge waiting period concludes.
Example Prompts
- "Bridge 1.5 ETH from L1 to my L2 address 0xabc... and ensure it's claimed."
- "Check if there are any pending ERC20 claims for my wallet on the L2 to L1 bridge and complete them if ready."
- "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, andDST_RPCare 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
jqfor 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_limitneeded—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
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-davidtaikocha-taiko-native-bridge": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution