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.
Why use this skill?
Monitor your Uniswap liquidity positions with OpenClaw. Get real-time alerts on range status, fee earnings, and position health for all your LP holdings.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/track-performanceWhat This Skill Does
The track-performance skill is a specialized diagnostic tool designed for OpenClaw AI agents to monitor and evaluate the health of Uniswap Liquidity Provider (LP) positions. It acts as a bridge between the user and complex on-chain liquidity data, providing an intelligent summary of how your capital is performing. Rather than forcing users to manually check multiple interfaces, this skill aggregates data on fee accumulation, impermanent loss (value change), and range status. It leverages the portfolio-analyst subagent to perform deep-dives, ensuring that the insights provided are contextual and actionable. Whether you are a casual liquidity provider or a sophisticated yield farmer, this skill helps you stay informed about when your positions are working for you and when they require manual intervention, such as rebalancing.
Installation
To install this skill, use the following command in your OpenClaw environment:
clawhub install openclaw/skills/skills/wpank/track-performance
Ensure that your OpenClaw agent has been initialized with a valid wallet address, as this skill relies on identifying your specific on-chain footprint to fetch accurate data.
Use Cases
This skill is intended for users managing active Uniswap positions across various chains. Its primary use cases include:
- Daily portfolio check-ins to monitor daily yield.
- Identifying 'Out of Range' positions that have ceased earning fees due to price volatility.
- Assessing the impact of market movements on total position value.
- Identifying opportunities to harvest accumulated fees for compounding or withdrawal.
- Troubleshooting underperforming liquidity pools that may require strategic adjustment.
Example Prompts
- "How are my Uniswap positions doing on Arbitrum today?"
- "Do I have any positions that are out of range or need rebalancing?"
- "Summarize my earnings from all LP positions over the last week."
Tips & Limitations
- Delegation: This skill is a wrapper that delegates to the
portfolio-analyst. It does not perform direct blockchain transactions, making it a safe, read-only tool. - Timing: Because data is fetched from subgraphs and RPC nodes, there may be a slight lag. If a trade just executed, wait a few minutes before requesting a performance summary.
- Actionable Insights: Always interpret 'Action Items' as suggestions. The agent identifies when a position is out of range, but it will not execute trades on your behalf without explicit confirmation. Always review suggested rebalances against your own market thesis before acting.
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-track-performance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
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.
compare-pools
Compare all Uniswap pools for a token pair across fee tiers and versions. Use when the user asks which pool is best, wants to compare V3 vs V4, or wants to find the optimal fee tier.
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.