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

### Overview

Provides a detailed analysis of a specific Uniswap pool by delegating to the pool-researcher agent. Returns TVL, volume, fee APY, liquidity depth, concentration metrics, and risk factors.

### When to Use

Activate when the user asks:

"Analyze the ETH/USDC pool"
"What's the TVL of X/Y pool?"
"How much volume does the WETH/USDC pool do?"
"What's the fee APY for ETH/USDC?"
"Is this pool good for LPing?"
"Pool info for ETH/USDC on Base"
"How deep is the liquidity in this pool?"

### Parameters

ParameterRequiredDefaultDescriptiontoken0Yes—First token name, symbol, or addresstoken1Yes—Second token name, symbol, or addresschainNoethereumChain name (ethereum, base, arbitrum, etc.)feeTierNoAuto-detectFee tier (e.g., "0.05%", "30bp", "3000")versionNoAuto-detectProtocol version: "v2", "v3", or "v4"

### Workflow

Extract parameters from the user's request: identify token0, token1, chain, fee tier, and version.


Delegate to pool-researcher: Invoke Task(subagent_type:pool-researcher) with the extracted parameters. The pool-researcher will gather on-chain data, calculate metrics, and produce a structured report.


Present results: Format the pool-researcher's report into a user-friendly summary covering:

Pool identification (address, version, fee tier)
Current state (price, TVL, liquidity)
Performance (fee APY 7d/30d, volume 24h/7d, utilization)
Liquidity depth (trade size at < 1% impact)
Risk factors (if any)

### Output Format

Present a clean summary:

Pool Analysis: WETH/USDC 0.05% (V3, Ethereum)

  Address: 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640
  TVL:     $332M
  Price:   $1,963.52

  Performance:
    Fee APY (7d):  21.3%
    Fee APY (30d): 6.65%
    Volume (24h):  $610M
    Utilization:   1.84x

  Liquidity Depth:
    1% impact: $5M trade size
    5% impact: $25M trade size
    Concentration: 78.5% within ±2% of price

  Risk Factors: None identified

### Important Notes

This skill delegates entirely to the pool-researcher agent — it does not call MCP tools directly.
If the pool doesn't exist, the agent will report this clearly.
Fee APY is historical (not guaranteed). The output distinguishes realized vs projected APY.

### Error Handling

ErrorUser-Facing MessageSuggested ActionPool not found"No pool found for X/Y on this chain."Try different fee tier or chainToken not recognized"Could not resolve token X."Provide contract addressInsufficient data"Limited data available for this pool."Pool may be too new
## 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:18:01.037Z
- Expires at: 2026-05-07T09:18:01.037Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/analyze-pool)
- [Send to Agent page](https://openagent3.xyz/skills/analyze-pool/agent)
- [JSON manifest](https://openagent3.xyz/skills/analyze-pool/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/analyze-pool/agent.md)
- [Download page](https://openagent3.xyz/downloads/analyze-pool)