GitLab File Creation
Allows creating and managing files directly in GitLab repositories.

Detailed Explanation
Name:
This field allows you to assign a specific name to your GitLab file creation skill, helping you identify it within your AI agent.
Example: You might name it "File Creation Skill" to indicate its purpose.
Skill Function:
This field is for describing what the skill does. Providing a clear description helps users understand the functionality of the skill.
Example: You might write, "Creates a file in GitLab repository," to specify the skill's purpose.
GitLab Personal Access Token:
This field requires you to enter a personal access token that has the necessary permissions to create files in the specified GitLab repository.
Example: You would enter your token in the format:
Copyglpat-xxxxxxxx
GitLab Repository URL:
This field is for specifying the URL of the GitLab repository where you want to create the file. This URL usually follows the pattern of
https://gitlab.com/namespace/project
.Example: If your repository is located at
https://gitlab.com/myuser/myproject
, you would enter this URL.
Last updated