
New User
- 2k installs
- 207 repo stars
- Updated July 31, 2026
- medusajs/medusa-agent-skills
A Medusa agent skill that creates admin users by wrapping the `npx medusa user -e <email> -p <password>` command, returning success/error feedback and next steps
About
A Medusa agent skill that automates admin user creation by executing the npx medusa user command with email and password arguments. Designed for developers integrating Medusa into agent workflows, this skill handles user provisioning, error reporting, and next-step guidance. Executes via Bash tool integration with Medusa CLI, returning confirmation of user creation or detailed error messages. Streamlines initial setup and admin account management in headless commerce deployments.
- Automates admin user creation via npx medusa user CLI command
- Accepts email and password as direct arguments
- Reports success confirmation with user email and error handling
- Integrated with Bash tool for direct Medusa CLI execution
- Provides next-step guidance for admin dashboard login
New User by the numbers
- 2,026 all-time installs (skills.sh)
- +90 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #243 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Security screen: CRITICAL risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/medusajs/medusa-agent-skills --skill new-userAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2k |
|---|---|
| repo stars | ★ 207 |
| Security audit | 1 / 3 scanners passed |
| Last updated | July 31, 2026 |
| Repository | medusajs/medusa-agent-skills ↗ |
What it does
Programmatically create admin users in Medusa e-commerce backend via CLI automation
Who is it for?
Medusa e-commerce platform setup, multi-tenant admin provisioning, agent-driven backend automation
Skip if: Non-Medusa systems, customer user creation (admin-only), GUI-based workflows without agent integration
When should I use this skill?
Setting up Medusa instances, provisioning admin accounts via agents, automating initial backend configuration
What you get
Developers can invoke this skill from agents to create Medusa admin users with email/password, receive confirmation, and auto-prompt next actions
- admin user account
- cli confirmation output
By the numbers
- Executes npx medusa user CLI with exactly two arguments: email and password
Files
Create Admin User
Create a new admin user in Medusa with the specified email and password.
The user will provide two arguments:
- First argument: email address
- Second argument: password
For example: /medusa-dev:user admin@test.com supersecret
Use the Bash tool to execute the command npx medusa user -e <email> -p <password>, replacing <email> with the first argument and <password> with the second argument.
Report the results to the user, including:
- Confirmation that the admin user was created successfully
- The email address of the created user
- Any errors that occurred
- Next steps (e.g., logging in to the admin dashboard)
Related skills
Forks & variants (1)
New User has 1 known copy in the catalog totaling 16 installs. They canonicalize to this original listing.
- medusajs - 16 installs
How it compares
Use for first admin CLI seeding; use Medusa auth or user-management APIs when building production signup flows.
FAQ
What arguments does this skill require?
Two arguments: email address (first) and password (second). Example: `admin@test.com supersecret`
How does it execute the user creation command?
Uses the Bash tool to run `npx medusa user -e <email> -p <password>` directly against the Medusa CLI
What happens if user creation fails?
The skill reports any errors encountered and provides diagnostic feedback to the user for troubleshooting
Is New User safe to install?
skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.