glab-cliInteract with GitLab using the `glab` CLI. Use when Claude needs to work with GitLab merge requests, CI/CD pipelines, issues, releases, or make API requests. Supports gitlab.com and self-hosted instances.
Install via ClawdBot CLI:
clawdbot install portavion/glab-cliGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 4, 2026
A DevOps team monitors CI/CD pipeline status and troubleshoots failed jobs in real-time. They use glab ci status to check current branch pipelines and glab ci trace to stream logs for specific jobs, enabling quick identification of build or test failures.
A development lead reviews and approves merge requests across multiple repositories. They list open MRs with glab mr list, view details and diffs with glab mr view and glab mr diff, then approve or merge them using glab mr approve and glab mr merge to streamline code integration.
A project manager creates and tracks issues for bug reports and feature requests. They use glab issue create to log new issues, glab issue list to view open items, and glab issue note to add comments, facilitating organized team communication and progress tracking.
A release engineer manages CI/CD variables and creates new software releases. They set environment variables with glab variable set and create releases using glab release create, ensuring secure deployment configurations and versioned software deliveries.
A data analyst extracts GitLab data for reporting using the API. They run paginated queries with glab api --paginate and use GraphQL via glab api graphql to fetch user or project metrics, enabling custom dashboards and performance insights.
A company offers a cloud-based DevOps platform integrating GitLab for CI/CD and project management. They charge subscription fees based on user seats and pipeline minutes, providing tools for automation, monitoring, and collaboration to enterprise clients.
A consultancy provides GitLab setup, customization, and training services for businesses migrating to or optimizing their GitLab usage. Revenue comes from hourly consulting fees, project-based contracts, and ongoing support packages for self-hosted instances.
A developer builds and maintains open-source tools that extend glab functionality, such as plugins for specific industries or integrations with other systems. Revenue is generated through donations, sponsorships, and premium support offerings for advanced features.
💬 Integration Tip
Use glab api for custom queries not covered by subcommands, and pipe output to jq for efficient JSON filtering and formatting in scripts.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.