{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/compare-pools",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=compare-pools",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/compare-pools",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "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."
      },
      {
        "title": "When to Use",
        "body": "Activate when the user asks:\n\n\"Compare ETH/USDC pools\"\n\"Which pool is best for ETH/USDC?\"\n\"V3 vs V4 for this pair\"\n\"Best fee tier for WETH/USDC\"\n\"Which fee tier has the best APY?\"\n\"Compare liquidity across fee tiers\""
      },
      {
        "title": "Parameters",
        "body": "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\""
      },
      {
        "title": "Workflow",
        "body": "Extract parameters from the user's request.\n\n\nDelegate 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.\n\n\nPresent comparison: Format as a comparison table with a clear recommendation."
      },
      {
        "title": "Output Format",
        "body": "Pool Comparison: WETH/USDC (Ethereum)\n\n  | Pool       | Fee    | TVL     | Vol 24h  | APY 7d | Depth 1% | Recommended |\n  | ---------- | ------ | ------- | -------- | ------ | -------- | ----------- |\n  | V3 0.05%   | 5bp    | $332M   | $610M    | 21.3%  | $5M      | Best APY    |\n  | V3 0.30%   | 30bp   | $85M    | $45M     | 8.2%   | $2M      |             |\n  | V3 1.00%   | 100bp  | $12M    | $3M      | 4.1%   | $500K    |             |\n  | V2 0.30%   | 30bp   | $25M    | $8M      | 3.5%   | $1M      |             |\n\n  Recommendation: V3 0.05% pool — highest APY with deepest liquidity."
      },
      {
        "title": "Important Notes",
        "body": "Delegates to pool-researcher — no direct MCP tool calls.\nPools with zero liquidity or no activity are excluded from comparison.\nRanking considers multiple factors: APY, depth, stability, and utilization."
      },
      {
        "title": "Error Handling",
        "body": "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"
      }
    ],
    "body": "Compare Pools\nOverview\n\nCompares 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.\n\nWhen to Use\n\nActivate when the user asks:\n\n\"Compare ETH/USDC pools\"\n\"Which pool is best for ETH/USDC?\"\n\"V3 vs V4 for this pair\"\n\"Best fee tier for WETH/USDC\"\n\"Which fee tier has the best APY?\"\n\"Compare liquidity across fee tiers\"\nParameters\nParameter\tRequired\tDefault\tDescription\ntoken0\tYes\t—\tFirst token name, symbol, or address\ntoken1\tYes\t—\tSecond token name, symbol, or address\nchain\tNo\tAll chains\tChain name or \"all\" for cross-chain comparison\ncompareBy\tNo\tall\tFocus: \"tvl\", \"volume\", \"apy\", or \"all\"\nWorkflow\n\nExtract parameters from the user's request.\n\nDelegate 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.\n\nPresent comparison: Format as a comparison table with a clear recommendation.\n\nOutput Format\nPool Comparison: WETH/USDC (Ethereum)\n\n  | Pool       | Fee    | TVL     | Vol 24h  | APY 7d | Depth 1% | Recommended |\n  | ---------- | ------ | ------- | -------- | ------ | -------- | ----------- |\n  | V3 0.05%   | 5bp    | $332M   | $610M    | 21.3%  | $5M      | Best APY    |\n  | V3 0.30%   | 30bp   | $85M    | $45M     | 8.2%   | $2M      |             |\n  | V3 1.00%   | 100bp  | $12M    | $3M      | 4.1%   | $500K    |             |\n  | V2 0.30%   | 30bp   | $25M    | $8M      | 3.5%   | $1M      |             |\n\n  Recommendation: V3 0.05% pool — highest APY with deepest liquidity.\n\nImportant Notes\nDelegates to pool-researcher — no direct MCP tool calls.\nPools with zero liquidity or no activity are excluded from comparison.\nRanking considers multiple factors: APY, depth, stability, and utilization.\nError Handling\nError\tUser-Facing Message\tSuggested Action\nNo pools found\t\"No active pools found for X/Y.\"\tCheck token names or try another chain\nSingle pool only\t\"Only one pool exists for X/Y.\"\tShows single pool analysis instead"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wpank/compare-pools",
    "publisherUrl": "https://clawhub.ai/wpank/compare-pools",
    "owner": "wpank",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}