skills$openclaw/glab-repo
vince-winkintel4.2k

by vince-winkintel

glab-repo – OpenClaw Skill

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

4.2k stars4.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-repo in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-repo
references
commands.md
30.6 KB
SKILL.md
2.6 KB
SKILL.md

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

glab repo

Overview


  Work with GitLab repositories and projects.                                                                           
         
  USAGE  
         
    glab repo <command> [command] [--flags]  
            
  COMMANDS  
            
    archive <command> [--flags]                                                                 Get an archive of the repository.
    clone <repo>               [<dir>] [-- <gitflags>...] [<dir>] [-- <gitflags>...] [--flags]  Clone a GitLab repository or project.
    glab repo clone -g <group>                                                                                                       
    contributors [--flags]                                                                      Get repository contributors list.
    create [path] [--flags]                                                                     Create a new GitLab project/repository.
    delete <NAME> [<NAMESPACE>/] [--flags]                                                      Delete an existing project on GitLab.
    fork <repo> [--flags]                                                                       Fork a GitLab repository.
    list [--flags]                                                                              Get list of repositories.
    members <command> [command] [--flags]                                                       Manage project members.
    mirror [ID | URL | PATH] [--flags]                                                          Configure mirroring on an existing project to sync with a remote repository.
    publish <command> [command] [--flags]                                                       Publishes resources in the project.
    search [--flags]                                                                            Search for GitLab repositories and projects by name.
    transfer [repo] [--flags]                                                                   Transfer a repository to a new namespace.
    update [path] [--flags]                                                                     Update an existing GitLab project or repository.
    view [repository] [--flags]                                                                 View a project or repository.
         
  FLAGS  
         
    -h --help                                                                                   Show help for this command.

Quick start

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

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