# Roles

> Manage user roles. Use when the user asks to grant or revoke permissions, make someone an admin, or check who has access.

- Skill: `michaelliv/roles` (Agent Skill)
- Install (CLI): `npx skillmds@latest add michaelliv/roles`
- Raw SKILL.md: https://api.skillmd.com/api/skills/michaelliv/roles/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: michaelliv (https://skillmd.com/u/michaelliv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/michaelliv/roles

---


## Commands

```bash
mrctl roles list
mrctl roles grant <platform-user-id> [--role <role>]
mrctl roles revoke <platform-user-id>
```

## Roles

- **admin** — full control over all features (default when granting)
- **member** — can chat with the assistant (default for new users)

