What problem does it solve?
This Skill connects GitLab to a self-hosted Hermes agent so AI coding agents can access repos, merge requests, issues, and CI/CD pipelines without manual rework.
Core Features & Use Cases
- SSH-first wiring: Runs the setup on a VPS with idempotent, rollback-safe steps and clear validation.
- Multiple auth paths: Supports the community static-token MCP sidecar, direct REST API access, and an OAuth-based first-party alternative.
- Operational safety: Validates tokens, handles read-only versus write scopes, reloads the gateway correctly, and verifies registration and API reachability.
- Use Case: A developer wants Claude Code or Cursor to inspect GitLab issues, comment on merge requests, or trigger pipelines from a remote Hermes agent.
Quick Start
Ask the agent to connect your GitLab instance to Hermes over SSH using the preferred path for your token scope and then verify that the gateway and API are working.