Skip to content

GitVerse API

Verified

GitVerse API integration for working with repositories, issues, and pull requests. Use when Codex needs to interact with GitVerse (gitverse.ru) for operation...

62 downloads
$ Add to .claude/skills/

About This Skill

# GitVerse Skill

OpenClaw skill for GitVerse API integration.

When to Use

  • Use this skill when you need to:
  • List or view repositories
  • List or view issues
  • List, view, or create pull requests
  • View repository information

Installation

```bash cd ~/.nvm/versions/node/v22.12.0/lib/node_modules/openclaw/skills/gitverse npm install npm run build ```

Configuration

Set environment variable: ```bash export GITVERSE_TOKEN=your_token_here ```

Or create `.env` file in the skill directory: ``` GITVERSE_TOKEN=your_token_here ```

Usage

Run commands via node: ```bash node ~/.nvm/versions/node/v22.12.0/lib/node_modules/openclaw/skills/gitverse/dist/index.js <command> ```

Commands

Repositories

```bash # List your repositories node dist/index.js repos list

# List organization repositories node dist/index.js repos list --org <org>

# Get repository info node dist/index.js repos info --owner <owner> --repo <repo> ```

Issues

```bash # List issues node dist/index.js issues list --owner <owner> --repo <repo> node dist/index.js issues list --owner <owner> --repo <repo> --state open

# View issue node dist/index.js issues view --owner <owner> --repo <repo> --number <number>

# List issue comments node dist/index.js issues comments --owner <owner> --repo <repo> --number <number> ```

Pull Requests

```bash # List pull requests node dist/index.js pulls list --owner <owner> --repo <repo> node dist/index.js pulls list --owner <owner> --repo <repo> --state open

# View pull request node dist/index.js pulls view --owner <owner> --repo <repo> --number <number>

# Create pull request node dist/index.js pulls create --owner <owner> --repo <repo> --title "Title" --head feature --base main

# List PR commits node dist/index.js pulls commits --owner <owner> --repo <repo> --number <number>

# List PR files node dist/index.js pulls files --owner <owner> --repo <repo> --number <number> ```

Usage with OpenClaw

When you ask me to work with GitVerse, I will use this skill:

``` "Покажи мои репозитории" → node dist/index.js repos list

"Покажи issues в saic/ai_minister" → node dist/index.js issues list --owner saic --repo ai_minister

"Создай PR в saic/chatbot" → node dist/index.js pulls create --owner saic --repo chatbot --title "..." --head feature --base main ```

Notes

  • Requires GITVERSE_TOKEN environment variable
  • API base URL: https://api.gitverse.ru
  • Rate limits are handled by the SDK
  • All commands output JSON

Publishing to ClawHub

This skill is published on ClawHub.

To install: ```bash clawhub install gitverse ```

Repository

Source code available on GitVerse.

License

MIT-0

Use Cases

  • Manage git repositories across multiple hosting platforms from one interface
  • Synchronize branches and code between GitHub, GitLab, and Bitbucket
  • Automate cross-platform repository operations and workflow management
  • Monitor repository activity and status across different git services
  • Streamline multi-platform version control for teams using diverse git hosts

Pros & Cons

Pros

  • +Compatible with multiple platforms including claude-code, openclaw
  • +Well-documented with detailed usage instructions and examples
  • +Purpose-built for developer tools tasks with focused functionality

Cons

  • -No built-in analytics or usage metrics dashboard
  • -Configuration may require familiarity with developer tools concepts

FAQ

What does GitVerse API do?
GitVerse API integration for working with repositories, issues, and pull requests. Use when Codex needs to interact with GitVerse (gitverse.ru) for operation...
What platforms support GitVerse API?
GitVerse API is available on Claude Code, OpenClaw.
What are the use cases for GitVerse API?
Manage git repositories across multiple hosting platforms from one interface. Synchronize branches and code between GitHub, GitLab, and Bitbucket. Automate cross-platform repository operations and workflow management.

100+ free AI tools

Writing, PDF, image, and developer tools — all in your browser.

Next Step

Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.