安全扫描
OpenClaw
安全
high confidence该技能的声明目的(比较 Uniswap 池)与其指令和要求一致:仅执行指令,不请求凭证,简单委托给池研究者子代理。
评估建议
该技能内部一致:仅描述提取参数并委托给 '池研究者' 子代理,不请求秘密或本地文件访问。安装前,请验证(1)您信任池研究者子代理(检查其需要的 RPC/API 和凭证),(2)如果按照 README 的 GitHub 安装建议,请检查您将在本地运行的代码,(3)考虑发送令牌地址或链选择到任何外部服务的数据隐私影响。...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
ℹ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/2/11
初始发布:快速比较任何令牌对的 Uniswap 池,跨协议版本和费率层。- 按 APY、TVL、交易量和流动性深度比较 Uniswap V2、V3 和 V4 池。- 找到并排名指定令牌对的所有可用池。- 接受可选参数按链或比较指标过滤。- 委托研究和数据收集给池研究者。- 以清晰的比较表格呈现结果,附有建议。- 处理边缘情况,如未找到池或仅有一个活跃池。
● 无害
安装命令 点击复制
官方npx clawhub@latest install compare-pools
镜像加速npx clawhub@latest install compare-pools --registry https://cn.clawhub-mirror.com
技能文档
概览
跨费率层(1bp, 5bp, 30bp, 100bp)和协议版本(V2, V3, V4)比较所有 Uniswap 池。委托池研究者 在比较模式下按 APY、流动性深度和利用率排名池。
使用场景
激活当用户问:- "比较 ETH/USDC 池"
- "哪个池适合 ETH/USDC 最佳?"
- "V3 vs V4 这个对"
- "WETH/USDC 最佳费率层"
- "哪个费率层 APY 最佳?"
- "跨费率层比较流动性"
参数
| 参数 | 必须 | 默认 | 描述 |
|---|---|---|---|
| token0 | 是 | — | 第一个令牌名称、符号或地址 |
| token1 | 是 | — | 第二个令牌名称、符号或地址 |
| chain | 否 | 所有链 | 链名称或 "all" 进行跨链比较 |
| compareBy | 否 | all | 焦点:"tvl"、"volume"、"apy" 或 "all" |
- 提取参数 从用户请求中。
- 委托给池研究者:调用
Task(subagent_type:pool-researcher)请求比较所有池。代理将跨费率层和版本发现池,收集每个池的数据,并排名。 - 呈现比较:格式化为比较表格,附有明确建议。
输出格式
池比较:WETH/USDC (以太坊)
池 费率 TVL 24 小时交易量 7 日 APY 1% 深度 推荐 V3 0.05% 5bp $332M $610M 21.3% $5M 最佳 APY ...
推荐:V3 0.05% 池 — 最高 APY 且流动性最深。
重要注意事项
- 委托给
池研究者— 无直接 MCP 工具调用。 - 排除零流动性或无活动的池。
- 排名考虑多个因素:APY、深度、稳定性和利用率。
错误处理
| 错误 | 用户面向消息 | 建议操作 |
|---|---|---|
| 无池找到 | "X/Y 无活跃池。" | 检查令牌名称或尝试另一个链 |
| 仅一个池 | "X/Y 仅有一个池。" | 显示单个池分析 |
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制