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

File Explorer
3 files
glab-repo
references
commands.md
30.6 KBSKILL.md
2.6 KBSKILL.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-cli-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-cli-skills. Review commits and README documentation before installing.
