Loading...
Loading...
Gitlab integration. Manage Projects, Groups, Users, Labels. Use when the user wants to interact with Gitlab data.
npx skill4agent add membranedev/application-skills gitlabmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search gitlab --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Projects | list-projects | Get a list of visible projects for the authenticated user |
| List Issues | list-issues | Get a list of issues for a project |
| List Merge Requests | list-merge-requests | Get a list of merge requests for a project |
| List Branches | list-branches | Get a list of repository branches from a project |
| List Tags | list-tags | List all repository tags for a project |
| List Jobs | list-jobs | List all jobs for a project |
| List Project Members | list-project-members | List all members of a project |
| List Pipelines | list-pipelines | Get a list of pipelines for a project |
| List Groups | list-groups | Get a list of visible groups for the authenticated user |
| List Commits | list-commits | Get a list of repository commits for a project |
| List Users | list-users | List all users (admin access may be required for full details) |
| Get Project | get-project | Get a single project by ID or path |
| Get Issue | get-issue | Get a single issue from a project |
| Get Merge Request | get-merge-request | Get a single merge request from a project |
| Get Branch | get-branch | Get a single repository branch from a project |
| Create Issue | create-issue | Create a new issue in a project |
| Create Merge Request | create-merge-request | Create a new merge request in a project |
| Create Project | create-project | Create a new project |
| Update Issue | update-issue | Update an existing issue |
| Update Project | update-project | Update an existing project |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY