Compare token prices across decentralized exchanges — find best rates, lowest slippage, and optimal swap routes using DexScreener and 1inch APIs.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill dex-aggregator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dex Aggregator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-dex-aggregator)More formats (shields.io, HTML) on the badges page.
---
name: DEX Aggregator
description: "Compare token prices across decentralized exchanges — find best rates, lowest slippage, and optimal swap routes using DexScreener and 1inch APIs."
---
# DEX Aggregator
Find the best swap rates across all DEXes.
## How It Works
1. Query multiple DEX APIs simultaneously
2. Compare prices including gas and slippage
3. Recommend optimal routing
4. Show price impact for large trades
## Commands
```bash
bash scripts/dex.sh quote <token_in> <token_out> <amount> [chain]
bash scripts/dex.sh compare <token> [chain]
bash scripts/dex.sh pools <token> [chain]
bash scripts/dex.sh trending [chain]
bash scripts/dex.sh gas [chain]
```
## Supported DEXes
- **Ethereum**: Uniswap V3, SushiSwap, Curve, Balancer
- **BSC**: PancakeSwap, BiSwap
- **Polygon**: QuickSwap, SushiSwap
- **Arbitrum**: Camelot, SushiSwap
- **Base**: Aerodrome, BaseSwap
- **Solana**: Jupiter, Raydium, Orca
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.