deploy-agent-token
Deploy an agent token with a Uniswap V4 pool — handles pool creation with configurable hooks (anti-snipe, dynamic fees, revenue share), initial liquidity bootstrapping, LP locking, and post-deployment monitoring. Use when the user wants to launch a token on Uniswap.
Why use this skill?
Automate Uniswap V4 token deployments with custom hooks, liquidity bootstrapping, and LP locking. Ensure secure, professional launches for your AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/deploy-agent-tokenWhat This Skill Does
The deploy-agent-token skill is an automated pipeline designed to bridge the gap between token creation and active liquidity provisioning on Uniswap V4. It removes the technical friction and security risks associated with manual smart contract deployments. By leveraging the token-deployer agent, this skill manages the complex orchestration of pool creation, including the integration of specialized hook contracts like anti-snipe, dynamic fee structures, and automated revenue sharing. It ensures that the lifecycle of a new token—from liquidity seeding and LP token locking to long-term monitoring—is executed securely and optimally.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/wpank/deploy-agent-token
Once installed, ensure your wallet or agent identity is authorized for the target chain, as the skill will require transaction signing permissions for smart contract interactions.
Use Cases
This skill is built for developers and autonomous agents aiming to replicate the deployment success of platforms like Clanker. Use this skill when you need to:
- Bootstrap liquidity for a new agent token efficiently.
- Protect your launch from bots using built-in anti-snipe hooks.
- Implement a sustainable revenue model through protocol-level revenue sharing.
- Automate the locking of LP tokens to provide immediate trust for community members.
- Customize pool economics with dynamic fees suited for specific trading volumes.
Example Prompts
- "Deploy a token for my agent using the address 0xabc123... and seed it with 1M tokens and 5 WETH. Use the anti-snipe and revenue-share hooks."
- "Launch a new pool for my token on Base. Set the target market cap to $100k, lock the LP tokens for 2 years, and enable dynamic fees."
- "I need to deploy my agent token like Clanker. Can you set up the V4 pool, lock liquidity, and configure the anti-snipe protection for 5 blocks?"
Tips & Limitations
- Security: Always verify the
tokenAddressbefore execution. Once a pool is created, the parameters are immutable. - Hooks: Combining too many hooks may increase transaction gas costs during swaps. Prioritize only what is necessary.
- Pricing: If you provide both
initialPriceandtargetMarketCap, the skill will prioritize theinitialPrice. Ensure yourinitialLiquiditymatches your expected valuation to prevent extreme price slippage upon pool initialization.
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-wpank-deploy-agent-token": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.