Calculates CI/CD spend using the GitLab REST API v4 pipelines and jobs endpoints. Tracks runner minutes by project, estimates cost per pipeline via GitLab compute minute pricing, and identifies expensive jobs for optimization.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "GitLab CI Pipeline Cost Calculator"
slug: "gitlab-ci-pipeline-cost-calculator"
description: "Calculates CI/CD spend using the GitLab REST API v4 pipelines and jobs endpoints. Tracks runner minutes by project, estimates cost per pipeline via GitLab compute minute pricing, and identifies expensive jobs for optimization."
github_stars: 24298
verification: "security_reviewed"
source: "https://github.com/gitlabhq/gitlabhq"
category: "CI/CD Integrations"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "gitlabhq/gitlabhq"
github_stars: 24298
---
# GitLab CI Pipeline Cost Calculator
Calculates CI/CD spend using the GitLab REST API v4 pipelines and jobs endpoints. Tracks runner minutes by project, estimates cost per pipeline via GitLab compute minute pricing, and identifies expensive jobs for optimization.
## Installation
Basic usage or getting-started notes:
- Please see the [requirements documentation](doc/install/requirements.md) for system requirements and more information about the supported operating systems.
- The recommended way to install GitLab is with the [Omnibus packages](https://docs.gitlab.com/install/package/) on our package server.
- Compared to [a self-compiled installation](https://docs.gitlab.com/install/self_compiled/), this is faster and less error prone.
- Source: https://github.com/gitlabhq/gitlabhq
- Extracted from upstream docs: https://raw.githubusercontent.com/gitlabhq/gitlabhq/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/gitlab-ci-pipeline-cost-calculator/)
No comments yet. Be the first to comment!