Gitlab Webhook

🌐Community
by grandcamel · vlatest · Repository

Automatically trigger actions based on GitLab repository events like pushes, merges, and issue updates.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gitlab-webhook npx -- -y @trustedskills/gitlab-webhook
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gitlab-webhook": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gitlab-webhook"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows your AI agent to receive and process webhooks from GitLab. It can be configured with a secret token for authentication, ensuring that only authorized GitLab instances can trigger actions within the agent's environment. The webhook data is then parsed and made available for subsequent processing or action by the agent. This enables automated workflows based on events happening in your GitLab repositories.

When to use it

  • Automated deployments: Trigger a deployment pipeline whenever code is pushed to a specific branch.
  • Issue tracking updates: Automatically update an issue tracker when a pull request is merged or closed.
  • CI/CD notifications: Send notifications to a communication channel (e.g., Slack, Discord) upon build failures or successful deployments.
  • Repository monitoring: React to events like new tag creation or pipeline execution completions.

Key capabilities

  • GitLab webhook integration
  • Secret token authentication
  • Webhook data parsing
  • Event-driven automation

Example prompts

  • "Listen for push events from my GitLab repository."
  • "Configure a webhook secret token to 'my_secret_token'."
  • "When a merge request is accepted, trigger the deployment script."

Tips & gotchas

Ensure you have correctly configured your GitLab project's webhook URL to point to your AI agent’s endpoint. The skill requires a publicly accessible endpoint for GitLab to send webhooks.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
grandcamel
Installs
5

🌐 Community

Passed automated security scans.