skills$openclaw/glab-variable
vince-winkintel9.7k

by vince-winkintel

glab-variable – OpenClaw Skill

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

9.7k stars8.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-variable in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-variable
references
commands.md
8.3 KB
SKILL.md
1.2 KB
SKILL.md

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

glab variable

Overview


  Manage variables for a GitLab project or group.                                                                       
         
  USAGE  
         
    glab variable [command] [--flags]  
            
  COMMANDS  
            
    delete <key> [--flags]          Delete a variable for a project or group.
    export [--flags]                Export variables from a project or group.
    get <key> [--flags]             Get a variable for a project or group.
    list [--flags]                  List variables for a project or group.
    set <key> <value> [--flags]     Create a new variable for a project or group.
    update <key> <value> [--flags]  Update an existing variable for a project or group.
         
  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 variable --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-variable?

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