skills$openclaw/glab-schedule
vince-winkintel203

by vince-winkintel

glab-schedule – OpenClaw Skill

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

203 stars5.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026devops

Skill Snapshot

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

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-schedule in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-schedule
references
commands.md
5.5 KB
SKILL.md
1.0 KB
SKILL.md

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

glab schedule

Overview


  Work with GitLab CI/CD schedules.                                                                                     
         
  USAGE  
         
    glab schedule <command> [command] [--flags]  
            
  COMMANDS  
            
    create [--flags]       Schedule a new pipeline.
    delete <id> [--flags]  Delete the schedule with the specified ID.
    list [--flags]         Get the list of schedules.
    run <id>               Run the specified scheduled pipeline.
    update <id> [--flags]  Update a pipeline schedule.
         
  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 schedule --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-schedule?

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