skills$openclaw/glab-deploy-key
vince-winkintel1.6k

by vince-winkintel

glab-deploy-key – OpenClaw Skill

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

1.6k stars161 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026devops

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

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

View GitHub profile
File Explorer
3 files
glab-deploy-key
references
commands.md
4.4 KB
SKILL.md
1.0 KB
SKILL.md

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

glab deploy-key

Overview


  Manage deploy keys.                                                                                                   
         
  USAGE  
         
    glab deploy-key <command> [command] [--flags]  
            
  COMMANDS  
            
    add [key-file] [--flags]  Add a deploy key to a GitLab project.
    delete <key-id>           Deletes a single deploy key specified by the ID.
    get <key-id>              Returns a single deploy key specified by the ID.
    list [--flags]            Get a list of deploy keys for the current project.
         
  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 deploy-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-deploy-key?

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