glab-token

Manage GitLab personal, project, and group access tokens via CLI.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ProyectoG007/Skill.bat --skill glab-token-proyectog007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-token
Source: https://github.com/ProyectoG007/Skill.bat/tree/main/scripts/05_Dev_Tools/07.%20gitlab-cli-skills-1.11.0/glab-token
Command: npx skills add https://github.com/ProyectoG007/Skill.bat --skill glab-token-proyectog007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of GitLab personal access tokens and project access tokens, streamlining API authentication and access control.

Core Features & Use Cases

  • Token Creation: Generate new user, group, or project access tokens with specified scopes and access levels.
  • Token Listing: View existing tokens with their metadata, filtering by active status or type.
  • Token Revocation & Rotation: Securely revoke or rotate access tokens to maintain security.
  • Use Case: When setting up a new CI/CD pipeline that needs to interact with GitLab, use this Skill to create a project access token with the necessary read-only repository permissions.

Quick Start

Use the glab token skill to list all personal access tokens for the current user.

Frequently Asked Questions about glab-token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage GitLab access tokens for API authentication?

To manage GitLab personal access tokens via command line, use this Skill to generate new tokens with specific scopes and access levels. It facilitates token creation, listing, and secure rotation directly from your terminal.

Can I create a project access token for a CI/CD pipeline?

Yes, you can create a project access token for a CI/CD pipeline by specifying token type, scope, duration, and target repository via command flags. This securely grants the pipeline necessary repository permissions.

What is the best way to rotate or revoke GitLab tokens securely?

The best way to rotate or revoke GitLab tokens securely is by executing dedicated command-line operations for token lifecycle management. This allows you to safely update or remove API authentication credentials.

How do I list active personal access tokens in GitLab?

You can list active personal access tokens in GitLab by using the token listing feature with filters for active status or type. This displays existing tokens alongside their metadata for quick auditing.

Does this token management tool support group-level access tokens?

Yes, this token management tool supports group-level access tokens. You can generate and manage group tokens by using flags to specify the target group, token type, and required access scope.