# Glab Cluster

> Manage GitLab Kubernetes clusters and agent integrations. Use when connecting clusters, managing cluster agents, or working with Kubernetes integration. Triggers on cluster, Kubernetes, k8s, cluster agent, connect cluster. Use when this capability is needed.

- Skill: `tomevault-io/glab-cluster` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/glab-cluster`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/glab-cluster/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/glab-cluster

---


# glab cluster

## Overview

```

  Manage GitLab Agents for Kubernetes and their clusters.                                                               
         
  USAGE  
         
    glab cluster <command> [command] [--flags]  
            
  COMMANDS  
            
    agent <command> [command] [--flags]  Manage GitLab Agents for Kubernetes.
    graph [--flags]                      Queries the Kubernetes object graph, using the GitLab Agent for Kubernetes. (EXPERIMENTAL)
         
  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

```bash
glab cluster --help
```

## v1.89.0 Updates

> **v1.89.0+:** `glab cluster agent list` and `glab cluster agent token list` support `--output json` / `-F json` for structured output, ideal for agent automation.

```bash
# List cluster agents with JSON output (v1.89.0+)
glab cluster agent list --output json
glab cluster agent list -F json

# List agent tokens with JSON output (v1.89.0+)
glab cluster agent token list <agent-id> --output json
glab cluster agent token list <agent-id> -F json
```

## Subcommands

See [references/commands.md](references/commands.md) for full `--help` output.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/vince-winkintel) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

