new-user
medusajs/medusa-agent-skills
Create a new admin user in Medusa with email and password.
What is new-user?
This skill creates a new admin user account in Medusa by accepting an email and password as arguments. Use it when you need to set up initial admin access or add new administrator accounts to your Medusa instance.
- Accepts email and password arguments from the user
- Executes the Medusa user creation command via npx
- Confirms successful admin user creation with email address
- Reports any errors that occur during user creation
- Provides next steps for logging into the admin dashboard
How to install new-user
npx skills add https://github.com/medusajs/medusa-agent-skills --skill new-user- Node.js and npm installed
- Access to a Medusa project directory
- Bash/terminal access
How to use new-user
- 1.Install the skill using the provided npx command
- 2.Provide the email address as the first argument
- 3.Provide the password as the second argument
- 4.Execute the skill (e.g., `/medusa-dev:user admin@test.com supersecret`)
- 5.Review the confirmation message and any reported errors
- 6.Use the new credentials to log into the Medusa admin dashboard
Use cases
- Setting up the first admin user for a new Medusa installation
- Adding additional admin accounts to an existing Medusa instance
- Creating test admin users for development and staging environments
- Provisioning admin access when onboarding new team members
- Medusa developers
- System administrators
- DevOps engineers managing Medusa deployments
new-user FAQ
It runs `npx medusa user -e <email> -p <password>` where email and password are replaced with the provided arguments.
This skill is designed specifically for creating admin users in Medusa. The documentation does not indicate support for other user types.
The skill will report any errors that occur. Check that the email format is valid, the password meets requirements, and your Medusa instance is properly configured.
Use the email and password you provided to log into the Medusa admin dashboard.
Full instructions (SKILL.md)
Source of truth, from medusajs/medusa-agent-skills.
name: new-user description: Create an admin user in Medusa argument-hint: <email> <password> allowed-tools: Bash(npx medusa user:*)
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
More from medusajs/medusa-agent-skills and the wider catalog.

storefront-best-practices
Essential patterns and integration guidance for building modern ecommerce storefronts with any framework.

building-admin-dashboard-customizations
Build custom admin dashboard UI extensions with widgets, pages, forms, and tables using Medusa Admin SDK.

building-storefronts
Frontend integration for Medusa storefronts: SDK usage, React Query patterns, and API calling rules.

building-with-medusa
Comprehensive patterns and rules for Medusa backend development—modules, workflows, API routes, and data models.

eastmoney_financial_data
本 Skill 基于东方财富权威数据库及最新行情底层数据构建,支持通过自然语言查询行情类数据(股票、行业、板块、指数、基金、债券的实时行情、主力资金流向、估值等)、财务类数据(上市公司基本信息、财务指标、高管信息、主营业务等)、关系与经营类数据(关联关系、企业经营数据)。避免模型基于过时知识回答金融数据问题,提供权威及时的金融数据。

mem0
Persistent memory layer for AI apps—store, retrieve, and manage user context across conversations.