skills$openclaw/glab-check-update
vince-winkintel1.2k

by vince-winkintel

glab-check-update – OpenClaw Skill

glab-check-update is an OpenClaw Skills integration for coding workflows. Use when working with glab check-update commands.

1.2k stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-check-update in the OpenClaw Skills directory.

View GitHub profile
File Explorer
1 files
glab-check-update
SKILL.md
1.4 KB
SKILL.md

name: glab-check-update description: Use when working with glab check-update commands.

glab check-update

Overview


  Checks for the latest version of glab available on GitLab.com.                                                        
                                                                                                                        
  When run explicitly, this command always checks for updates regardless of when the last check occurred.               
                                                                                                                        
  When run automatically after other glab commands, it checks for updates at most once every 24 hours.                  
                                                                                                                        
  To disable the automatic update check entirely, run 'glab config set check_update false'.                             
  To re-enable the automatic update check, run 'glab config set check_update true'.                                     
                                                                                                                        
         
  USAGE  
         
    glab check-update [--flags]  
         
  FLAGS  
         
    -h --help  Show help for this command.

Quick start

glab check-update --help

Subcommands

This command has no subcommands.

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-check-update?

Run openclaw add @vince-winkintel/gitlab-cli-skills:glab-check-update in your terminal. This installs glab-check-update 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.