ghostbot-aclm
GhostBot ACLM — AI-powered Automated Concentrated Liquidity Manager for Uniswap v4. Manage liquidity positions, auto-rebalance out-of-range positions, optimize LP fees dynamically, execute limit orders (stop-loss, take-profit), and monitor oracle signals — all from chat. Deployed on Ethereum Sepolia with verified contracts. Use this skill when users ask about DeFi liquidity provision, Uniswap v4 hooks, pool management, LP positions, impermanent loss, or automated market making.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aqiljaafree/ghostbot-uniswap-v4hooks-testnetWhat This Skill Does
GhostBot ACLM is an advanced AI-powered Automated Concentrated Liquidity Manager designed specifically for the Uniswap v4 ecosystem. It bridges the gap between complex on-chain liquidity management and intuitive chat-based interaction. Unlike traditional static liquidity provision, GhostBot utilizes a sophisticated off-chain analysis engine that monitors market conditions every 60 seconds. When price volatility is detected, the bot automatically executes rebalancing strategies to keep your LP positions within optimal ranges, thereby mitigating impermanent loss and maximizing fee capture. The system integrates directly with the Uniswap v4 PoolManager on the Ethereum Sepolia testnet, providing native support for dynamic fees, automated limit orders, and signal-based range adjustments.
Installation
To integrate GhostBot into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aqiljaafree/ghostbot-uniswap-v4hooks-testnet
Post-installation, you must navigate to the skill directory to set up dependencies:
cd ~/.openclaw/workspace/skills/ghostbot-aclm/scripts && npm install
Ensure you are using Node.js 18 or higher. If you wish to use your own wallet for executing transactions rather than the default demo wallet, configure your environment variables by exporting your RPC_URL and DEPLOYER_PRIVATE_KEY.
Use Cases
- Proactive LP Management: Ideal for liquidity providers who want to automate their Uniswap v4 positions without constant manual monitoring.
- Stop-Loss and Take-Profit: Set automated price triggers to exit or adjust positions when specific market conditions are met.
- Volatility Hedging: Use the Oracle signal system to automatically shrink or widen price ranges based on real-time market noise and confidence scores.
- Testing DeFi Strategies: Experiment with Uniswap v4 hooks in a sandboxed, risk-managed environment using the Sepolia testnet deployment.
Example Prompts
- "GhostBot, analyze the current market for GBB/GBA and rebalance my liquidity position to the current tick range."
- "Set a stop-loss order for my current LP position at 0.95 price level to protect against further downside."
- "What is the current fee yield for my positions, and should I adjust my range based on recent volatility?"
Tips & Limitations
- Heartbeat Latency: The system operates on a 60-second heartbeat. Do not expect microsecond-level high-frequency trading execution.
- Testnet Focus: This skill is currently configured for Ethereum Sepolia. Ensure your wallet is funded with Sepolia ETH for gas fees.
- Oracle Dependency: The efficiency of the rebalancing is dependent on the Signal Bridge oracle contract; ensure consistent network connectivity for the background analysis service.
- Risk Awareness: Automated Liquidity Management still carries inherent risks of impermanent loss in highly volatile markets despite the automated safety features.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aqiljaafree-ghostbot-uniswap-v4hooks-testnet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, code-execution