Install
openclaw skills install crypto-swapLightning-fast crypto swaps. 240+ coins, best rates, done in minutes. Chat, CLI, or web — however you prefer.
openclaw skills install crypto-swapA versatile cryptocurrency swap service powered by LightningEX API with three interaction modes:
Simply talk to perform exchanges:
Exchange & Rates:
Explore:
Order Management:
Cross-chain Swaps:
Prerequisite: Install the CLI tool globally:
npm install -g crypto-swap
Run the CLI:
# Start interactive wizard (default)
crypto-swap
# Show all available commands
crypto-swap --help
# List supported currencies
crypto-swap currencies
# List supported currency-network pairs
crypto-swap pair-list --send USDT --receive USDT
crypto-swap pair-list --send USDT --receive USDT --send-network TRX
# Get pair info
crypto-swap pair --send USDT --receive USDT --send-network TRX --receive-network BSC
# Check exchange rate
crypto-swap rate --send USDT --receive USDT --send-network TRX --receive-network BSC --amount 100
# Check order status
crypto-swap status --id I1Y0...
# Monitor order until complete
crypto-swap monitor --id I1Y0...
# Launch web UI (default port 8080, auto-assign if occupied)
crypto-swap ui
This skill contains the following files:
swap.js - Main CLI script (~1000 lines, open source)package.json - Package metadataSKILL.md - This documentationLICENSE - MIT LicenseREADME.md - Package readmeassets/ - Web UI assets (HTML/CSS/JS)Author: @yoyoemily
Repository: https://github.com/yoyoemily/crypto-swap
License: MIT