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

Lifi Orchestrator

Skill by rhlsthrm

Why use this skill?

Seamlessly bridge tokens across 30+ blockchains with the Lifi Orchestrator. Automate cross-chain swaps, track status, and find optimal rates with this OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/rhlsthrm/lifi-orchestrator
Or

What This Skill Does

The Lifi Orchestrator is a robust OpenClaw skill developed by rhlsthrm that enables seamless cross-chain token bridging and swapping. By integrating with the LI.FI API, it acts as an intelligent aggregator, interfacing with over 30 decentralized exchanges (DEXs) and bridge protocols. It automates the complex routing required to move assets across disparate blockchain ecosystems like Ethereum, Polygon, Arbitrum, Optimism, Base, and Solana. The skill provides developers and power users with direct access to optimal exchange rates, slippage protection, and real-time transaction tracking, effectively removing the manual overhead of interacting with multiple individual liquidity protocols.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure you have the necessary dependencies configured within your local project. Run the following command in your terminal:

clawhub install openclaw/skills/skills/rhlsthrm/lifi-orchestrator

Once installed, verify that your environment is authorized to perform network requests, as the skill relies on the https://li.quest endpoint to fetch quotes and execute transaction requests.

Use Cases

This skill is designed for scenarios involving multi-chain asset management. Typical use cases include: 1) Arbitrage trading, where you need to move tokens rapidly to a chain offering better yield. 2) Portfolio rebalancing, allowing you to consolidate various native or ERC-20 tokens into a single destination chain. 3) Cross-chain DeFi operations, such as depositing assets into protocols that exist only on Layer 2 networks. 4) Automated tracking, where you monitor the lifecycle of complex bridge transactions via a programmatic status polling workflow.

Example Prompts

  • "Find the best route to bridge 0.5 ETH from Ethereum to Base and tell me the expected gas fees."
  • "Get me a quote for swapping 500 USDC on Polygon to ETH on Arbitrum using the most cost-effective path."
  • "Check the status of my recent bridge transaction with hash 0xabc123... and tell me if it has been finalized on the destination chain."

Tips & Limitations

When using the Lifi Orchestrator, always remember that cross-chain swaps can take anywhere from 1 to 20 minutes depending on network congestion. While the tool defaults to a 0.5% slippage protection, ensure your assets are not subject to high volatility during the bridging window. For frequent high-volume requests, consider acquiring an API key from LI.FI to bypass the standard 10 req/min rate limit. Always double-check chain IDs before initiating transfers to prevent permanent asset loss, and use the native address 0x000... for native coins like ETH or MATIC.

Metadata

Author@rhlsthrm
Stars1171
Views0
Updated2026-02-19
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-rhlsthrm-lifi-orchestrator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#web3#bridge#blockchain
Safety Score: 2/5

Flags: network-access, external-api, code-execution