crypto-exchange

Cryptocurrency exchange service for LightningEX API supporting multi-mode interaction - natural language chat, CLI commands, and web UI. Use when user wants to swap/exchange cryptocurrencies, check exchange rates, view supported tokens, or manage crypto transactions. Triggers on phrases like "exchange crypto", "swap tokens", "convert USDT to ETH", "check crypto rates", "open exchange UI", "lightningex", or CLI commands like "crypto-exchange".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "crypto-exchange" with this command: npx skills add zhutx/crypto-exchange

Crypto Exchange Skill (LightningEX)

A versatile cryptocurrency exchange service powered by LightningEX API with three interaction modes:

  • Chat Mode: Natural language conversation for swaps and queries
  • CLI Mode: Command-line interface for scripting and automation
  • UI Mode: Web-based DeFi interface for visual trading

Quick Start

Chat Mode (Default)

Simply talk to perform exchanges:

  • "Swap 100 USDT to ETH"
  • "What's the exchange rate for BTC to USDT?"
  • "Show me supported tokens"
  • "Check order status I1Y0EFP31Rwu"

CLI Mode

Run the CLI:

# Navigate to skill directory
cd /path/to/crypto-exchange

# Start interactive wizard (default)
./crypto-exchange

CLI Commands:

# Start interactive wizard
./crypto-exchange

# List supported currencies
./crypto-exchange currencies

# Get pair info
./crypto-exchange pair --send USDT --sendNetwork TRX --receive USDT --receiveNetwork BSC

# Check exchange rate
./crypto-exchange rate --send USDT --sendNetwork TRX --receive USDT --receiveNetwork BSC --amount 100

# Validate address
./crypto-exchange validate --currency USDT --network BSC --address 0x...

# Place order directly
./crypto-exchange order --send USDT --sendNetwork TRX --receive USDT --receiveNetwork BSC --amount 100 --receiveAddress 0x...

# Check order status
./crypto-exchange status --id I1Y0EFP31Rwu

# Monitor order until complete
./crypto-exchange monitor --id I1Y0EFP31Rwu

# Launch web UI (default port 8080, auto-assign if occupied)
./crypto-exchange ui

UI Mode

./crypto-exchange ui

Then open http://localhost:8080 (or the displayed port) in your browser for the DeFi-style trading interface.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Product Framework

Design and visualize AI product frameworks including layered architecture, value chains, capability maps, and competitive positioning for product managers.

Registry SourceRecently Updated
Web3

Langchain Skill Vmisep 2026

Langchain Skill Vmisep 2026 sử dụng LangChain với memory và chain, hỗ trợ trả lời tiếng Việt, nhớ lịch sử chat và mở rộng RAG, tool calling, agent tự động.

Registry SourceRecently Updated
Web3

Element Nft Tracker

Element Market API integration. Requires 'ELEMENT_API_KEY' configured in OpenClaw secrets. Strictly requires explicit user consent before accessing personal...

Registry SourceRecently Updated
Web3

Binance Trade Hunter

Binance trading skill for coin analysis, pump detection, and one-click trading via Telegram. Use when the user wants to analyze crypto coins, check market tr...

Registry SourceRecently Updated