A comprehensive skill for automating the provisioning and security configuration of autonomous trading wallets for Uniswap agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install setup-agent-wallet
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-agent-wallet 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 simplifies the complex process of setting up crypto wallets for autonomous agents operating on Uniswap. It supports three distinct security tiers—Privy for rapid development, Turnkey for production-grade TEE security, and Safe for maximum institutional-grade protection. By automating the full lifecycle from creation to gas funding, it ensures that your Openclaw Skills driven agents are ready for deployment with pre-configured safety policies, including spending limits and token allowlists. Whether you are building in a sandbox or deploying to production, this skill handles the heavy lifting of key management and network initialization.
Ensure your environment variables for the selected provider (Privy, Turnkey, or Safe) are configured in your Openclaw Skills environment.
# Example of initiating the setup via CLI
openclaw run setup-agent-wallet --provider turnkey --chains ethereum,base --spendingLimit "$500/day"
The skill stores configuration details locally and interacts with provider APIs to manage the wallet lifecycle.
| Attribute | Description |
|---|---|
| Address | The public blockchain address of the generated wallet |
| Provider | The service used for key management (Privy, Turnkey, or Safe) |
| Config Path | Path to the saved JSON configuration file: .uniswap/agent-wallet.json |
| Policies | Structured data containing spending limits and token allowlists |
Loading
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.

An autonomous pipeline for analyzing Uniswap TokenJar profitability and executing Firepit burn-and-claim operations.

A comprehensive automation skill for establishing non-custodial dollar-cost averaging strategies on Uniswap with optimized routing and safety guards.

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








































