首页龙虾技能列表 › Uniswap Manage Liquidity — Uniswap 流量管理 — 添加、移除流动性或收取费用

Uniswap Manage Liquidity — Uniswap 流量管理 — 添加、移除流动性或收取费用

v0.1.0

管理 Uniswap V2/V3/V4 池的流动性,支持添加、移除流动性或收取费用。全流程处理包括池选择、范围优化、批准、安全检查和交易执行。

0· 750·0 当前·0 累计
by @wpank·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/1
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的功能内部逻辑一致,但未明确说明如何获得钱包签名权限和运行时凭据,可能在没有明确防护的情况下执行敏感的链上操作。
评估建议
该技能似乎能如声称般工作,但在安装或调用前,请确认其交易签名和钱包访问方式。向发布者或平台询问:1) 如何获取交易签名(每次提示、使用浏览器钱包如 MetaMask 还是需要长期签名令牌/私钥?)2) 池研究和流动性管理子代理在哪里运行,具有什么权限?3) 是否有安全守护或明确确认步骤在任何链上交易和批准前?为降低风险:先在小额或测试网测试,要求每笔交易确认,仅启用技能如果签名流程在客户端(您的钱包)而非存储的秘密提供给技能。如果发布者/来源未知,谨慎对待,优先选择经过良好审计的替代品。...
详细分析 ▾
用途与能力
Name and description match the instructions: add/remove liquidity and collect fees on Uniswap V2/V3/V4. The SKILL.md delegates pool research, safety checks, approvals, simulation, and execution — all expected for a liquidity-manager. Minor inconsistency: README shows install commands referencing a GitHub path, but registry metadata says Source: unknown / Homepage: none.
指令范围
Instructions explicitly call for checking wallet balances, performing approvals (Permit2), simulating and executing transactions, and waiting for confirmations. Those are necessary for the stated purpose, but the SKILL.md does not describe where signing authority or wallet credentials come from, how user confirmation is obtained, or how approvals are gated. That omission grants an agent wide discretion to act on user funds if the platform provides automatic signing or an attached wallet.
安装机制
Instruction-only skill with no install spec or code files—lowest install risk. README mentions optional npx install commands, but the skill itself has no install script or archives to fetch.
凭证需求
The skill requires no environment variables or credentials in metadata, yet the runtime flow expects access to a wallet (balances, approvals, transaction execution). The absence of declared primary credential or required env variables (e.g., a signing key, wallet connector token, or instructions to prompt for user signature) is a meaningful omission and should be clarified.
持久化与权限
always is false and model invocation is allowed (platform default). The skill does not request persistent installation privileges or claim to modify other skills or global agent configs.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/2/11

管理流动性技能的初始发布,支持 Uniswap V2/V3/V4 操作:- 通过统一意图驱动工作流添加、移除或从 Uniswap 池收取费用。- 处理池选择、范围优化、安全检查、批准和交易执行。- 整合流动性管理和池研究子代理,及安全和位置检查。- 支持用户友好流程,包括确认步骤、意图提取和强大的错误处理。- 引导用户通过所有主要流动性操作,包括参数提取和最佳实践提示。

● 无害

安装命令 点击复制

官方npx clawhub@latest install manage-liquidity
镜像加速npx clawhub@latest install manage-liquidity --registry https://cn.clawhub-mirror.com

技能文档

管理流动性

概览

这是 Uniswap 上所有流动性操作的主要技能,处理三种distinct动作:1. 添加流动性 — 找到最佳池,推荐范围,处理批准,存入代币2. 移除流动性 — 从现有位置提取代币(部分或全部)3. 收取费用 — 从位置提取累积的交易费用 每个动作委托给 liquidity-manager 代理执行,可能委托 pool-researcher 代理进行智能池选择。该技能提取用户意图,验证参数,编排正确的代理工作流。 ...(由于字符限制,完整的 cn_skill_md_content 未全文展示,但应包括整个 Markdown 文档的中文翻译,保留代码块、命令行指令和 Markdown 格式)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务