A specialized skill for executing gasless, MEV-protected limit orders via UniswapX Dutch auctions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install submit-limit-order
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 submit-limit-order 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 enables AI agents to interact with the UniswapX protocol to submit Dutch auction limit orders. By utilizing Openclaw Skills, developers can provide users with a sophisticated trading experience where orders decay toward a market price, ensuring optimal execution without the need for upfront gas fees. The skill handles the complexities of MEV protection and price discovery automatically.
Built for the next generation of DeFi agents, this skill streamlines the process of setting specific buy or sell targets. It leverages Model Context Protocol (MCP) tools to validate token safety, fetch live quotes, and track order fulfillment status in real-time, making it an essential component for any trading-focused agentic workflow.
To enable this within your Openclaw Skills configuration, ensure the Uniswap MCP server is correctly installed and authenticated.
# Install the necessary MCP server dependency
npm install @uniswap/mcp-server
# Configure your environment variables for the trade-executor subagent
EXPORT WALLET_PRIVATE_KEY=your_key_here
EXPORT RPC_URL=your_provider_url
The skill utilizes a structured data format to track the lifecycle of an auction. Below is the metadata taxonomy used during execution:
| Attribute | Description | Data Type |
|---|---|---|
tokenIn/Out |
The ERC20 addresses for the trade pair | Address |
limitPrice |
The minimum/maximum price threshold for execution | Decimal |
orderType |
The auction strategy (typically dutch or priority) | String |
orderHash |
The unique identifier for the off-chain order signature | HexString |
safetyStatus |
Verification result from the token allowlist check | Boolean |
Loading
A robust framework for executing complex implementation plans by dispatching fresh AI subagents for every task with a mandatory two-stage review process.

A high-precision execution framework that dispatches fresh subagents for independent tasks with automated two-stage review cycles.

A comprehensive framework for tracking and optimizing core startup KPIs from Seed through Series A.

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

A robust framework for building production-ready, type-safe component libraries using Tailwind CSS, CVA, and compound component patterns.

A production-tested architecture for Tailwind v4 and shadcn/ui that prevents setup errors and automates theming.








































