— No reviews yet
0 installs
14 views
0.0% view→install
Install
$ agentstack add skill-moonpay-skills-moonpay-feedback ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Moonpay Feedback? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Submit feedback
Goal
Let users submit bug reports, feature requests, or general feedback directly from the CLI. Requires authentication so we can follow up.
Command
mp feedback create \
--type \
--message ""
Types
bug— Something is broken or not working as expectedfeature— A new capability or improvement the user wantsgeneral— Any other feedback
Example flows
Bug report
- User: "The token swap command keeps failing with a timeout error."
- Run:
mp feedback create --type bug --message "token swap times out when swapping SOL to USDC on Solana — getting timeout error after 30s"
Feature request
- User: "I wish I could set up recurring buys."
- Run:
mp feedback create --type feature --message "Add native recurring buy support — e.g. buy $50 of SOL every week automatically"
General feedback
- User: "The CLI is great but the output is hard to read."
- Run:
mp feedback create --type general --message "CLI output formatting could be more readable — consider adding color or table views"
Notes
- User must be logged in (
mp login) before submitting feedback. - Include as much detail as possible in the message — error messages, commands that failed, expected vs actual behavior.
- If the user reports a bug, try to reproduce it first and include the error output in the feedback message.
Related skills
- moonpay-auth — Ensure user is logged in before submitting feedback.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: moonpay
- Source: moonpay/skills
- License: MIT
- Homepage: https://www.moonpay.com/agents
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.