A comprehensive automation skill for establishing non-custodial dollar-cost averaging strategies on Uniswap with optimized routing and safety guards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install setup-dca
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 setup-dca using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a professional-grade framework for setting up dollar-cost averaging (DCA) strategies directly on Uniswap. It removes the friction of manual trading by automating the entire lifecycle of recurring swaps, including path discovery, approval management, and execution scheduling. By leveraging Openclaw Skills, users can accumulate assets like ETH, BTC, or SOL on a fixed schedule while ensuring they always receive the best possible price through multi-pool routing.
The skill is designed for both developers testing on local networks and traders deploying to production environments like Ethereum, Base, or Arbitrum. It handles the technical complexities of decentralized finance, such as Permit2 approvals and Gelato keeper integrations, making it 10x more efficient than manual trade execution or basic scripting.
To deploy this skill, ensure your environment is configured with the necessary Uniswap MCP tools and a funded wallet. Initial setup can be performed through the command line or via an AI agent interface using Openclaw Skills.
# Ensure your wallet is connected and has gas for approvals
# The agent will automatically handle the following config generation:
# Path: .uniswap/dca-config.json
Users must provide a target asset (e.g., ETH) and an amount per execution (e.g., 100 USDC). The skill will then guide the user through frequency and chain selection.
The skill maintains state through a structured JSON configuration file that tracks the strategy lifecycle and execution history.
| Property | Description |
|---|---|
inputToken |
The source asset being spent (e.g., USDC or USDT). |
targetAsset |
The destination asset being accumulated (e.g., WETH). |
frequency |
The interval between swaps (daily, weekly, monthly). |
nextExecution |
ISO 8601 timestamp for the next scheduled trade. |
keeperMode |
Execution method: self-execute (agent) or gelato (on-chain). |
status |
Current lifecycle state: active, configured, or cancelled. |
route |
Technical details of the optimized Uniswap pool and fee tier. |
Loading
A comprehensive skill for automating the provisioning and security configuration of autonomous trading wallets for Uniswap agents.

A professional framework for creating detailed handoff documents that allow fresh AI agents to resume complex work with zero context loss.

An advanced architectural pattern for building scalable, testable, and high-performance API layers using a strict separation of concerns.

A comprehensive orchestration skill that automates the deployment of financial and identity infrastructure for self-sustaining AI agents.

A comprehensive tool to launch a local Anvil testnet forking live chains with pre-deployed Uniswap contracts and multi-token funded accounts.

A comprehensive skill for building accessible, high-performance user interfaces using shadcn/ui, Radix UI, and Tailwind CSS.








































