gitverse

GitVerse API integration for working with repositories, issues, and pull requests. Use when Codex needs to interact with GitVerse (gitverse.ru) for operations including listing or viewing repositories (personal or organization), listing or inspecting issues, listing viewing or creating pull requests, getting repository information, or any other GitVerse operations.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gitverse" with this command: npx skills add webchi/gitverse

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

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

Configuration

Set environment variable:

export GITVERSE_TOKEN=your_token_here

Or create .env file in the skill directory:

GITVERSE_TOKEN=your_token_here

Usage

Run commands via node:

node ~/.nvm/versions/node/v22.12.0/lib/node_modules/openclaw/skills/gitverse/dist/index.js <command>

Commands

Repositories

# 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

# 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

# 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:

clawhub install gitverse

Repository

Source code available on GitVerse.

License

MIT-0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Godot Game Claw Bridge

Godot 4.x Project Generator CLI. Create 2D/3D games with 80+ CLI commands: projects, scenes, scripts, levels, UI (menu/HUD/dialog/inventory), game components...

Registry SourceRecently Updated
Coding

Agent Guard

Real-time prompt injection and command injection detection for OpenClaw agents. Screens incoming messages, tool results, GitHub issues, and external content...

Registry SourceRecently Updated
Coding

one-click dev and dploy

快速创建并部署 Web 应用到 Cloudflare Pages;包含文件覆盖、Git推送与系统修改的安全确认机制。

Registry SourceRecently Updated
Coding

查找资料

多引擎搜索 API 工具,支持通用网页搜索和新闻搜索。 使用场景: - 用户要求搜索网页、新闻、社交媒体内容 - 需要从 Google/Baidu/Bing/Yahoo/DuckDuckGo 搜索 - 需要搜索微信公众号、YouTube、GitHub、Reddit、Bilibili - 需要获取搜索结果的完整内容...

Registry SourceRecently Updated