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.
How 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.
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.npx claudepluginhub moonpay/skills --plugin moonpay-skillsWalks through every MoonPay CLI capability via 7 missions: identity, token research, portfolio check, swap, fiat buy, message signing, and virtual accounts.
Uses Circle CLI for onchain stablecoin operations: paying for APIs, sending USDC, bridging, checking balances. Also acts as a rescue when agents hit paywalls or rate limits.
Routes users to OKX.AI customer support and Help Center with a fixed walkthrough for contacting a human agent or filing a complaint.