From alchemy-skills
Submits bug reports, feature requests, or general feedback for MoonPay CLI via `mp feedback create --type <bug|feature|general> --message`. Useful when users report issues or suggest improvements.
npx claudepluginhub moonpay/skills --plugin alchemy-skillsThis skill uses the workspace's default tool permissions.
Let users submit bug reports, feature requests, or general feedback directly from the CLI. Requires authentication so we can follow up.
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.
Pays HTTP 402 challenges for machine-payable APIs using Tempo CLI requests and Uniswap swaps to fund wallet from any EVM token.
Automates Moonclerk payment operations via Composio toolkit and Rube MCP. Discovers tools dynamically with RUBE_SEARCH_TOOLS, manages connections, and executes workflows.
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.