Uniswap Optimize Lp
v0.1.0Get the optimal LP strategy for a token pair — recommends version (V2/V3/V4), fee tier, range width, and rebalance approach based on pair characteristics, historical data, and risk tolerance. Use when the user asks how to LP, what range to use, or which version/fee tier is best.
⭐ 0· 714·3 current·3 all-time
by@wpank
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description align with what the SKILL.md actually does: extract pair/capital/risk params and delegate to an lp-strategist agent to produce LP recommendations. Nothing in the manifest or SKILL.md asks for unrelated capabilities (no cloud keys, no system access).
Instruction Scope
The runtime instructions are narrowly scoped: parameter extraction and delegation to Task(subagent_type:lp-strategist). The only caveat is that the heavy work is done by subagents (lp-strategist -> pool-researcher, risk-assessor). Those subagents may fetch on-chain data or call external APIs; the SKILL.md itself does not request extra files/env or instruct reading local files, but you should verify the subagents' behaviors and data sources before trusting outputs.
Install Mechanism
No install spec and no code files (instruction-only) — low install risk. README shows example npx install commands that fetch a GitHub path; if you choose to run those, inspect the remote repo before executing network installs. The packaged skill here does not download or extract binaries.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a read-only recommendation skill. Note: executing trades or adding liquidity would require separate skills (manage-liquidity) that will need wallet keys — this skill explicitly states it does not execute.
Persistence & Privilege
always:false and no special privileges requested. Autonomous invocation is allowed (platform default) but the skill itself does not request permanent presence or modify other skills' configs.
Assessment
This skill is internally consistent: it only produces strategy recommendations and delegates analysis to an lp-strategist subagent. Before installing or using it, verify the following: (1) inspect the lp-strategist / pool-researcher / risk-assessor implementations or ask the author where they fetch on-chain data (which RPC providers or APIs) and whether any API keys or third-party services are used; (2) never supply private keys or wallet secrets to this skill — execution requires a separate manage-liquidity skill that will need explicit authorization; (3) if you use the README's npx/GitHub install command, review the remote repository contents before running network install commands; (4) treat recommendations as informational — confirm calculations independently before committing funds.Like a lobster shell, security has layers — review code before you run it.
latestvk97fgp82nm7q95n16njsfbmff580xsw3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
