skills$openclaw/glab-ci
vince-winkintel9.6k

by vince-winkintel

glab-ci – OpenClaw Skill

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

9.6k stars3.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026devops

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-ci in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-ci
references
commands.md
28.1 KB
SKILL.md
1.9 KB
SKILL.md

name: glab-ci description: Use when working with glab ci commands.

glab ci

Overview


  Work with GitLab CI/CD pipelines and jobs.                                                                            
         
  USAGE  
         
    glab ci <command> [command] [--flags]  
            
  COMMANDS  
            
    artifact <refName> <jobName> [--flags]  Download all artifacts from the last pipeline.
    cancel <command> [command]              Cancel a running pipeline or job.
    config <command> [command] [--flags]    Work with GitLab CI/CD configuration.
    delete <id> [--flags]                   Delete CI/CD pipelines.
    get [--flags]                           Get JSON of a running CI/CD pipeline on the current or other specified branch.
    lint [--flags]                          Checks if your `.gitlab-ci.yml` file is valid.
    list [--flags]                          Get the list of CI/CD pipelines.
    retry <job-id> [--flags]                Retry a CI/CD job.
    run [--flags]                           Create or run a new CI/CD pipeline.
    run-trig [--flags]                      Run a CI/CD pipeline trigger.
    status [--flags]                        View a running CI/CD pipeline on current or other branch specified.
    trace [<job-id>] [--flags]              Trace a CI/CD job log in real time.
    trigger <job-id> [--flags]              Trigger a manual CI/CD job.
    view [branch/tag] [--flags]             View, run, trace, log, and cancel CI/CD job's current pipeline.
         
  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 ci --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-ci?

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