6.7k★glab-ssh-key – OpenClaw Skill
glab-ssh-key is an OpenClaw Skills integration for design workflows. Use when working with glab ssh-key commands.
6.7k stars5.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design
Skill Snapshot
| name | glab-ssh-key |
| description | Use when working with glab ssh-key commands. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/gitlab-cli-skillspath: glab-ssh-key |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/gitlab-cli-skills:glab-ssh-key |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
3 files
glab-ssh-key
references
commands.md
4.9 KBSKILL.md
1.0 KBSKILL.md
name: glab-ssh-key description: Use when working with glab ssh-key commands.
glab ssh-key
Overview
Manage SSH keys registered with your GitLab account.
USAGE
glab ssh-key <command> [command] [--flags]
COMMANDS
add [key-file] [--flags] Add an SSH key to your GitLab account.
delete <key-id> [--flags] Deletes a single SSH key specified by the ID.
get <key-id> [--flags] Returns a single SSH key specified by the ID.
list [--flags] Get a list of SSH keys for the currently authenticated user.
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 ssh-key --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-ssh-key?
Run openclaw add @vince-winkintel/gitlab-cli-skills:glab-ssh-key in your terminal. This installs glab-ssh-key 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.
