·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。

SKILL.md

查看原文

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 中使用

這個 Skill 的原始碼在哪?

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

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-22