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
ui-ux-pro-max
Searchable UI/UX design databases: 50+ styles, 97 palettes, 57 font pairings, 99 UX rules, 25 chart types. CLI generates design systems from natural language. Data-driven complement to ui-design.
web-design
CSS implementation patterns for layout, typography, color, spacing, and responsive design. Complements ui-design (fundamentals) with code-focused examples.
workflow-patterns
Systematic task implementation using TDD, phase checkpoints, and structured commits. Ensures quality through red-green-refactor cycles, 80% coverage gates, and verification protocols before proceeding.
websocket-hub-patterns
Horizontally-scalable WebSocket hub pattern with lazy Redis subscriptions, connection registry, and graceful shutdown. Use when building real-time WebSocket servers that scale across multiple instances. Triggers on WebSocket hub, WebSocket scaling, connection registry, Redis WebSocket, real-time gateway, horizontal scaling.
uniswap-pool-analysis
Analyze Uniswap pool data including liquidity distribution, fee tiers, tick ranges, and TVL. Use when the user asks about pool metrics, liquidity analysis, or wants to query on-chain pool state.