full-lp-workflow
Full LP workflow from opportunity scanning to position entry. Autonomously finds the best LP opportunity, designs a strategy, assesses risk, executes any needed swaps, enters the position, and reports portfolio impact. Use when user has capital and wants end-to-end LP management. Most complex multi-agent orchestration in the system.
Why use this skill?
Automate your DeFi strategy with the full-lp-workflow skill. Scan, research, risk-assess, and deploy capital into optimal liquidity pools effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/full-lp-workflowWhat This Skill Does
The full-lp-workflow is the most sophisticated multi-agent orchestration skill in the OpenClaw ecosystem. Designed for users who want to maximize their capital efficiency without the headache of manual DeFi management, this skill acts as an autonomous financial analyst and executor. It initiates a complex six-stage pipeline that begins with a broad market scan to identify high-yield liquidity provision (LP) opportunities.
Once a candidate pool is identified, the skill dynamically designs an optimal strategy, performs a rigorous risk assessment to ensure the pool meets safety standards, manages necessary token swaps if the user lacks the required assets, executes the liquidity provision transaction, and delivers a final portfolio impact report. By leveraging the collective intelligence of specialized agents—including the opportunity-scanner, lp-strategist, and portfolio-analyst—it ensures that every step is context-aware and data-driven. Critically, the workflow features built-in pause states for user confirmation, ensuring you never perform a swap or commit capital without explicit oversight. This provides the power of full automation with the safety of manual control.
Installation
To install this skill, run the following command in your terminal or OpenClaw interface:
clawhub install openclaw/skills/skills/wpank/full-lp-workflow
Use Cases
This skill is intended for users seeking a hands-off, end-to-end solution for DeFi yield generation. It is ideal for users with idle capital who want the best available risk-adjusted returns without performing deep technical analysis on pools themselves. It should be used when the goal is to go from a fiat or token balance to a staked LP position in a single session.
Example Prompts
- "I have $20,000 in USDC, scan the market for the best LP opportunity and handle the entry for me."
- "Autonomous LP: find the highest yield pool that matches my risk tolerance and set up the position."
- "I want to put $5,000 to work in Uniswap; please research the best options and guide me through the full entry workflow."
Tips & Limitations
To get the best results, ensure your wallet is connected and adequately funded with the base assets you intend to deploy. While the skill performs robust risk assessment, remember that DeFi involves inherent smart contract risks. The skill is not designed for granular manual control; if you already have a specific pool in mind, use manage-liquidity instead to save time. Finally, if the workflow is interrupted, review the output logs carefully to see which stage was completed and follow the provided recovery suggestions to avoid redundant transaction fees.
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-full-lp-workflow": {
"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.