# Send Uniswap Compare Pools 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": "compare-pools",
    "name": "Uniswap Compare Pools",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/wpank/compare-pools",
    "canonicalUrl": "https://clawhub.ai/wpank/compare-pools",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/compare-pools",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=compare-pools",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "compare-pools",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:19:39.765Z",
      "expiresAt": "2026-05-07T09:19:39.765Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=compare-pools",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=compare-pools",
        "contentDisposition": "attachment; filename=\"compare-pools-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "compare-pools"
      },
      "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/compare-pools"
    },
    "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/compare-pools",
    "downloadUrl": "https://openagent3.xyz/downloads/compare-pools",
    "agentUrl": "https://openagent3.xyz/skills/compare-pools/agent",
    "manifestUrl": "https://openagent3.xyz/skills/compare-pools/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/compare-pools/agent.md"
  }
}
```
## Documentation

### Overview

Compares all available Uniswap pools for a token pair across fee tiers (1bp, 5bp, 30bp, 100bp) and protocol versions (V2, V3, V4). Delegates to pool-researcher in comparison mode to rank pools by APY, liquidity depth, and utilization.

### When to Use

Activate when the user asks:

"Compare ETH/USDC pools"
"Which pool is best for ETH/USDC?"
"V3 vs V4 for this pair"
"Best fee tier for WETH/USDC"
"Which fee tier has the best APY?"
"Compare liquidity across fee tiers"

### Parameters

ParameterRequiredDefaultDescriptiontoken0Yes—First token name, symbol, or addresstoken1Yes—Second token name, symbol, or addresschainNoAll chainsChain name or "all" for cross-chain comparisoncompareByNoallFocus: "tvl", "volume", "apy", or "all"

### Workflow

Extract parameters from the user's request.


Delegate to pool-researcher: Invoke Task(subagent_type:pool-researcher) asking for a comparison of all pools for the token pair. The agent will discover pools across fee tiers and versions, gather data for each, and rank them.


Present comparison: Format as a comparison table with a clear recommendation.

### Output Format

Pool Comparison: WETH/USDC (Ethereum)

  | Pool       | Fee    | TVL     | Vol 24h  | APY 7d | Depth 1% | Recommended |
  | ---------- | ------ | ------- | -------- | ------ | -------- | ----------- |
  | V3 0.05%   | 5bp    | $332M   | $610M    | 21.3%  | $5M      | Best APY    |
  | V3 0.30%   | 30bp   | $85M    | $45M     | 8.2%   | $2M      |             |
  | V3 1.00%   | 100bp  | $12M    | $3M      | 4.1%   | $500K    |             |
  | V2 0.30%   | 30bp   | $25M    | $8M      | 3.5%   | $1M      |             |

  Recommendation: V3 0.05% pool — highest APY with deepest liquidity.

### Important Notes

Delegates to pool-researcher — no direct MCP tool calls.
Pools with zero liquidity or no activity are excluded from comparison.
Ranking considers multiple factors: APY, depth, stability, and utilization.

### Error Handling

ErrorUser-Facing MessageSuggested ActionNo pools found"No active pools found for X/Y."Check token names or try another chainSingle pool only"Only one pool exists for X/Y."Shows single pool analysis instead
## 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-30T09:19:39.765Z
- Expires at: 2026-05-07T09:19:39.765Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/compare-pools)
- [Send to Agent page](https://openagent3.xyz/skills/compare-pools/agent)
- [JSON manifest](https://openagent3.xyz/skills/compare-pools/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/compare-pools/agent.md)
- [Download page](https://openagent3.xyz/downloads/compare-pools)