Use when setting up or managing GitLab CLI (glab) authentication. Covers login, logout, status, docker helper, and related auth commands.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill glab-auth --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Glab Auth?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-glab-auth)More formats (shields.io, HTML) on the badges page.
---
name: glab-auth
description: Use when setting up or managing GitLab CLI (glab) authentication. Covers login, logout, status, docker helper, and related auth commands.
---
# glab auth
Manage glab’s authentication state.
## When to use
- Setting up GitLab CLI auth for the first time
- Updating or switching accounts
- Checking auth status
- Configuring Docker auth helper for GitLab registry
## Quick start
1) Login:
```bash
glab auth login
```
2) Check status:
```bash
glab auth status
```
3) Logout:
```bash
glab auth logout
```
## Subcommands
See [references/commands.md](references/commands.md) for subcommand details and usage notes:
- `login`
- `logout`
- `status`
- `configure-docker`
- `docker-helper`
- `dpop-gen`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!