Help us improve
Share bugs, ideas, or general feedback.
From alchemy-skills
Submits bug reports, feature requests, or general feedback for the MoonPay CLI. Useful when users encounter issues or want to suggest improvements.
npx claudepluginhub moonpay/skills --plugin moonpay-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-feedbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Let users submit bug reports, feature requests, or general feedback directly from the CLI. Requires authentication so we can follow up.
Walks through every MoonPay CLI capability via 7 missions: identity, token research, portfolio check, swap, fiat buy, message signing, and virtual accounts.
Buys crypto with credit card or bank transfer via MoonPay CLI, funds wallets, verifies balances, and uses with Zerion CLI for trading and analysis. Useful before DeFi workflows.
Pays HTTP 402 challenges for machine-payable APIs using Tempo CLI requests and Uniswap swaps to fund wallet from any EVM token.
Share bugs, ideas, or general feedback.
Let users submit bug reports, feature requests, or general feedback directly from the CLI. Requires authentication so we can follow up.
mp feedback create \
--type <bug|feature|general> \
--message "<feedback message>"
bug — Something is broken or not working as expectedfeature — A new capability or improvement the user wantsgeneral — Any other feedbackmp feedback create --type bug --message "token swap times out when swapping SOL to USDC on Solana — getting timeout error after 30s"mp feedback create --type feature --message "Add native recurring buy support — e.g. buy $50 of SOL every week automatically"mp feedback create --type general --message "CLI output formatting could be more readable — consider adding color or table views"mp login) before submitting feedback.