gitlab

Official

GitLab REST API via curl.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill lets you manage GitLab resources via curl, covering projects, issues, merge requests, pipelines, and users.

Core Features & Use Cases

  • Manage projects - list, create, get project details
  • Handle issues - create, update, close, list issues
  • Work with merge requests - create, list, merge MRs
  • Check pipelines - list jobs, view pipeline status
  • Manage users - search users, get user info

Quick Start

bash -c 'curl -s "https://${GITLAB_HOST}/api/v4/projects?membership=true&per_page=20" --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}"' | jq '.[] | {id, path_with_namespace, visibility, default_branch}'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: gitlab
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#gitlab

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository