← Back to Skills Marketplace
wpank

Uniswap Scan Opportunities

by wpank · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
762
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scan-opportunities
Description
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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: scan-opportunities Version: 0.1.0 The skill bundle appears benign. The `SKILL.md` clearly defines the purpose of scanning for DeFi opportunities and delegates to a specified `opportunity-scanner` subagent using `Task(subagent_type:opportunity-scanner)`. There are no instructions for the agent to perform unauthorized actions, exfiltrate data, execute arbitrary commands, or engage in prompt injection against itself. The `_meta.json` and `README.md` files contain only standard metadata and installation instructions, respectively, without any malicious indicators.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scan-opportunities
  3. After installation, invoke the skill by name or use /scan-opportunities
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of scan-opportunities skill. - Scans all Uniswap deployments for LP, arbitrage, and high-yield pool opportunities. - Supports filters for opportunity type, chain, risk tolerance, and minimum TVL. - Delegates analysis to an opportunity-scanner agent for dynamic results. - Outputs a ranked list with APY, TVL, chain, and agent-generated risk ratings. - Includes detailed usage, parameter options, and error handling instructions.
Metadata
Slug scan-opportunities
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 762 downloads so far.

How do I install Uniswap Scan Opportunities?

Run "/install scan-opportunities" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Uniswap Scan Opportunities free?

Yes, Uniswap Scan Opportunities is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Uniswap Scan Opportunities support?

Uniswap Scan Opportunities is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Uniswap Scan Opportunities?

It is built and maintained by wpank (@wpank); the current version is v0.1.0.

💬 Comments