gitlab

Installation
SKILL.md

GitLab

Manage GitLab projects, merge requests, pipelines, and issues via the REST API.

Environment Variables

  • GITLAB_URL - GitLab instance URL (e.g. https://gitlab.com or self-hosted)
  • GITLAB_TOKEN - Personal access token or project token

List projects

curl -s -H "PRIVATE-TOKEN: $GITLAB_TOKEN" \
  "$GITLAB_URL/api/v4/projects?membership=true&per_page=20&order_by=last_activity_at" | jq '.[] | {id, name: .path_with_namespace, default_branch}'

Get project details

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026