Execute DEX swaps and bridges on Solana and Base through the Nansen CLI. It handles the quote-then-execute flow for buying, selling, and cross-chain transfers, with built-in support for Solana limit orders. One constraint to note: all swaps must include either USDC or the chain's native token on at least one side, so you can't do arbitrary token pairs like BONK to JUP. The CLI resolves common symbols automatically and can accept amounts in base units, token units, or USD values. Requires wallet setup first, and trades are irreversible once on chain. Good for building agents that need reliable DEX access without wrestling with raw web3 calls.
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-trading