skills$openclaw/glab-gpg-key
vince-winkintel4.2k

by vince-winkintel

glab-gpg-key – OpenClaw Skill

glab-gpg-key is an OpenClaw Skills integration for design workflows. Use when working with glab gpg-key commands.

4.2k stars1.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

nameglab-gpg-key
descriptionUse when working with glab gpg-key commands. OpenClaw Skills integration.
ownervince-winkintel
repositoryvince-winkintel/gitlab-ci-skillspath: glab-gpg-key
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @vince-winkintel/gitlab-ci-skills:glab-gpg-key
last updatedFeb 7, 2026

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-gpg-key in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-gpg-key
references
commands.md
3.3 KB
SKILL.md
1006 B
SKILL.md

name: glab-gpg-key description: Use when working with glab gpg-key commands.

glab gpg-key

Overview


  Manage GPG keys registered with your GitLab account.                                                                  
         
  USAGE  
         
    glab gpg-key <command> [command] [--flags]  
            
  COMMANDS  
            
    add [key-file]   Add a GPG key to your GitLab account.
    delete <key-id>  Deletes a single GPG key specified by the ID.
    get <key-id>     Returns a single GPG key specified by the ID.
    list [--flags]   Get a list of GPG keys for the currently authenticated user.
         
  FLAGS  
         
    -h --help        Show help for this command.
    -R --repo        Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.

Quick start

glab gpg-key --help

Subcommands

See references/commands.md for full --help output.

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-gpg-key?

Run openclaw add @vince-winkintel/gitlab-ci-skills:glab-gpg-key in your terminal. This installs glab-gpg-key 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-ci-skills. Review commits and README documentation before installing.