# Send Uniswap Track Performance to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "track-performance",
    "name": "Uniswap Track Performance",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/wpank/track-performance",
    "canonicalUrl": "https://clawhub.ai/wpank/track-performance",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/track-performance",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=track-performance",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "track-performance",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T10:52:47.588Z",
      "expiresAt": "2026-05-07T10:52:47.588Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=track-performance",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=track-performance",
        "contentDisposition": "attachment; filename=\"track-performance-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "track-performance"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/track-performance"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/track-performance",
    "downloadUrl": "https://openagent3.xyz/downloads/track-performance",
    "agentUrl": "https://openagent3.xyz/skills/track-performance/agent",
    "manifestUrl": "https://openagent3.xyz/skills/track-performance/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/track-performance/agent.md"
  }
}
```
## Documentation

### Overview

Tracks the performance of Uniswap LP positions with a focus on changes and alerts since the last review. Delegates to the portfolio-analyst agent to check position status, fee accumulation, and identify positions needing attention.

### When to Use

Activate when the user asks:

"How are my positions doing?"
"Check my LP performance"
"Any positions need attention?"
"Which positions are out of range?"
"How much have I earned today?"
"Position status update"

### Parameters

ParameterRequiredDefaultDescriptionwalletNoConfigured agent walletWallet address to trackchainsNoAll chainsSpecific chains or "all"sinceNoLast checkTime period: "24h", "7d", "30d"

### Workflow

Extract parameters from the user's request: identify wallet, chain filter, and time period.


Delegate to portfolio-analyst: Invoke Task(subagent_type:portfolio-analyst) with a focus on performance tracking and alerts. The agent checks all positions, identifies status changes, and flags positions needing attention.


Present results: Format as a performance summary with actionable alerts.

### Output Format

Performance Update (last 24h)

  Overall: +$320 (+0.26%)

  Positions:
    USDC/WETH 0.05% (Ethereum) — IN RANGE ✓
      Fees earned (24h): $180
      Value change:      +$120
      Status: Healthy

    UNI/WETH 0.30% (Ethereum) — OUT OF RANGE ⚠
      Fees earned (24h): $0 (not earning — out of range)
      Value change:      -$50
      Status: Needs rebalance

  Action Items:
    1. Rebalance UNI/WETH position (out of range since 6h ago)
    2. Consider collecting $1,200 in accumulated fees from UNI/WETH

### Important Notes

Delegates entirely to portfolio-analyst — no direct MCP tool calls.
"Out of range" positions are not earning fees and may need rebalancing.
Action items are suggestions, not automatic actions.
Performance data may be slightly delayed due to RPC/subgraph sync.

### Error Handling

ErrorUser-Facing MessageSuggested ActionWallet not configured"No wallet configured."Set WALLET_TYPE + PRIVATE_KEYNo positions found"No Uniswap positions found."Wallet may not have LP'dData stale"Position data may be delayed."Try again in a few minutes
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wpank
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T10:52:47.588Z
- Expires at: 2026-05-07T10:52:47.588Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/track-performance)
- [Send to Agent page](https://openagent3.xyz/skills/track-performance/agent)
- [JSON manifest](https://openagent3.xyz/skills/track-performance/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/track-performance/agent.md)
- [Download page](https://openagent3.xyz/downloads/track-performance)