7.4k★glab-auth – OpenClaw Skill
glab-auth is an OpenClaw Skills integration for coding workflows. Use when setting up or managing GitLab CLI (glab) authentication. Covers login, logout, status, docker helper, and related auth commands.
Skill Snapshot
| name | glab-auth |
| description | Use when setting up or managing GitLab CLI (glab) authentication. Covers login, logout, status, docker helper, and related auth commands. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/gitlab-cli-skillspath: glab-auth |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/gitlab-cli-skills:glab-auth |
| last updated | Feb 7, 2026 |
Maintainer

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
- Login:
glab auth login
- Check status:
glab auth status
- Logout:
glab auth logout
Subcommands
See references/commands.md for subcommand details and usage notes:
loginlogoutstatusconfigure-dockerdocker-helperdpop-gen
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install glab-auth?
Run openclaw add @vince-winkintel/gitlab-cli-skills:glab-auth in your terminal. This installs glab-auth into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/vince-winkintel/gitlab-cli-skills. Review commits and README documentation before installing.
