From alchemy-skills
Generates a MoonPay checkout URL to buy crypto with fiat via credit card or bank transfer. User completes purchase in browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-buy-cryptoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a MoonPay checkout URL for buying crypto with a credit card or bank transfer. The user completes the purchase in their browser.
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 [email protected]--amount flag is in USD (e.g. --amount 50 = $50 worth of the token).--token flag uses MoonPay currency codes, not mint addresses.npx claudepluginhub moonpay/skills --plugin moonpay-skillsGenerates multi-chain deposit addresses that accept crypto from Solana, Ethereum, Bitcoin, or Tron and auto-converts to a stablecoin of your choice. No login required.
Guides token swaps, bridges, ETH/WETH conversions, and trades on Base, Polygon, Ethereum, Unichain, Solana using USD, percentage, or exact amounts.
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.