Uniswap Compare Pools

v0.1.0

Compare all Uniswap pools for a token pair across fee tiers and versions. Use when the user asks which pool is best, wants to compare V3 vs V4, or wants to find the optimal fee tier.

0· 708·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
This skill is internally consistent: it only describes extracting parameters and delegating to a 'pool-researcher' subagent and does not request secrets or local file access. Before installing, verify (1) you trust the pool-researcher subagent (check what RPCs/APIs and credentials it needs), (2) if you follow the README's GitHub install advice inspect that repository for any code you will be running locally, and (3) consider data-privacy implications of sending token addresses or chain selections to any external service the subagent uses.

Like a lobster shell, security has layers — review code before you run it.

latestvk979ncr48hnnf226hh4e0w6whx80xyq5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments