A comprehensive tool to launch a local Anvil testnet forking live chains with pre-deployed Uniswap contracts and multi-token funded accounts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install setup-local-testnet
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-local-testnet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The setup-local-testnet skill is a foundational tool within the Openclaw Skills ecosystem designed to accelerate the development of decentralized finance applications. It automates the complex process of setting up a local blockchain environment by spinning up an Anvil instance that forks live networks like Ethereum, Base, or Arbitrum. This allows developers and AI agents to work with real-time liquidity and contract states without the latency or costs associated with public testnets.
By utilizing this specific entry in the Openclaw Skills library, users gain access to a pre-configured sandbox environment. This environment comes with 10,000 ETH and millions in stablecoins (USDC, USDT, DAI) already distributed across test accounts, alongside auto-discovered Uniswap V3 factory and router addresses. It serves as the essential first step for any automated DeFi workflow, providing a zero-gas environment for rigorous testing and simulation.
To use this skill, ensure Foundry is installed on your system. You can install it using the following command:
curl -L https://foundry.paradigm.xyz | bash && foundryup
Once installed, the Openclaw Skills integration will handle the execution of Anvil and port management automatically when the setup command is triggered.
The skill returns a structured data object containing the following technical details:
| Property | Type | Description |
|---|---|---|
| rpc_url | String | The local endpoint for blockchain interactions |
| chain_id | Integer | The local network identifier (typically 31337) |
| accounts | Array | List of addresses, private keys, and initial balances |
| contracts | Object | Registry of deployed Uniswap V3 and Periphery contract addresses |
| pools | Array | List of high-liquidity pools available from the forked state |
Loading
A comprehensive automation skill for establishing non-custodial dollar-cost averaging strategies on Uniswap with optimized routing and safety guards.

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 skill for building accessible, high-performance user interfaces using shadcn/ui, Radix UI, and Tailwind CSS.

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








































