← 返回 Skills 市场
733
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install track-performance
功能描述
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.
安全使用建议
This skill seems to do what it says, but it implicitly expects access to a configured wallet/private key even though it doesn't declare required environment variables. Before installing or using it: 1) Ask what the 'portfolio-analyst' subagent does and whether it requires a PRIVATE_KEY or will perform on-chain transactions. 2) Never paste or store your private key into a third-party skill; prefer providing a read-only wallet address for analysis, or use an RPC/subgraph API that only requires public data. 3) If the skill (or portfolio-analyst) requests env vars like PRIVATE_KEY, decline unless you fully trust the code and can audit it; prefer solutions that use a hardware wallet or read-only view keys. 4) If you plan to follow the README's npx/install commands, treat that as a separate trust decision — inspect the remote repo first. 5) Ask the skill author to explicitly list any required env vars and to confirm that analysis will be read-only (no private key transmission or transactions).
功能分析
Type: OpenClaw Skill
Name: track-performance
Version: 0.1.0
The skill bundle is benign. Its primary function, as described in SKILL.md, is to delegate performance tracking of Uniswap LP positions entirely to a `portfolio-analyst` subagent, as explicitly stated in `allowed-tools: [Task(subagent_type:portfolio-analyst)]` and reinforced in the 'Important Notes'. There are no direct execution commands, file system access, network calls, or attempts at data exfiltration within this skill's definition. The SKILL.md instructions for the AI agent are clear, aligned with the stated purpose, and do not contain any prompt injection attempts to subvert the agent's behavior. Installation instructions in README.md are standard for the platform and point to the skill's own repository.
能力评估
Purpose & Capability
Name and description match the instructions: the skill is only for checking Uniswap LP positions and delegates the actual checks to a portfolio-analyst subagent. There are no unrelated binaries, services, or capabilities requested in the skill itself.
Instruction Scope
SKILL.md limits runtime actions to extracting parameters and invoking Task(subagent_type:portfolio-analyst). However the doc also references wallet configuration and PRIVATE_KEY in the Error Handling section, which expands the scope (access to wallet credentials) without specifying how those credentials are used, stored, or transmitted. The delegation is vague about what data is forwarded to the subagent and whether any external endpoints are contacted.
Install Mechanism
This is instruction-only (no install spec, no code files), which is low-risk. README contains example npx/clawhub install commands pointing to an external GitHub path — those are documentation-only in the package, not an execution/install spec in the skill registry. If you follow those README install commands, they would pull code from an external repo (not part of the runtime spec here), so treat them as separate trust decisions.
Credentials
The skill declares no required env vars, yet SKILL.md advises setting WALLET_TYPE and PRIVATE_KEY in Error Handling. That is a mismatch: the skill implicitly expects sensitive wallet credentials but does not declare them as required nor explain why they are needed. Delegating to a subagent that likely needs wallet access raises risk of private-key exposure or unauthorized transactions unless the subagent is explicitly read-only and trustworthy.
Persistence & Privilege
always: false (no forced inclusion). The skill does not request to persist or modify other skills or system-wide settings in its instructions. Autonomous invocation is allowed by platform default (not a unique concern here).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install track-performance - 安装完成后,直接呼叫该 Skill 的名称或使用
/track-performance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
track-performance 0.1.0 — Initial release
- Introduces skill to track Uniswap LP position performance over time.
- Identifies positions needing attention, out of range, or with uncollected fees.
- Delegates all analysis to the portfolio-analyst agent.
- Supports flexible filters: wallet, chain, and time window.
- Formats output as actionable performance summaries and alerts.
元数据
常见问题
Uniswap Track Performance 是什么?
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 733 次。
如何安装 Uniswap Track Performance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install track-performance」即可一键安装,无需额外配置。
Uniswap Track Performance 是免费的吗?
是的,Uniswap Track Performance 完全免费(开源免费),可自由下载、安装和使用。
Uniswap Track Performance 支持哪些平台?
Uniswap Track Performance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uniswap Track Performance?
由 wpank(@wpank)开发并维护,当前版本 v0.1.0。
推荐 Skills