什么是 gitlab-container?
通过 API 进行 GitLab 容器注册表操作。当用户想要执行以下操作时,请始终使用此技能:(1) 列出容器存储库,(2) 查看/删除镜像标签,(3) 清理旧镜像,(4) 管理 Docker 注册表。 来源:grandcamel/gitlab-assistant-skills。
通过 API 进行 GitLab 容器注册表操作。当用户想要执行以下操作时,请始终使用此技能:(1) 列出容器存储库,(2) 查看/删除镜像标签,(3) 清理旧镜像,(4) 管理 Docker 注册表。
通过命令行快速安装 gitlab-container AI 技能到你的开发环境
来源: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通过 API 进行 GitLab 容器注册表操作。当用户想要执行以下操作时,请始终使用此技能:(1) 列出容器存储库,(2) 查看/删除镜像标签,(3) 清理旧镜像,(4) 管理 Docker 注册表。 来源:grandcamel/gitlab-assistant-skills。
打开你的终端或命令行工具(如 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