skills$openclaw/glab-auth
vince-winkintel7.4k

by vince-winkintel

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.

7.4k stars1.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameglab-auth
descriptionUse when setting up or managing GitLab CLI (glab) authentication. Covers login, logout, status, docker helper, and related auth commands. OpenClaw Skills integration.
ownervince-winkintel
repositoryvince-winkintel/gitlab-cli-skillspath: glab-auth
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @vince-winkintel/gitlab-cli-skills:glab-auth
last updatedFeb 7, 2026

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-auth in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-auth
references
commands.md
5.3 KB
SKILL.md
738 B
SKILL.md

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:
glab auth login
  1. Check status:
glab auth status
  1. Logout:
glab auth logout

Subcommands

See references/commands.md for subcommand details and usage notes:

  • login
  • logout
  • status
  • configure-docker
  • docker-helper
  • dpop-gen
README.md

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.