Install
$ agentstack add skill-vince-winkintel-gitlab-cli-skills-glab-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
glab skills
Overview
Install and manage bundled agent skills for GitLab CLI.
Skills follow the Agent Skills specification and work with
any compatible agent, including GitLab Duo Agent Platform, Claude Code, Codex,
and Gemini CLI.
This feature is an experiment and is not ready for production use.
It might be unstable or removed at any time.
USAGE
glab skills [command] [--flags]
COMMANDS
install [name] [--flags] Install glab's bundled agent skills. (EXPERIMENTAL)
list List the available bundled agent skills. (EXPERIMENTAL)
update [name] [--flags] Update installed agent skills to the current shipped version. (EXPERIMENTAL)
FLAGS
-h --help Show help for this command.
⚠️ Experimental Feature
glab skills is marked EXPERIMENTAL upstream:
- command shape and functionality may change
- skill bundle format is not yet stable
- availability may vary by glab version
- use for exploration and prototyping, not production workflows
See: https://docs.gitlab.com/policy/developmentstagessupport/
Quick start
# View available skills commands
glab skills --help
# Install bundled agent skills
glab skills install
# List bundled skills
glab skills list
# Update installed bundled skills to the current glab-shipped version
glab skills update
Common workflows
Installing, listing, and updating bundled skills
# Install agent skills interactively
glab skills install
# Install a named bundled skill when supported by the shipped catalog
glab skills install
# List available bundled skills
glab skills list
# Update all installed bundled skills
glab skills update
# Update one installed bundled skill
glab skills update
The install command sets up pre-packaged skill bundles designed to extend glab capabilities for automation and AI agent workflows. Newer glab versions also notify when installed bundled skills have updates available; use glab skills update to refresh them to the current version shipped with the installed CLI.
Troubleshooting
skills: command not found:
glab skillsmanages CLI skills and extensions.- Check your version with
glab version; upgrade if needed.
Skills install/update fails or hangs:
- This is an experimental feature and may have rough edges.
- Check your network connection and glab auth status.
- Review
glab skills install --help,glab skills list, andglab skills update --helpfor any updated flags or requirements.
What skills are available?
- Run
glab skills listto see the bundled catalog for your installedglabversion.
Related Skills
glab-duo— GitLab Duo AI assistant integrationglab-mcp— Model Context Protocol server for AI integrationsglab-auth— Authentication required for skill installation
Command reference
glab skills [flags]
glab skills install [name] [flags]
-h --help Show help for this command
glab skills list
glab skills update [name] [flags]
-h --help Show help for this command
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: vince-winkintel
- Source: vince-winkintel/gitlab-cli-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.