An AI-powered hook system for Uniswap v4 that automates liquidity rebalancing and dynamic fee optimization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ghostbot-uniswap-v4hooks-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 ghostbot-uniswap-v4hooks-testnet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GhostBot ACLM is a sophisticated Uniswap v4 hook designed to solve the common pitfalls of concentrated liquidity provision. By leveraging an AI-powered automated manager, it addresses the issue of positions falling out of range and failing to capture fees. This integration within Openclaw Skills allows developers and traders to manage their DeFi positions directly through a chat interface, bridging the gap between off-chain AI analysis and on-chain execution.
The skill provides a seamless way to interact with the Ethereum Sepolia testnet, offering tools for position monitoring, liquidity injection, and real-time market signal processing. By using GhostBot as part of your Openclaw Skills library, you gain access to institutional-grade liquidity management tools including auto-rebalancing, dynamic fee adjustments, and limit order execution without manual intervention.
To get started with this skill, navigate to the scripts directory and install the required dependencies:
cd ~/.openclaw/workspace/skills/ghostbot-aclm/scripts
npm install
You can optionally configure your own RPC provider and wallet by setting environment variables:
export RPC_URL="https://your-sepolia-rpc"
export DEPLOYER_PRIVATE_KEY="0xyour-private-key"
The skill interacts with several data structures on-chain and through local scripts:
| Component | Description |
|---|---|
| Hook State | Tracks the paused status, minimum confidence thresholds, and total order counts. |
| Oracle Signals | Stores position IDs, target tick ranges, confidence scores (0-100), and timestamps. |
| Pool Stats | Tracks cumulative volume, volatility metrics, and the current dynamic fee percentage. |
| Position Metadata | Includes liquidity amounts, tick bounds, and rebalance cooldown history. |
| ERC6909 Shares | Manages internal accounting for liquidity providers within the hook. |
Loading
An AI-powered Uniswap v4 hook system that automates liquidity provision, rebalancing, and fee optimization on Ethereum Sepolia.

A streamlined email integration for Openclaw Skills that enables sending professional text and HTML emails via the Resend API without managing SMTP servers.

A modular terminal-based tool for generating high-quality AI images through the Pollinations.ai API.

A comprehensive system monitoring skill for OpenClaw agents to track server health and performance metrics efficiently.

A high-performance transcription utility that leverages Google's Gemini models to convert audio files into text with zero external dependencies.

A high-performance local speech-to-text utility utilizing Parakeet and Whisper backends for ultra-fast, offline audio transcription.








































