skills$openclaw/glab-snippet
vince-winkintel8.3k

by vince-winkintel

glab-snippet – OpenClaw Skill

glab-snippet is an OpenClaw Skills integration for coding workflows. Use when working with glab snippet commands.

8.3k stars8.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-snippet in the OpenClaw Skills directory.

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

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

glab snippet

Overview


  Create, view and manage snippets.                                                                                     
         
  USAGE  
         
    glab snippet <command> [command] [--flags]                                 
            
  EXAMPLES  
            
    $ glab snippet create --title "Title of the snippet" --filename "main.go"  
            
  COMMANDS  
            
    create  -t <title> <file1>                                        [<file2>...] [--flags]  Create a new snippet.
    glab snippet create  -t <title> -f <filename>  # reads from stdin                                              
         
  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 snippet --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-snippet?

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