← 返回 Skills 市场
762
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scan-opportunities - 安装完成后,直接呼叫该 Skill 的名称或使用
/scan-opportunities触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 762 次。
如何安装 Uniswap Scan Opportunities?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scan-opportunities」即可一键安装,无需额外配置。
Uniswap Scan Opportunities 是免费的吗?
是的,Uniswap Scan Opportunities 完全免费(开源免费),可自由下载、安装和使用。
Uniswap Scan Opportunities 支持哪些平台?
Uniswap Scan Opportunities 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uniswap Scan Opportunities?
由 wpank(@wpank)开发并维护,当前版本 v0.1.0。
推荐 Skills