From alchemy-skills
Connects a Ledger hardware wallet to the MoonPay CLI for signing transactions without exposing private keys locally. All swap, transfer, bridge, buy, and balance commands work transparently with the connected device.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-hardware-walletThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect a hardware wallet to the MoonPay CLI. Private keys never leave the device — the CLI stores only cached addresses. All existing commands (swap, transfer, bridge, buy, balance) work transparently with hardware wallets.
Connect a hardware wallet to the MoonPay CLI. Private keys never leave the device — the CLI stores only cached addresses. All existing commands (swap, transfer, bridge, buy, balance) work transparently with hardware wallets.
First supported device: Ledger (Nano S, Nano X, Nano S Plus, Stax, Flex).
# Auto-detect connected device
mp wallet hardware add --name "my-ledger"
# Specify device type explicitly
mp wallet hardware add --name "my-ledger" --device ledger
This connects to the device, derives addresses for all supported chains (Ethereum, Solana), and saves the wallet. No secrets are stored — only addresses.
mp wallet hardware refresh --wallet "my-ledger"
Re-derives addresses from the connected device. Use this if you changed the account index in Ledger Live or need to update cached addresses.
mp wallet list
Hardware wallets appear alongside software wallets with a [hardware/ledger] tag.
Once added, use --wallet like any other wallet. The CLI automatically connects to the device for signing.
mp token balance list --wallet my-ledger --chain ethereum
mp token balance list --wallet my-ledger --chain solana
mp token swap \
--wallet my-ledger --chain ethereum \
--from-token 0x0000000000000000000000000000000000000000 \
--from-amount 0.01 \
--to-token 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
The CLI prompts you to review and confirm the transaction on your Ledger.
mp token transfer \
--wallet my-ledger --chain ethereum \
--token 0x0000000000000000000000000000000000000000 \
--amount 0.01 \
--to 0x1234...
mp token bridge \
--from-wallet my-ledger --from-chain ethereum \
--from-token 0x0000000000000000000000000000000000000000 \
--from-amount 0.01 \
--to-chain polygon \
--to-token 0x0000000000000000000000000000000000000000
wallet hardware add connects via USB, switches Ledger apps automatically, and derives addresseswallet export is not available for hardware wallets (there are no secrets to export)npx claudepluginhub moonpay/skills --plugin moonpay-skillsSet up the MoonPay CLI, authenticate with email/OTP, and manage local encrypted wallets. Use when commands fail, for login, or to create/import wallets.
Interact with a local AgentLayer wallet runtime: check balances, transfer tokens, swap, DeFi operations, or x402 payments. Prefers wallet tools over shell commands and previews writes before execution.
Crypto wallet API + CLI for AI agents: wallet analysis (portfolio, positions, history, PnL), on-chain trading (swap, bridge, send), off-chain signing (EIP-191, EIP-712), wallet management, and agent tokens with policies for autonomous trading.