A high-performance trading skill for executing sequential token swaps and automated portfolio rebalancing with independent safety checks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install batch-swap
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install batch-swap using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Batch Swap skill is a sophisticated automation tool designed for users within the Openclaw Skills ecosystem who need to perform complex, multi-step trading operations. It allows for the execution of multiple token swaps in a controlled sequence, ensuring that each individual transaction undergoes independent safety validation and balance verification before proceeding.
By leveraging subagent orchestration, this skill simplifies tasks such as portfolio rebalancing, diversifying into multiple assets, or executing elaborate trading plans. It provides a robust framework for managing decentralized finance (DeFi) operations while maintaining strict adherence to user-defined safety limits and aggregate daily thresholds.
To utilize this skill within your Openclaw Skills environment, ensure you have the Uniswap MCP server configured and authorized.
# Install the trading suite
openclaw install skill batch-swap
# Configure your safety limits and chain preferences
openclaw config set trading_limit_daily 5000
| Parameter | Type | Description |
|---|---|---|
swaps |
Array | A list of objects containing tokenIn, tokenOut, and amount. |
chain |
String | The blockchain network to execute on (default: ethereum). |
stopOnFailure |
Boolean | Whether to terminate the batch if a single swap fails. |
execution_summary |
Object | Metadata containing success rates, gas fees, and transaction IDs. |
Loading
A comprehensive technical framework for architecting, implementing, and managing immutable event stores in event-sourced applications.

A meta-skill that ensures your AI coding agent operates with complete situational awareness by automatically loading relevant project context files.

A comprehensive guide to implementing industry-standard authentication and authorization patterns including JWT, OAuth 2.0, and session management.

A powerful risk evaluation tool for Uniswap that provides independent security audits for swaps, liquidity positions, and bridge operations.

A streamlined cross-chain utility for moving identical tokens between different blockchain networks without the need for swapping.

An automated development assistant for generating production-ready Uniswap V4 hooks, tests, and deployment scripts.








































