← Back to Skills Marketplace
862
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install uniswap-swap-simulation
Description
Simulate and analyze Uniswap swaps including price impact, slippage, optimal routing, and gas estimation. Use when the user asks about swap execution, routing, price impact, or MEV considerations.
Usage Guidance
This skill appears to be what it says: a Uniswap swap-simulation guide. Before installing or using it, verify the source URL (the README references a GitHub path) and ensure you do not supply private keys to the skill. You will need an Ethereum RPC endpoint (and optionally private RPC/Flashbots credentials) to run live simulations — those credentials are not declared by the skill, so supply them only to trusted tooling. If you plan to install via the provided npx commands, inspect that remote repo first to confirm there are no unexpected install scripts. If you only need offline guidance or the math examples, no credentials are required.
Capability Analysis
Type: OpenClaw Skill
Name: uniswap-swap-simulation
Version: 0.1.0
The skill bundle is designed for simulating Uniswap swaps, analyzing price impact, slippage, routing, and gas estimation. The `SKILL.md` provides technical instructions and `viem` code snippets for read-only blockchain interactions (e.g., `readContract` on a QuoterV2 contract). There is no evidence of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the agent. All content aligns with the stated purpose and uses standard, non-harmful operations.
Capability Assessment
Purpose & Capability
Name/description (Uniswap swap simulation) matches the SKILL.md content: examples of using the Quoter contract, price impact/slippage calculations, routing and gas estimates. Nothing requested is unrelated to on-chain swap simulation.
Instruction Scope
The SKILL.md stays on-topic and only describes reading on-chain data (Quoter reads, pricing math, routing). It recommends using private RPCs / Flashbots for execution considerations, but it does not instruct reading unrelated system files or environment secrets. One omission: it presumes a web3/RPC client (viem + an RPC URL) but does not document how/where to provide that RPC endpoint or credentials.
Install Mechanism
Instruction-only skill (no install spec, no code files to execute). README shows suggested install commands that fetch the skill from a GitHub path or a registry, which is typical; the skill itself will not download or run arbitrary archives.
Credentials
The skill declares no required environment variables or credentials, which is proportional. Practically, users will need an RPC endpoint (and optionally private RPC/Flashbots credentials) to run live queries — these are not declared. The skill does not request private keys or unrelated cloud credentials.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It does not request persistent system-level privileges, does not modify other skills' configs, and does not demand permanent presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uniswap-swap-simulation - After installation, invoke the skill by name or use
/uniswap-swap-simulation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Uniswap Swap Simulation skill.
- Simulate Uniswap swaps using Quoter contract, including v3 multi-hop routing.
- Analyze price impact and slippage with code examples for calculation.
- Guide on optimal routing and encoding multi-hop paths.
- Provide gas estimation advice for swaps of varying complexity.
- Offer MEV (Miner Extractable Value) considerations and recommendations for secure execution.
Metadata
Frequently Asked Questions
What is Uniswap Swap Simulation?
Simulate and analyze Uniswap swaps including price impact, slippage, optimal routing, and gas estimation. Use when the user asks about swap execution, routing, price impact, or MEV considerations. It is an AI Agent Skill for Claude Code / OpenClaw, with 862 downloads so far.
How do I install Uniswap Swap Simulation?
Run "/install uniswap-swap-simulation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uniswap Swap Simulation free?
Yes, Uniswap Swap Simulation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Uniswap Swap Simulation support?
Uniswap Swap Simulation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uniswap Swap Simulation?
It is built and maintained by wpank (@wpank); the current version is v0.1.0.
More Skills