From alchemy-skills
Generates MoonPay checkout URL to buy crypto (BTC, SOL, ETH, USDC etc.) with fiat via credit card or bank transfer. Specify token code, USD amount, wallet address, buyer email.
npx claudepluginhub moonpay/skills --plugin alchemy-skillsThis skill uses the workspace's default tool permissions.
Generate a MoonPay checkout URL for buying crypto with a credit card or bank transfer. The user completes the purchase in their browser.
Guides new users through interactive missions demonstrating all MoonPay CLI capabilities: wallet setup, token trending and research, portfolio balances, swaps, fiat buys, and message signing.
Calls Binance Onchain Pay API endpoints with automatic RSA SHA256 signing to buy crypto with fiat or send from Binance to external on-chain wallets.
Executes token buys, sells, swaps, cross-chain bridges, and ETH/WETH conversions via natural language prompts. Supports chains like Ethereum, Base, Polygon, Solana; handles USD, percentage, exact amounts.
Share bugs, ideas, or general feedback.
Generate a MoonPay checkout URL for buying crypto with a credit card or bank transfer. The user completes the purchase in their browser.
mp buy \
--token <currency-code> \
--amount <usd-amount> \
--wallet <destination-address> \
--email <buyer-email>
btc, sol, eth, trx, pol_polygon, usdc, usdc_sol, usdc_base, usdc_arbitrum, usdc_optimism, usdc_polygon, usdt_trx, eth_polygon, eth_optimism, eth_base, eth_arbitrum
mp buy --token sol --amount 50 --wallet <address> --email user@example.com--amount flag is in USD (e.g. --amount 50 = $50 worth of the token).--token flag uses MoonPay currency codes, not mint addresses.