Agent skill
gitlab-custom-api
Handles custom GitLab API requests. Use for any endpoint not covered by other skills. Triggers: advanced API calls, extensions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gitlab-custom-api
SKILL.md
Overview
Fallback for arbitrary requests.
Available Tools
api_request: Make a custom API request to a GitLab instance.- Parameters:
method(str): Optional. - The HTTP method to use ('GET', 'POST', 'PUT', 'DELETE')endpoint(str): Optional. - The API endpoint to send the request todata(Optional[Dict[str, Any]]): Optional. - Data to include in the request body (for non-JSON payloads)json(Optional[Dict[str, Any]]): Optional. - JSON data to include in the request bodyctx(Optional[Context]): Optional. - MCP context for progress
- Parameters:
Usage Instructions
- Specify method, endpoint, data/json.
Examples
- GET:
api_requestwith method="GET", endpoint="projects/123/issues". - POST: With data={"title": "New issue"}.
Error Handling
- Validate endpoints.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?