skills$openclaw/glab-securefile
vince-winkintel8.2k

by vince-winkintel

glab-securefile – OpenClaw Skill

glab-securefile is an OpenClaw Skills integration for devops workflows. Use when working with glab securefile commands.

8.2k stars3.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026devops

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-securefile in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-securefile
references
commands.md
9.4 KB
SKILL.md
1.6 KB
SKILL.md

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

glab securefile

Overview


  Store up to 100 files for secure use in CI/CD pipelines. Secure files are                                             
  stored outside of your project's repository, not in version control.                                                  
  It is safe to store sensitive information in these files. Both plain text                                             
  and binary files are supported, but they must be smaller than 5 MB.                                                   
                                                                                                                        
         
  USAGE  
         
    glab securefile <command> [command] [--flags]  
            
  COMMANDS  
            
    create <fileName> <inputFilePath>  Create a new project secure file.
    download <fileID> [--flags]        Download a secure file for a project.
    get <fileID>                       Get details of a project secure file. (GitLab 18.0 and later)
    list [--flags]                     List secure files for a project.
    remove <fileID> [--flags]          Remove a secure file.
         
  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 securefile --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-securefile?

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