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

amped-openclaw

DeFi operations plugin for OpenClaw enabling cross-chain swaps, bridging, and money market operations via SODAX. Use when building trading bots, DeFi agents, or portfolio management tools that need cross-chain execution.

Why use this skill?

Master cross-chain DeFi with the amped-openclaw plugin. Execute swaps, manage money markets, and bridge assets seamlessly using the SODAX SDK for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ampedfinance/amped-openclaw
Or

What This Skill Does

The amped-openclaw plugin serves as a robust DeFi operations layer for the OpenClaw agent ecosystem. Powered by the SODAX SDK, it provides a unified interface for executing cross-chain swaps, asset bridging, and complex money market operations. Rather than managing disparate wallets or interfaces across Ethereum, Arbitrum, Base, Optimism, Avalanche, BSC, and Sonic, this skill allows your agent to perform sophisticated financial maneuvers through a single abstraction. It includes advanced features such as cross-chain position tracking, intent history auditing, and a safety-conscious policy engine designed to handle slippage and spend limits.

Installation

To integrate this skill, ensure you have the OpenClaw environment properly initialized. Execute the following command in your terminal:

openclaw plugins install amped-openclaw

Post-installation, verify the plugin status using openclaw plugins list. For transaction execution, you must pair this plugin with a wallet provider. The evm-wallet-skill is the recommended companion. Clone the repository into your skills directory, run npm install, and use node src/setup.js to initialize your agent's signing authority. If you prefer managed infrastructure, simply set your BANKR_API_KEY environment variable.

Use Cases

This skill is engineered for developers and power users building financial agents. Primary use cases include:

  • Yield Optimization: Programmatically identifying the best lending rates across multiple chains and moving collateral to the most efficient market.
  • Portfolio Rebalancing: Maintaining a target asset allocation across multiple L2 chains without manually bridging every individual token.
  • Trading Bots: Executing cross-chain arbitrage or opportunistic swaps based on real-time market data aggregated via the SODAX API.
  • Automated Debt Management: Managing health factors across cross-chain money markets to prevent liquidation.

Example Prompts

  1. "Check my cross-chain portfolio health and tell me if my debt position on Arbitrum is at risk of liquidation."
  2. "Supply 500 USDC on Ethereum and borrow 200 USDT on Optimism using my current collateral."
  3. "Swap 5000 DAI on Base to ETH on Sonic, ensuring a slippage tolerance of less than 0.5%."

Tips & Limitations

  • Security: Always configure the plugin's policy engine. Never run high-value transactions without setting explicit spend limits.
  • Wallet Setup: While read-only operations like balance checks work out-of-the-box, transaction execution requires a configured EVM wallet.
  • Bridge Times: Be mindful that cross-chain bridging depends on underlying bridge finality; your agent may experience delays while waiting for state propagation across chains.
  • Monitoring: Utilize the amped_oc_user_intents tool regularly to audit the history of executed swaps and ensure your agent's behavior matches your expectations.

Metadata

Stars1054
Views0
Updated2026-02-16
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-ampedfinance-amped-openclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#cross-chain#evm#web3#finance
Safety Score: 3/5

Flags: external-api, code-execution