·gitlab-container
</>

gitlab-container

API を介した GitLab コンテナ レジストリの操作。ユーザーが (1) コンテナー リポジトリの一覧表示、(2) イメージ タグの表示/削除、(3) 古いイメージのクリーンアップ、(4) Docker レジストリの管理を行う場合は、常にこのスキルを使用してください。

7インストール·0トレンド·@grandcamel

インストール

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

gitlab-container のインストール方法

コマンドラインで gitlab-container AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: grandcamel/gitlab-assistant-skills。

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 ... | ⚠️⚠️⚠️ |

API を介した GitLab コンテナ レジストリの操作。ユーザーが (1) コンテナー リポジトリの一覧表示、(2) イメージ タグの表示/削除、(3) 古いイメージのクリーンアップ、(4) Docker レジストリの管理を行う場合は、常にこのスキルを使用してください。 ソース: grandcamel/gitlab-assistant-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-22
更新日
2026-03-11

Browse more skills from grandcamel/gitlab-assistant-skills

クイックアンサー

gitlab-container とは?

API を介した GitLab コンテナ レジストリの操作。ユーザーが (1) コンテナー リポジトリの一覧表示、(2) イメージ タグの表示/削除、(3) 古いイメージのクリーンアップ、(4) Docker レジストリの管理を行う場合は、常にこのスキルを使用してください。 ソース: grandcamel/gitlab-assistant-skills。

gitlab-container のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-container インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

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