skills$openclaw/glab-config
vince-winkintel5.9k

by vince-winkintel

glab-config – OpenClaw Skill

glab-config is an OpenClaw Skills integration for writing workflows. Use when working with glab config commands.

5.9k stars338 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-config in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-config
references
commands.md
6.4 KB
SKILL.md
2.9 KB
SKILL.md

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

glab config

Overview


  Manage key/value strings.                                                                                             
                                                                                                                        
  Current respected settings:                                                                                           
                                                                                                                        
  - browser: If unset, uses the default browser. Override with environment variable $BROWSER.                           
  - check_update: If true, notifies of new versions of glab. Defaults to true. Override with environment variable       
  $GLAB_CHECK_UPDATE.                                                                                                   
  - display_hyperlinks: If true, and using a TTY, outputs hyperlinks for issues and merge request lists. Defaults to    
  false.                                                                                                                
  - editor: If unset, uses the default editor. Override with environment variable $EDITOR.                              
  - glab_pager: Your desired pager command to use, such as 'less -R'.                                                   
  - glamour_style: Your desired Markdown renderer style. Options are dark, light, notty. Custom styles are available    
  using [glamour](https://github.com/charmbracelet/glamour#styles).                                                     
  - host: If unset, defaults to `https://gitlab.com`.                                                                   
  - token: Your GitLab access token. Defaults to environment variables.                                                 
  - visual: Takes precedence over 'editor'. If unset, uses the default editor. Override with environment variable       
  $VISUAL.                                                                                                              
                                                                                                                        
         
  USAGE  
         
    glab config [command] [--flags]  
            
  COMMANDS  
            
    edit [--flags]               Opens the glab configuration file.
    get <key> [--flags]          Prints the value of a given configuration key.
    set <key> <value> [--flags]  Updates configuration with the value of a given key.
         
  FLAGS  
         
    -g --global                  Use global config file.
    -h --help                    Show help for this command.

Quick start

glab config --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-config?

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