Debridge Mcp
Skill by aviclaw
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aviclaw/debridge-mcpWhat This Skill Does
The Debridge Mcp skill integrates the powerful deBridge protocol directly into the OpenClaw AI agent ecosystem. By leveraging the Decentralized Liquidity Network (DLN), this skill allows your agent to perform non-custodial cross-chain swaps and asset transfers across 20+ blockchain networks. Unlike traditional bridges that rely on liquidity pools—which are common targets for hacks—deBridge utilizes an order-based matching system. This ensures that assets never leave the user's control during the transfer process, significantly lowering the risk profile while enabling superior execution rates. The skill provides the agent with deep access to real-time quote generation, order creation, transaction status monitoring, and the ability to query supported network configurations, effectively turning your OpenClaw agent into a sophisticated cross-chain trading assistant.
Installation
To integrate this skill, ensure you have the debridge-mcp repository cloned to your local machine. Navigate to the directory, install dependencies via npm install, and build the project with npm run build. Once the binary is prepared, update your OpenClaw configuration file located at ~/.openclaw/openclaw.json. Add the debridge server configuration under the mcp-adapter section by specifying the command node and the absolute path to your dist/index.js file. Finally, apply these changes by running openclaw gateway restart in your terminal to initialize the communication channel between your agent and the deBridge protocol.
Use Cases
This skill is ideal for users managing multi-chain DeFi portfolios who need to optimize asset allocation without manually navigating different interfaces. It is particularly useful for rebalancing portfolios by shifting stablecoins or volatile assets from Ethereum to Layer 2 networks like Arbitrum or Base for gas efficiency. Additionally, it streamlines complex operations such as preparing assets for yield farming or cross-chain arbitrage, as the agent can handle the entire lifecycle—from finding the best liquidity route to monitoring the order's eventual execution on the destination chain.
Example Prompts
- "Check the current swap rate to move 500 USDC from Ethereum to Solana using deBridge."
- "Find the best route to swap 1 ETH on Optimism for USDC on Base and provide me with the estimated fees."
- "Execute a cross-chain transfer of 0.5 WBTC from Arbitrum to Polygon and let me know when the transaction is confirmed."
Tips & Limitations
When using this skill, always prioritize verifying the quoted rates provided by the agent before confirming an order, as slippage can impact the final receive amount. Keep in mind that while the skill supports over 20 chains, individual token availability may vary; always check the supported chains tool if you encounter an error with a specific pair. Ensure that you have adequate gas funds on the source chain to cover transaction execution. Finally, treat the agent’s fee estimations as projections; actual network congestion may cause minor fluctuations in final gas costs during the execution window.
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-aviclaw-debridge-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access, code-execution
Related Skills
Zeroex Swap
Skill by aviclaw
x-research
General-purpose X/Twitter research agent. Searches X for real-time perspectives, dev discussions, product feedback, cultural takes, breaking news, and expert opinions. Works like a web research agent but uses X as the source. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "/x-research", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic. NOT for: posting tweets, account management, or historical archive searches beyond 7 days.
verify-before-done
Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.
Agent Security Auditor
Skill by aviclaw
solidity-guardian
Smart contract security analysis skill. Detect vulnerabilities, suggest fixes, generate audit reports. Supports Hardhat/Foundry projects. Uses pattern matching + best practices from Trail of Bits, OpenZeppelin, and Consensys.