← 返回 Skills 市场
wpank

Uniswap Rebalance Position

作者 wpank · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
752
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install rebalance-position
功能描述
Rebalance an out-of-range Uniswap V3/V4 LP position by closing the old position and opening a new one centered on the current price. Handles fee collection, removal, range calculation, and re-entry in a single workflow. Use when a position is out of range and needs adjustment.
安全使用建议
This skill appears to implement a plausible Uniswap V3/V4 rebalance workflow, but before installing or using it verify the following: (1) How and where are on‑chain transactions signed? Ask which signer/wallet (platform-managed wallet, hardware wallet, or private key) the 'liquidity-manager' will use and whether it requires explicit user approval for each tx. (2) Inspect the 'liquidity-manager' and any referenced 'safety-guardian' components (source code or platform permission descriptions). Do not provide private keys or secrets directly; prefer a signer that asks for user confirmation. (3) Confirm the provenance of the skill: README points to a GitHub repo but the registry shows no source — review that repo before running any install command. (4) If you expect this skill to act only on read-only data, demand explicit docs proving it will never sign transactions without an interactive approval. If you cannot verify these points, treat the skill as risky and avoid delegating wallet access to it.
功能分析
Type: OpenClaw Skill Name: rebalance-position Version: 0.1.0 The skill is designed to rebalance Uniswap V3/V4 LP positions, which involves high-value, irreversible financial operations. However, the `SKILL.md` explicitly instructs the AI agent to always present a detailed plan to the user and obtain explicit confirmation before executing any transactions. It also delegates the execution to a `liquidity-manager` subagent, which is stated to be validated by a `safety-guardian`. There is no evidence of prompt injection attempting to bypass user consent, exfiltrate data, execute arbitrary commands, or establish persistence. The instructions are transparent and align with the stated purpose, emphasizing user control and safety mechanisms.
能力评估
Purpose & Capability
Name/description and the SKILL.md workflow are consistent: the skill reads Uniswap positions, calculates ranges, and performs fee-collection/removal/add operations. However README suggests an external GitHub install URL while the registry metadata lists 'source: unknown' and there is no install spec — an inconsistency the user should verify. The skill depends on a 'liquidity-manager' subagent (declared in allowed-tools) which plausibly implements transaction capabilities needed for the stated purpose.
Instruction Scope
SKILL.md explicitly instructs fee collection, approval of tokens, removal of liquidity, and adding a new position — all actions that require on‑chain transactions and signing. It delegates execution to a 'liquidity-manager' subagent but does not enumerate how approvals/signatures are obtained, where signing occurs, or what confirmation flow exists. It also references a 'safety-guardian' validator in execution steps, but 'safety-guardian' is not listed in allowed-tools — a mismatch that could hide an unchecked step or missing guard.
Install Mechanism
This is instruction-only (no install spec, no code files) so it doesn't drop code to disk. That is lower installation risk. That said, README includes explicit npx install commands pointing to a GitHub repo (https://github.com/wpank/Agentic-Uniswap/...), which contradicts the registry's 'no install' status; if you follow those instructions you will download external code — inspect that repo before running.
Credentials
The skill declares no required environment variables or credentials, yet its execution requires ability to sign/send transactions and approve tokens. The allowed 'liquidity-manager' subagent likely needs RPC endpoints, signer/private key access, or platform wallet permissions; none of this is documented. Absence of declared credentials is disproportionate to the described actions and creates ambiguity about where sensitive keys live and what will be used to sign txs.
Persistence & Privilege
always is false and there is no install or persistence. The skill does allow autonomous invocation per platform defaults, but that is normal. There is no evidence it modifies other skills or requests permanent system presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rebalance-position
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rebalance-position 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the rebalance-position skill. - Automates the rebalance workflow for out-of-range Uniswap V3/V4 LP positions: collects fees, closes the old position, calculates a new range, and opens a new one. - Provides full pre-rebalance analysis and cost/benefit estimates before executing. - Suggests optimal liquidity range strategies based on pool/token type and user intent. - Proactively warns against unprofitable or unnecessary rebalances. - Presents clear, user-friendly outputs for both successful rebalances and no-action scenarios.
元数据
Slug rebalance-position
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Uniswap Rebalance Position 是什么?

Rebalance an out-of-range Uniswap V3/V4 LP position by closing the old position and opening a new one centered on the current price. Handles fee collection, removal, range calculation, and re-entry in a single workflow. Use when a position is out of range and needs adjustment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 752 次。

如何安装 Uniswap Rebalance Position?

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

Uniswap Rebalance Position 是免费的吗?

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

Uniswap Rebalance Position 支持哪些平台?

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

谁开发了 Uniswap Rebalance Position?

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

💬 留言讨论