---
name: New User
slug: new-user
category: Automation
description: New User creates a Medusa admin account from an email and password. Use it when you need to add a new administrator to a Medusa project.
github: "https://github.com/medusajs/medusa-agent-skills/tree/main/plugins/medusa-dev/skills/new-user"
language: JavaScript
stars: 212
forks: 26
install: "npx degit https://github.com/medusajs/medusa-agent-skills/tree/main/plugins/medusa-dev/skills/new-user ~/.claude/skills/new-user"
installs_to: ~/.claude/skills/new-user
source_path: plugins/medusa-dev/skills/new-user/SKILL.md
collection_size: 18
category_size: 1860
collection_url: "https://dirskills.com/collections/medusajs/medusa-agent-skills"
added: 2026-09-04T05:26:11.996Z
last_synced: 2026-09-04T05:26:11.996Z
canonical_url: "https://dirskills.com/skills/new-user"
---

# New User

New User creates a Medusa admin account from an email and password. Use it when you need to add a new administrator to a Medusa project.

**Install:**

```bash
npx degit https://github.com/medusajs/medusa-agent-skills/tree/main/plugins/medusa-dev/skills/new-user ~/.claude/skills/new-user
```

## README

# 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)
