2.4k★glab-check-update – OpenClaw Skill
glab-check-update is an OpenClaw Skills integration for coding workflows. Use when working with glab check-update commands.
2.4k stars1.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding
Skill Snapshot
| name | glab-check-update |
| description | Use when working with glab check-update commands. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/gitlab-ci-skillspath: glab-check-update |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/gitlab-ci-skills:glab-check-update |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
1 files
glab-check-update
SKILL.md
1.4 KBSKILL.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-ci-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-ci-skills. Review commits and README documentation before installing.
