plugins marketplace
← All plugins

dex-aggregator-router

v1.25.0

Find optimal DEX routes for token swaps across multiple exchanges

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/dex-aggregator-router/ inside the repository.

Layout

plugins/crypto/dex-aggregator-router/
├── .claude-plugin/plugin.json
└── skills/routing-dex-trades/SKILL.md

Skills1

routing-dex-tradesskills/routing-dex-trades/SKILL.md

Route trades across multiple DEXs to find optimal prices with minimal slippage and gas costs. Use when comparing DEX prices, finding optimal swap routes, analyzing price impact, splitting large orders, or assessing MEV risk. Trigger with phrases like "find best swap", "compare DEX prices", "route trade", "optimal swap route", "split order", "DEX aggregator", "check slippage", or "MEV protection".

Manifests1

plugins/crypto/dex-aggregator-router/.claude-plugin/plugin.json
{
  "name": "dex-aggregator-router",
  "version": "1.25.0",
  "description": "Find optimal DEX routes for token swaps across multiple exchanges",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "dex",
    "swap",
    "trading",
    "defi",
    "aggregator",
    "routing"
  ]
}