·gitlab-wiki

GitLab wiki operations via API. ALWAYS use this skill when user wants to: (1) list wiki pages, (2) read wiki content, (3) create/update/delete wiki pages, (4) upload wiki attachments.

8Installs·1Trend·@grandcamel

Installation

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

How to Install gitlab-wiki

Quickly install gitlab-wiki 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-wiki
  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

Wiki page management for GitLab using glab api raw endpoint calls.

| List pages | glab api projects/:id/wikis | - | | Get page | glab api projects/:id/wikis/:slug | - | | Create page | glab api projects/:id/wikis -X POST -f ... | ⚠️ | | Update page | glab api projects/:id/wikis/:slug -X PUT -f ... | ⚠️ | | Delete page | glab api projects/:id/wikis/:slug -X DELETE | ⚠️⚠️ |

| Upload attachment | glab api projects/:id/wikis/attachments -X POST ... | ⚠️ |

GitLab wiki operations via API. ALWAYS use this skill when user wants to: (1) list wiki pages, (2) read wiki content, (3) create/update/delete wiki pages, (4) upload wiki attachments. 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-wiki
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-wiki?

GitLab wiki operations via API. ALWAYS use this skill when user wants to: (1) list wiki pages, (2) read wiki content, (3) create/update/delete wiki pages, (4) upload wiki attachments. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-wiki?

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-wiki 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

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22