← 返回 Skills 市场
wpank

Uniswap Compare Pools

作者 wpank · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
739
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install compare-pools
功能描述
Compare all Uniswap pools for a token pair across fee tiers and versions. Use when the user asks which pool is best, wants to compare V3 vs V4, or wants to find the optimal fee tier.
使用说明 (SKILL.md)

Compare Pools

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

Parameter Required Default Description
token0 Yes First token name, symbol, or address
token1 Yes Second token name, symbol, or address
chain No All chains Chain name or "all" for cross-chain comparison
compareBy No all Focus: "tvl", "volume", "apy", or "all"

Workflow

  1. Extract parameters from the user's request.

  2. 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.

  3. 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

Error User-Facing Message Suggested Action
No pools found "No active pools found for X/Y." Check token names or try another chain
Single pool only "Only one pool exists for X/Y." Shows single pool analysis instead
安全使用建议
This skill is internally consistent: it only describes extracting parameters and delegating to a 'pool-researcher' subagent and does not request secrets or local file access. Before installing, verify (1) you trust the pool-researcher subagent (check what RPCs/APIs and credentials it needs), (2) if you follow the README's GitHub install advice inspect that repository for any code you will be running locally, and (3) consider data-privacy implications of sending token addresses or chain selections to any external service the subagent uses.
功能分析
Type: OpenClaw Skill Name: compare-pools Version: 0.1.0 The skill 'compare-pools' is benign. It clearly defines its purpose as comparing Uniswap pools and explicitly delegates its core functionality to a 'pool-researcher' subagent via `Task(subagent_type:pool-researcher)` as declared in `SKILL.md`. The skill's instructions do not contain any malicious prompts, attempts at data exfiltration, unauthorized command execution, or persistence mechanisms. It also explicitly states 'no direct MCP tool calls', indicating a controlled execution environment. The installation methods in `README.md` are standard and do not introduce additional risks beyond typical package management.
能力评估
Purpose & Capability
Name and description align with the runtime instructions: the skill compares Uniswap pools across fee tiers and versions. It does not ask for unrelated resources (no cloud creds, no system binaries). The functionality described (APY, depth, utilization) plausibly requires on-chain or market-data access, but that responsibility is delegated to the pool-researcher subagent rather than this skill itself.
Instruction Scope
SKILL.md stays on task: extract parameters, delegate to Task(subagent_type:pool-researcher), and format results. It does not instruct reading local files, environment variables, or sending data to arbitrary external endpoints. Note: the skill assumes the delegated pool-researcher has access to whatever RPC/APIs are needed — you should review that subagent for its own scope and data access.
Install Mechanism
There is no install spec in the registry (instruction-only), which is the lowest-risk model. README includes example npx install commands that reference a GitHub repo; this is informational and not part of the registry install spec. If you choose to install from those external URLs, inspect the referenced repository first.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for an instruction-only delegator. Be aware that the pool-researcher subagent it invokes may require API keys or RPC endpoints — those would be outside this skill's declared requirements and should be examined separately.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent presence or system-wide configuration changes. Autonomous invocation is allowed by default but the skill itself simply delegates a single task to a subagent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install compare-pools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /compare-pools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: quickly compare Uniswap pools for any token pair across protocol versions and fee tiers. - Compares Uniswap V2, V3, and V4 pools by APY, TVL, volume, and liquidity depth. - Finds and ranks all available pools for a specified token pair. - Accepts optional parameters to filter by chain or comparison metric. - Delegates research and data gathering to pool-researcher. - Presents results in a clear comparison table with recommendations. - Handles edge cases such as no found pools or only a single active pool.
元数据
Slug compare-pools
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Uniswap Compare Pools 是什么?

Compare all Uniswap pools for a token pair across fee tiers and versions. Use when the user asks which pool is best, wants to compare V3 vs V4, or wants to find the optimal fee tier. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 739 次。

如何安装 Uniswap Compare Pools?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install compare-pools」即可一键安装,无需额外配置。

Uniswap Compare Pools 是免费的吗?

是的,Uniswap Compare Pools 完全免费(开源免费),可自由下载、安装和使用。

Uniswap Compare Pools 支持哪些平台?

Uniswap Compare Pools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Uniswap Compare Pools?

由 wpank(@wpank)开发并维护,当前版本 v0.1.0。

💬 留言讨论