1.1k
GitHub Stars
3
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill amped-openclaw- _meta.json286 B
- README.md21.7 KB
- SKILL.md4.4 KB
Overview
This skill is a DeFi operations plugin for OpenClaw that enables cross-chain swaps, token bridging, and cross-chain money market operations via the SODAX SDK. It provides a unified portfolio view, intent history, and a policy engine for safe execution. Use it to add cross-chain execution capabilities to trading bots, DeFi agents, or portfolio management tools.
How this skill works
The plugin exposes tools to fetch quotes, verify bridgeability, and execute swaps or bridges with policy enforcement (slippage caps, spend limits, allowlists). It aggregates cross-chain positions and health metrics by querying SODAX and connected chains, and it routes supply/borrow flows so collateral can remain on one chain while borrowed assets arrive on another. Read-only operations work without a wallet; transactions require an integrated EVM wallet skill or managed key service.
When to use it
- Building trading bots that need cross-chain swap and bridge execution
- Creating DeFi agents that supply, borrow, or rebalance across chains
- Aggregating a cross-chain portfolio with health and risk metrics
- Automating cross-chain risk checks, intent history audits, or compliance rules
- Prototyping multi-chain money market strategies where collateral stays on one chain
Best practices
- Run read-only discovery and quote tools before any execution to validate routes and limits
- Enforce conservative max slippage and spend limits in the policy engine for automated agents
- Use named wallets and set a default wallet for deterministic operation in bots
- Test flows in a staging environment or with small amounts before scaling to large volumes
- Monitor intent history and portfolio health metrics regularly to catch liquidation or imbalance risk
Example use cases
- Swap 1,000 USDC on Ethereum into USDT on Arbitrum using a cross-chain quote+execute flow
- Bridge tokens from a spoke chain to the Sonic hub as part of a liquidity migration
- Supply collateral on Ethereum and borrow on Arbitrum to execute a cross-chain leverage strategy
- Build a portfolio dashboard showing unified positions, health factors, and risk recommendations across supported chains
- Automate compliance by querying intent history and applying policy allowlists before execution
FAQ
No for read-only operations (quotes, balances, discovery). To execute transactions you must install an EVM wallet skill or use a managed key service like Bankr.
Which chains and tokens are supported?
Supported chains include Ethereum, Arbitrum, Base, Optimism, Avalanche, BSC, Polygon, Sonic (hub), LightLink, HyperEVM, and MegaETH. Use the supported_tokens tool to list available tokens per chain.