·gitlab-container
</>

gitlab-container

GitLab container registry operations via API. ALWAYS use this skill when user wants to: (1) list container repositories, (2) view/delete image tags, (3) clean up old images, (4) manage Docker registry.

7Installs·1Trend·@grandcamel

Installation

$npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container

How to Install gitlab-container

Quickly install gitlab-container AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: grandcamel/gitlab-assistant-skills.

SKILL.md

View raw

Container registry management for GitLab using glab api raw endpoint calls.

| List repositories | glab api projects/:id/registry/repositories | - | | Get repository | glab api projects/:id/registry/repositories/:repoid | - | | Delete repository | glab api projects/:id/registry/repositories/:repoid -X DELETE | ⚠️⚠️⚠️ | | List tags | glab api projects/:id/registry/repositories/:repoid/tags | - |

| Get tag | glab api projects/:id/registry/repositories/:repoid/tags/:tag | - | | Delete tag | glab api projects/:id/registry/repositories/:repoid/tags/:tag -X DELETE | ⚠️⚠️ | | Bulk delete tags | glab api projects/:id/registry/repositories/:repoid/tags -X DELETE -f ... | ⚠️⚠️⚠️ |

GitLab container registry operations via API. ALWAYS use this skill when user wants to: (1) list container repositories, (2) view/delete image tags, (3) clean up old images, (4) manage Docker registry. Source: grandcamel/gitlab-assistant-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-container?

GitLab container registry operations via API. ALWAYS use this skill when user wants to: (1) list container repositories, (2) view/delete image tags, (3) clean up old images, (4) manage Docker registry. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-container?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/grandcamel/gitlab-assistant-skills