·gitlab-webhook
</>

gitlab-webhook

GitLab webhook operations via API. ALWAYS use this skill when user wants to: (1) list/view webhooks, (2) create/update/delete webhooks, (3) configure webhook events, (4) test webhook delivery.

7Installs·1Trend·@grandcamel

Installation

$npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-webhook

How to Install gitlab-webhook

Quickly install gitlab-webhook AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-webhook
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: grandcamel/gitlab-assistant-skills.

SKILL.md

View raw

Webhook management for GitLab using glab api raw endpoint calls.

| List webhooks | glab api projects/:id/hooks | - | | Get webhook | glab api projects/:id/hooks/:hookid | - | | Create webhook | glab api projects/:id/hooks -X POST -f ... | ⚠️ | | Update webhook | glab api projects/:id/hooks/:hookid -X PUT -f ... | ⚠️ | | Delete webhook | glab api projects/:id/hooks/:hookid -X DELETE | ⚠️⚠️ |

| Test webhook | glab api projects/:id/hooks/:hookid/test/:trigger -X POST | ⚠️ | | List group hooks | glab api groups/:id/hooks | - |

GitLab webhook operations via API. ALWAYS use this skill when user wants to: (1) list/view webhooks, (2) create/update/delete webhooks, (3) configure webhook events, (4) test webhook delivery. Source: grandcamel/gitlab-assistant-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-webhook
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-webhook?

GitLab webhook operations via API. ALWAYS use this skill when user wants to: (1) list/view webhooks, (2) create/update/delete webhooks, (3) configure webhook events, (4) test webhook delivery. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-webhook?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-webhook Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/grandcamel/gitlab-assistant-skills