feat(git-hangman-lab): add create-repo command

- Add create-repo script for creating new repositories on git.hangman-lab.top
- Integrate create-repo into git-ctrl dispatcher
- Update SKILL.md with new command documentation
This commit is contained in:
lyn
2026-04-01 00:38:47 +00:00
parent d358abf1ce
commit ca9d3b4fe5
3 changed files with 79 additions and 6 deletions

View File

@@ -33,6 +33,16 @@ Generate an access token for the current user.
{baseDir}/scripts/git-ctrl generate-access-token
```
### Create Repository
Create a new git repository on git.hangman-lab.top.
```bash
{baseDir}/scripts/git-ctrl create-repo <repo-name>
```
> **Note**: The repository will be created at `${AGENT_WORKSPACE}/${repo-name}` (default: `/root/.openclaw/workspace/workspace-mentor`)
### Link Keycloak Account
Link Keycloak account with Gitea (for OAuth binding).