This handles wallet operations for the Nansen CLI: creating wallets (either encrypted locally or server-side via Privy), checking balances, sending tokens on EVM and Solana, and managing keys. The two-provider setup is the interesting bit. Local wallets encrypt keys on disk with a password stored in your OS keychain, while Privy wallets live server-side and need no password at all, which makes them cleaner for automated agent workflows. The skill enforces proper password handling: it will make Claude ask you for a password instead of generating one, and it knows not to use interactive flags. Supports dry runs, max balance sends, and the usual export and delete operations.
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-wallet-manager