Uniswap Scan Opportunities

Scan for LP opportunities, arbitrage, and high-yield pools across all Uniswap deployments. Use when the user asks about the best opportunities, high-yield pools, or arbitrage.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 588 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description match the SKILL.md workflow: it scans Uniswap deployments for LP/arb opportunities and delegates the actual work to an opportunity-scanner subagent. The declared purpose fits the instructions.
Instruction Scope
Instructions are narrowly scoped (extract params, invoke Task(subagent_type:opportunity-scanner), format results). They do not instruct the agent to read local files, environment variables, or unrelated system state. However, the skill gives the opportunity-scanner broad operational responsibility (scanning chains, accessing pool data), so the true scope depends entirely on that subagent's behavior.
Install Mechanism
This is instruction-only (no install spec, no code files). README mentions how to install from a GitHub URL or via clawhub, but the registry has no install block — low immediate disk/write risk from the skill itself.
!
Credentials
The skill declares no required env vars or credentials. Realistically, chain scanning typically requires RPC endpoints, TheGraph endpoints, or API keys; none are declared. This mismatch is notable: either the platform provides those implicitly to the subagent, or the subagent will require/obtain credentials at runtime (which is not surfaced here).
Persistence & Privilege
The skill is not always:true, doesn't request system config or files, and has no install steps. It can be invoked autonomously (platform default), but there is no sign it requests persistent elevated privileges.
What to consider before installing
This skill is mostly a thin wrapper that hands work off to an 'opportunity-scanner' subagent. Before installing or enabling it, ask/verify: (1) Where does the opportunity-scanner run (local, hosted, third party)? (2) How does it access blockchain data — does it require RPC URLs, API keys, or TheGraph endpoints? Are those keys requested or stored, and by whom? (3) Review the subagent's code or repository to confirm it does not exfiltrate keys or request private wallet keys; never provide private keys or wallet seed phrases. (4) If you plan to act on results (execute trades), use a separate audited tool and do not give this skill any signing credentials. (5) Prefer installing from an official repository/owner you trust; the registry metadata lists no homepage/owner info. If you cannot audit the subagent or confirm how chain data access is provisioned, treat the skill as higher risk and avoid granting secrets or automated execution rights.

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

Current versionv0.1.0
Download zip
latestvk97ategqdkex14dbz0e42ams8h80xxd9

License

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

SKILL.md

Scan Opportunities

Overview

Scans across all Uniswap deployments for LP opportunities, price discrepancies, and high-yield pools. Delegates to the opportunity-scanner agent which analyzes pools, compares prices, and evaluates emerging opportunities.

When to Use

Activate when the user asks:

  • "Find best LP opportunities"
  • "Any arbitrage opportunities?"
  • "Show me high-yield pools"
  • "New pools with good volume"
  • "Where should I LP?"
  • "What are the best opportunities right now?"

Parameters

ParameterRequiredDefaultDescription
typeNoall"lp", "arb", "new-pools", or "all"
chainsNoAll chainsSpecific chains or "all"
riskToleranceNomoderate"conservative", "moderate", "aggressive"
minTvlNo$50,000Minimum TVL filter for pool consideration

Workflow

  1. Extract parameters from the user's request: identify opportunity type, chain filter, risk tolerance, and minimum TVL.

  2. Delegate to opportunity-scanner: Invoke Task(subagent_type:opportunity-scanner) with the parameters. The agent scans LP opportunities (high APY pools), arbitrage opportunities (>0.5% spread after fees), and emerging pools (>100% volume growth in 7d).

  3. Present results: Format as a ranked list of opportunities with risk ratings.

Output Format

Opportunities Found: 5

  1. LP: WETH/USDC 0.05% (Ethereum)
     APY: 21.3% | TVL: $332M | Risk: LOW
     Why: Highest volume-to-TVL ratio on mainnet

  2. LP: ARB/WETH 0.30% (Arbitrum)
     APY: 35.2% | TVL: $12M | Risk: MEDIUM
     Why: Growing volume trend (+45% 7d)

  3. New Pool: AGENT/WETH 0.30% (Base)
     APY: 120%* | TVL: $500K | Risk: HIGH
     Why: New pool with strong early volume (*projected, limited data)

Important Notes

  • All APY figures are historical estimates, not guaranteed returns.
  • High-APY opportunities often carry higher risk (IL, low TVL, new tokens).
  • Each opportunity is risk-rated by the agent's internal risk assessment.
  • Arbitrage opportunities are ephemeral and may disappear before execution.

Error Handling

ErrorUser-Facing MessageSuggested Action
No opportunities found"No opportunities matching your criteria found."Adjust risk tolerance or min TVL
Chain unreachable"Could not scan [chain]. Data may be incomplete."Try again or narrow chain scope

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…