skills$openclaw/glab-attestation
vince-winkintel6.8k

by vince-winkintel

glab-attestation – OpenClaw Skill

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

6.8k stars5.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-attestation in the OpenClaw Skills directory.

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

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

glab attestation

Overview


  Manage software attestations. (EXPERIMENTAL)                                                                          
         
  USAGE  
         
    glab attestation <command> [command] [--flags]                                    
            
  EXAMPLES  
            
    # Verify attestation for the filename.txt file in the gitlab-org/gitlab project.  
    $ glab attestation verify gitlab-org/gitlab filename.txt                          
                                                                                      
    # Verify attestation for the filename.txt file in the project with ID 123.        
    $ glab attestation verify 123 filename.txt                                        
            
  COMMANDS  
            
    verify <project_id> <artifact_path>  Verify the provenance of a specific artifact or file. (EXPERIMENTAL)
         
  FLAGS  
         
    -h --help                            Show help for this command.

Quick start

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

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