Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add serejaris/kimi-skills --skill gitlab-cli-skillsgit clone --depth 1 https://github.com/serejaris/kimi-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/serejaris/kimi-skills/gitlab-cli-skills)<a href="https://agentmods.dev/skills/serejaris/kimi-skills/gitlab-cli-skills"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/gitlab-cli-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/gitlab-cli-skills"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/gitlab-cli-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00085 | $0.02304 |
| Opus 5 | $0.00043 | $0.01152 |
| Sonnet 5 | $0.00017 | $0.00461 |
| Haiku 4.5 | $0.00009 | $0.00230 |
Grade C, and why
gitlab-cli-skills scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
Some features may access sensitive files: SSH keys (~/.ssh/id_rsa for DPoP), Docker config (~/.docker/config.json for registry auth). How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitLab CLI Skills
Comprehensive GitLab CLI (glab) command reference and workflows.
Quick start
# First time setup
glab auth login
# Common operations
glab mr create --fill # Create MR from current branch
glab issue create # Create issue
glab ci view # View pipeline status
glab repo view --web # Open repo in browser
Skill organization
This skill routes to specialized sub-skills by GitLab domain:
Core Workflows:
glab-mr- Merge requests: create, review, approve, mergeglab-issue- Issues: create, list, update, close, commentglab-ci- CI/CD: pipelines, jobs, logs, artifactsglab-repo- Repositories: clone, create, fork, manage
Project Management:
glab-milestone- Release planning and milestone trackingglab-iteration- Sprint/iteration managementglab-label- Label management and organizationglab-release- Software releases and versioning
Authentication & Config:
glab-auth- Login, logout, Docker registry authglab-config- CLI configuration and defaultsglab-ssh-key- SSH key managementglab-gpg-key- GPG keys for commit signingglab-token- Personal and project access tokens
CI/CD Management:
glab-job- Individual job operationsglab-schedule- Scheduled pipelines and cron jobsglab-variable- CI/CD variables and secretsglab-securefile- Secure files for pipelinesglab-runner- Runner management: list, pause, delete (added v1.87.0)glab-runner-controller- Runner controller and token management (EXPERIMENTAL, admin-only)
Collaboration:
glab-user- User profiles and informationglab-snippet- Code snippets (GitLab gists)glab-incident- Incident managementglab-workitems- Work items: tasks, OKRs, key results, next-gen epics (added v1.87.0)
Advanced:
glab-api- Direct REST API callsglab-cluster- Kubernetes cluster integrationglab-deploy-key- Deploy keys for automationglab-stack- Stacked/dependent merge requestsglab-opentofu- Terraform/OpenTofu state management
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _meta.json 136 B
- glab-alias/references/commands.md 5.1 KB
- glab-alias/SKILL.md 975 B
- glab-api/SKILL.md 10 KB
- glab-attestation/references/commands.md 3.2 KB
- glab-attestation/SKILL.md 1.5 KB
- glab-auth/references/commands.md 5.3 KB
- glab-auth/SKILL.md 2.5 KB
- glab-changelog/references/commands.md 1.7 KB
- glab-changelog/SKILL.md 858 B
- glab-check-update/SKILL.md 1.6 KB
- glab-ci/references/commands.md 28 KB
- glab-ci/references/pipeline-best-practices.md 12 KB
- glab-ci/SKILL.md 7.3 KB
- glab-ci/templates/docker-build.yml 2.8 KB
- glab-ci/templates/nodejs-basic.yml 1.4 KB
- glab-ci/templates/nodejs-multistage.yml 2.6 KB
- glab-ci/templates/README.md 6.3 KB
- glab-cluster/references/commands.md 2.2 KB
- glab-cluster/SKILL.md 1.1 KB
- glab-completion/SKILL.md 11 KB
- glab-config/references/commands.md 6.4 KB
- glab-config/SKILL.md 4.1 KB
- glab-deploy-key/references/commands.md 4.4 KB
- glab-deploy-key/SKILL.md 1.3 KB
- glab-duo/references/commands.md 4.1 KB
- glab-duo/SKILL.md 2.1 KB
- glab-gpg-key/references/commands.md 3.3 KB
- glab-gpg-key/SKILL.md 1.2 KB
- glab-help/SKILL.md 743 B
- glab-incident/references/commands.md 8.1 KB
- glab-incident/SKILL.md 1.5 KB
- glab-issue/references/commands.md 14 KB
- glab-issue/SKILL.md 3.4 KB
- glab-iteration/references/commands.md 1.4 KB
- glab-iteration/SKILL.md 963 B
- glab-job/references/commands.md 1.4 KB
- glab-job/SKILL.md 3.3 KB
- glab-label/references/commands.md 4.5 KB
- glab-label/SKILL.md 3.1 KB
- glab-mcp/references/commands.md 5.6 KB
- glab-mcp/SKILL.md 2.8 KB
- glab-milestone/references/commands.md 8.2 KB
- glab-milestone/SKILL.md 1.2 KB
- glab-mr/references/commands.md 30 KB
- glab-mr/SKILL.md 9.4 KB
- glab-opentofu/references/commands.md 3.1 KB
- glab-opentofu/SKILL.md 1.1 KB
- glab-release/references/commands.md 18 KB
- glab-release/SKILL.md 1.5 KB
- glab-repo/references/commands.md 31 KB
- glab-repo/SKILL.md 4.9 KB
- glab-runner-controller/references/commands.md 6.7 KB
- glab-runner-controller/SKILL.md 7.0 KB
- glab-runner/SKILL.md 5.1 KB
- glab-schedule/references/commands.md 5.5 KB
- glab-schedule/SKILL.md 1.2 KB
- glab-securefile/references/commands.md 9.4 KB
- glab-securefile/SKILL.md 1.8 KB
- glab-snippet/references/commands.md 3.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 271 lines · 85 tokens per session scan C 59c9ab700444
gitlab-cli-skills is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 2,304 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
changelog-rules
Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.
push-ci
Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).
update-changelog
Update the Unreleased section of CHANGELOG.md based on current changes. No-op if CHANGELOG.md does not exist. Use when the user asks to "update changelog", "add to changelog", "update the changelog", "changelog entry", "add changelog entry", or "log this change".
create-changelog
Create a CHANGELOG.md following keepachangelog.com conventions with version history backfilled from GitHub releases or git tags. Use when the user asks to "create a changelog", "add a changelog", "initialize changelog", "start a changelog", "set up changelog", "generate changelog", or "backfill changelog".
zb-release-pipeline
Generate a GitHub Actions pipeline that builds a zb (Zero Dependencies Builder) project and publishes a GitHub Release with the produced JAR. Use whenever the user wants CI/CD, a build pipeline, a release workflow, or GitHub Actions for a zb-based Java project — phrases like "set up GitHub Actions for this zb…
appbuilder-cicd-pipeline
Set up CI/CD pipelines for Adobe App Builder projects. Generates GitHub Actions workflows using adobe/aio-cli-setup-action@3 and adobe/[email protected], plus patterns for Azure DevOps and GitLab CI. Handles OAuth S2S secrets injection, multi-workspace promotion (stage → prod), deploy gating with manifest…