glab-gpg-key

Manage GitLab GPG keys for commit signing via the glab CLI.

43|5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/vince-winkintel/gitlab-cli-skills --skill glab-gpg-key
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-gpg-key
Source: https://github.com/vince-winkintel/gitlab-cli-skills/tree/main/glab-gpg-key
Command: npx skills add https://github.com/vince-winkintel/gitlab-cli-skills --skill glab-gpg-key

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of GPG keys associated with your GitLab account, ensuring secure and authenticated commit signing.

Core Features & Use Cases

  • Add GPG Keys: Upload new GPG public keys to your GitLab profile.
  • List GPG Keys: View all GPG keys currently registered with your account.
  • Get Specific Key: Retrieve details of a particular GPG key using its ID.
  • Delete GPG Key: Remove unwanted GPG keys from your GitLab account.
  • Use Case: When setting up a new development environment or rotating your signing keys, you can use this Skill to easily add, list, and manage your GPG keys with GitLab.

Quick Start

Add a GPG key to your GitLab account using the provided key file.

Frequently Asked Questions about glab-gpg-key

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

FAQPage Schema
How do I manage GPG keys for GitLab commit signing?

To manage GPG keys for GitLab commit signing, you can add, list, retrieve, and delete public keys associated with your account. This ensures secure commit verification and authentication within the GitLab ecosystem.

What is the process for adding a GPG key to my GitLab profile?

Adding a GPG key to your GitLab profile involves uploading your new GPG public key using the provided key file. This is useful when setting up a new development environment or rotating your signing keys.

How does GPG key management work for secure commit verification?

GPG key management for secure commit verification works by associating registered public keys with your GitLab account to authenticate signed commits. You can retrieve specific key details by ID or view all registered keys to verify your setup.

Do I need the glab CLI tool to manage GitLab GPG keys?

Yes, you need the glab CLI tool to manage GitLab GPG keys. The Skill requires the glab CLI tool to interact with the GitLab API for executing GPG key management operations.

Can I remove unwanted GPG keys from my GitLab account?

Yes, you can remove unwanted GPG keys from your GitLab account. The Skill supports deleting keys to help you securely rotate credentials and manage your active commit signing keys.