okx-dex-swap

Execute aggregated multi-chain DEX token swaps with safety checks.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill okx-dex-swap-tsin418
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-dex-swap
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/okx-dex-swap
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill okx-dex-swap-tsin418

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps users execute multi-chain token swaps through an aggregated DEX routing flow when the swap venue is not explicitly named.

Core Features & Use Cases

  • Smart DApp re-routing: Detects user prompts that name specific protocols and hands execution to the protocol-specific skill instead of running aggregated routing.
  • End-to-end swap workflow: Handles quote, token address resolution, approval (when required), and one-shot execution or calldata-only output.
  • Safety and execution guardrails: Applies honeypot/tax/price-impact checks, controls slippage and confirmation gates, and integrates MEV protection rules where applicable.
  • Cross-chain support: Works across EVM and non-EVM chains using native token address conventions and chain name resolution.

Quick Start

Ask to execute: "Swap 1 ETH for USDC on the fastest available chain using my connected wallet."

Frequently Asked Questions about okx-dex-swap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a multi-chain DEX swap with MEV protection?

To execute a multi-chain DEX swap with MEV protection, request a token exchange and the system handles quoting, token address resolution, and one-shot broadcast execution while applying MEV rules and strict risk controls.

What's the best way to find an aggregated token swap route across EVM and non-EVM chains?

Finding an aggregated token swap route across EVM and non-EVM chains requires resolving token addresses and chain names, then quoting across supported venues to return the fastest available execution path.

How does this DEX swap workflow handle token approvals and slippage control?

The DEX swap workflow handles token approvals by checking requirements before execution and applies slippage control by enforcing configurable limits and confirmation gates during the one-shot broadcast.

Do I need a connected wallet to get calldata-only swap output?

You do not need a connected wallet for calldata-only swap output, as the system can generate execution calldata without broadcasting, but a wallet is required for one-shot broadcast execution.

What risk checks are applied during onchain execution to prevent honeypot and price impact losses?

Risk checks applied during onchain execution include mandatory honeypot detection, price impact analysis, and tax validations to prevent losses before generating swap quotes or broadcasting transactions.

When should I use an aggregated DEX routing flow instead of a protocol-specific swap skill?

You should use an aggregated DEX routing flow when the swap venue is not explicitly named, as the smart DApp re-routing feature automatically directs named protocol prompts to their specific skills.